-- MySQL dump 10.13 Distrib 5.6.32, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: db6032598295 -- ------------------------------------------------------ -- Server version 5.6.32-1+deb.sury.org~precise+0.1 /*!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 `wp_qkl48evxg3_commentmeta` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_commentmeta` -- LOCK TABLES `wp_qkl48evxg3_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_qkl48evxg3_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_comments` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_comments` -- LOCK TABLES `wp_qkl48evxg3_comments` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_comments` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-06-19 22:08:51','2018-06-19 22:08:51','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.',0,'post-trashed','','',0,0); /*!40000 ALTER TABLE `wp_qkl48evxg3_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_links` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_links` -- LOCK TABLES `wp_qkl48evxg3_links` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_qkl48evxg3_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_options` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=4506 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_options` -- LOCK TABLES `wp_qkl48evxg3_options` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_options` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_options` VALUES (1,'siteurl','http://trackspr.flywheelsites.com','yes'),(2,'home','http://trackspr.flywheelsites.com','yes'),(3,'blogname','Tracks Public Relations','yes'),(4,'blogdescription','The New Face of PR.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','llashell@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','closed','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','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:257:{s:10:\"project/?$\";s:32:\"index.php?post_type=dt_portfolio\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_portfolio&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_portfolio&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=dt_portfolio&paged=$matches[1]\";s:13:\"dt_gallery/?$\";s:30:\"index.php?post_type=dt_gallery\";s:43:\"dt_gallery/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=dt_gallery&feed=$matches[1]\";s:38:\"dt_gallery/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=dt_gallery&feed=$matches[1]\";s:30:\"dt_gallery/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=dt_gallery&paged=$matches[1]\";s:10:\"dt_team/?$\";s:27:\"index.php?post_type=dt_team\";s:40:\"dt_team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=dt_team&feed=$matches[1]\";s:35:\"dt_team/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=dt_team&feed=$matches[1]\";s:27:\"dt_team/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=dt_team&paged=$matches[1]\";s:18:\"dt_testimonials/?$\";s:35:\"index.php?post_type=dt_testimonials\";s:48:\"dt_testimonials/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=dt_testimonials&feed=$matches[1]\";s:43:\"dt_testimonials/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=dt_testimonials&feed=$matches[1]\";s:35:\"dt_testimonials/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=dt_testimonials&paged=$matches[1]\";s:15:\"dt_slideshow/?$\";s:32:\"index.php?post_type=dt_slideshow\";s:45:\"dt_slideshow/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_slideshow&feed=$matches[1]\";s:40:\"dt_slideshow/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_slideshow&feed=$matches[1]\";s:32:\"dt_slideshow/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=dt_slideshow&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:45:\"index.php?dt_portfolio=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:39:\"index.php?dt_portfolio=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_portfolio=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_portfolio=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dt_portfolio=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dt_portfolio=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dt_portfolio=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?dt_portfolio_category=$matches[1]&feed=$matches[2]\";s:52:\"project-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?dt_portfolio_category=$matches[1]&feed=$matches[2]\";s:33:\"project-category/([^/]+)/embed/?$\";s:54:\"index.php?dt_portfolio_category=$matches[1]&embed=true\";s:45:\"project-category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?dt_portfolio_category=$matches[1]&paged=$matches[2]\";s:27:\"project-category/([^/]+)/?$\";s:43:\"index.php?dt_portfolio_category=$matches[1]\";s:38:\"dt_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"dt_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"dt_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"dt_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"dt_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"dt_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"dt_gallery/([^/]+)/embed/?$\";s:43:\"index.php?dt_gallery=$matches[1]&embed=true\";s:31:\"dt_gallery/([^/]+)/trackback/?$\";s:37:\"index.php?dt_gallery=$matches[1]&tb=1\";s:51:\"dt_gallery/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?dt_gallery=$matches[1]&feed=$matches[2]\";s:46:\"dt_gallery/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?dt_gallery=$matches[1]&feed=$matches[2]\";s:39:\"dt_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?dt_gallery=$matches[1]&paged=$matches[2]\";s:46:\"dt_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?dt_gallery=$matches[1]&cpage=$matches[2]\";s:35:\"dt_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?dt_gallery=$matches[1]&page=$matches[2]\";s:27:\"dt_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"dt_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"dt_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"dt_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"dt_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"dt_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"dt_gallery_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dt_gallery_category=$matches[1]&feed=$matches[2]\";s:55:\"dt_gallery_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dt_gallery_category=$matches[1]&feed=$matches[2]\";s:36:\"dt_gallery_category/([^/]+)/embed/?$\";s:52:\"index.php?dt_gallery_category=$matches[1]&embed=true\";s:48:\"dt_gallery_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?dt_gallery_category=$matches[1]&paged=$matches[2]\";s:30:\"dt_gallery_category/([^/]+)/?$\";s:41:\"index.php?dt_gallery_category=$matches[1]\";s:35:\"dt_team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"dt_team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"dt_team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"dt_team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"dt_team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"dt_team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"dt_team/([^/]+)/embed/?$\";s:40:\"index.php?dt_team=$matches[1]&embed=true\";s:28:\"dt_team/([^/]+)/trackback/?$\";s:34:\"index.php?dt_team=$matches[1]&tb=1\";s:48:\"dt_team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?dt_team=$matches[1]&feed=$matches[2]\";s:43:\"dt_team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?dt_team=$matches[1]&feed=$matches[2]\";s:36:\"dt_team/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?dt_team=$matches[1]&paged=$matches[2]\";s:43:\"dt_team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?dt_team=$matches[1]&cpage=$matches[2]\";s:32:\"dt_team/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?dt_team=$matches[1]&page=$matches[2]\";s:24:\"dt_team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"dt_team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"dt_team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"dt_team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"dt_team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"dt_team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"dt_team_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dt_team_category=$matches[1]&feed=$matches[2]\";s:52:\"dt_team_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dt_team_category=$matches[1]&feed=$matches[2]\";s:33:\"dt_team_category/([^/]+)/embed/?$\";s:49:\"index.php?dt_team_category=$matches[1]&embed=true\";s:45:\"dt_team_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dt_team_category=$matches[1]&paged=$matches[2]\";s:27:\"dt_team_category/([^/]+)/?$\";s:38:\"index.php?dt_team_category=$matches[1]\";s:43:\"dt_testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"dt_testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"dt_testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"dt_testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"dt_testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"dt_testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"dt_testimonials/([^/]+)/embed/?$\";s:48:\"index.php?dt_testimonials=$matches[1]&embed=true\";s:36:\"dt_testimonials/([^/]+)/trackback/?$\";s:42:\"index.php?dt_testimonials=$matches[1]&tb=1\";s:56:\"dt_testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?dt_testimonials=$matches[1]&feed=$matches[2]\";s:51:\"dt_testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?dt_testimonials=$matches[1]&feed=$matches[2]\";s:44:\"dt_testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?dt_testimonials=$matches[1]&paged=$matches[2]\";s:51:\"dt_testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?dt_testimonials=$matches[1]&cpage=$matches[2]\";s:40:\"dt_testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?dt_testimonials=$matches[1]&page=$matches[2]\";s:32:\"dt_testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"dt_testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"dt_testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"dt_testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"dt_testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"dt_testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:65:\"dt_testimonials_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?dt_testimonials_category=$matches[1]&feed=$matches[2]\";s:60:\"dt_testimonials_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?dt_testimonials_category=$matches[1]&feed=$matches[2]\";s:41:\"dt_testimonials_category/([^/]+)/embed/?$\";s:57:\"index.php?dt_testimonials_category=$matches[1]&embed=true\";s:53:\"dt_testimonials_category/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?dt_testimonials_category=$matches[1]&paged=$matches[2]\";s:35:\"dt_testimonials_category/([^/]+)/?$\";s:46:\"index.php?dt_testimonials_category=$matches[1]\";s:40:\"dt_slideshow/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"dt_slideshow/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"dt_slideshow/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"dt_slideshow/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"dt_slideshow/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"dt_slideshow/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"dt_slideshow/([^/]+)/embed/?$\";s:45:\"index.php?dt_slideshow=$matches[1]&embed=true\";s:33:\"dt_slideshow/([^/]+)/trackback/?$\";s:39:\"index.php?dt_slideshow=$matches[1]&tb=1\";s:53:\"dt_slideshow/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_slideshow=$matches[1]&feed=$matches[2]\";s:48:\"dt_slideshow/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_slideshow=$matches[1]&feed=$matches[2]\";s:41:\"dt_slideshow/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dt_slideshow=$matches[1]&paged=$matches[2]\";s:48:\"dt_slideshow/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dt_slideshow=$matches[1]&cpage=$matches[2]\";s:37:\"dt_slideshow/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dt_slideshow=$matches[1]&page=$matches[2]\";s:29:\"dt_slideshow/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"dt_slideshow/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"dt_slideshow/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"dt_slideshow/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"dt_slideshow/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"dt_slideshow/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"wdi_instagram/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"wdi_instagram/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"wdi_instagram/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"wdi_instagram/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"wdi_instagram/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"wdi_instagram/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"wdi_instagram/([^/]+)/embed/?$\";s:46:\"index.php?wdi_instagram=$matches[1]&embed=true\";s:34:\"wdi_instagram/([^/]+)/trackback/?$\";s:40:\"index.php?wdi_instagram=$matches[1]&tb=1\";s:42:\"wdi_instagram/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?wdi_instagram=$matches[1]&paged=$matches[2]\";s:49:\"wdi_instagram/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?wdi_instagram=$matches[1]&cpage=$matches[2]\";s:38:\"wdi_instagram/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?wdi_instagram=$matches[1]&page=$matches[2]\";s:30:\"wdi_instagram/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"wdi_instagram/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"wdi_instagram/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"wdi_instagram/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"wdi_instagram/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"wdi_instagram/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:40:\"index.php?&page_id=592&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:8:{i:0;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:29:\"dt-the7-core/dt-the7-core.php\";i:3;s:27:\"js_composer/js_composer.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:20:\"social-pug/index.php\";i:6;s:37:\"wd-facebook-feed/facebook-feed-wd.php\";i:7;s:39:\"wd-instagram-feed/wd-instagram-feed.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:5:{i:0;s:44:\"/www/wp-content/themes/dt-the7/functions.php\";i:1;s:47:\"/www/wp-content/themes/dt-the7/editor-style.css\";i:2;s:43:\"/www/wp-content/themes/dt-the7/comments.php\";i:3;s:40:\"/www/wp-content/themes/dt-the7/style.css\";i:4;s:0:\"\";}','no'),(40,'template','dt-the7','yes'),(41,'stylesheet','dt-the7','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','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','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','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:1:{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:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','592','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,'initial_db_version','38590','yes'),(93,'wp_qkl48evxg3_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'),(94,'fresh_site','0','yes'),(95,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:11:\"Recent News\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:4:\"9022\";}s:9:\"sidebar_1\";a:2:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";}s:9:\"sidebar_2\";a:1:{i:0;s:13:\"custom_html-2\";}s:13:\"array_version\";i:3;}','yes'),(101,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_custom_html','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(110,'cron','a:12:{i:1529446147;a:4:{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;}}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:1530294893;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:1530299783;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1530303093;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c9059feef497c200e69cb9956a81f005\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:5;}}}}i:1530303240;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"686c8315be36c96dc00d0d7ed3656b43\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:6;}}}}i:1530303356;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"d63aca0b7e6237c7964320bd7fc95644\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7;}}}}i:1530303524;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"60fda3b54003017dc64a0c492471bbfe\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:8;}}}}i:1531516349;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:1532022574;a:1:{s:25:\"wd_fb_schedule_event_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:25:\"wd_fb_autoupdate_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1532408977;a:1:{s:20:\"wp_the7_updater_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:29:\"wp_the7_updater_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1532732551;a:1:{s:40:\"dpsp_cron_get_posts_networks_share_count\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"dpsp_2x_hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:7200;}}}s:7:\"version\";i:2;}','yes'),(111,'_transient_doing_cron','1548154265.4829189777374267578125','yes'),(126,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1530296361;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(128,'_site_transient_timeout_browser_a086906eaf9cc3bbb07392145764ac01','1530899693','no'),(129,'_site_transient_browser_a086906eaf9cc3bbb07392145764ac01','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.87\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(132,'can_compress_scripts','0','no'),(143,'_transient_timeout_plugin_slugs','1536436429','no'),(144,'_transient_plugin_slugs','a:8:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:20:\"social-pug/index.php\";i:2;s:29:\"dt-the7-core/dt-the7-core.php\";i:3;s:23:\"revslider/revslider.php\";i:4;s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";i:5;s:27:\"js_composer/js_composer.php\";i:6;s:37:\"wd-facebook-feed/facebook-feed-wd.php\";i:7;s:39:\"wd-instagram-feed/wd-instagram-feed.php\";}','no'),(145,'recently_activated','a:0:{}','yes'),(150,'_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-4.9.7.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-4.9.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.7\";s:7:\"version\";s:5:\"4.9.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1532732547;s:15:\"version_checked\";s:5:\"4.9.7\";s:12:\"translations\";a:0:{}}','no'),(156,'current_theme','The7','yes'),(157,'theme_mods_dt-the7','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:27;s:3:\"top\";i:0;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(158,'theme_switched','','yes'),(159,'the7_dev_tool_option','a:8:{s:11:\"theme_title\";s:4:\"The7\";s:9:\"theme_url\";s:15:\"http://the7.io/\";s:12:\"theme_author\";s:11:\"Dream-Theme\";s:16:\"theme_author_uri\";s:23:\"http://dream-theme.com/\";s:17:\"theme_description\";s:384:\"Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you’ll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).\";s:10:\"theme_tags\";s:186:\"multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site\";s:10:\"theme_name\";s:4:\"The7\";s:10:\"screenshot\";s:0:\"\";}','yes'),(162,'widget_presscore-contact-info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_presscore-custom-menu-1','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_presscore-custom-menu-2','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_presscore-blog-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_presscore-blog-categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_presscore-progress-bars-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_presscore-contact-form-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(169,'widget_presscore-accordion-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'the7_db_version','6.6.1','yes'),(171,'the7_dismissed_admin_notices','a:1:{i:1;s:22:\"the7_auto_deactivation\";}','yes'),(172,'the7_force_regen_css','','yes'),(173,'the7_beautiful_loader_inline_css','body #load {\n display: block;\n height: 100%;\n overflow: hidden;\n position: fixed;\n width: 100%;\n z-index: 9901;\n opacity: 1;\n visibility: visible;\n -webkit-transition: all .35s ease-out;\n transition: all .35s ease-out;\n}\n.load-wrap {\n width: 100%;\n height: 100%;\n background-position: center center;\n background-repeat: no-repeat;\n text-align: center;\n}\n.load-wrap > svg {\n position: absolute;\n top: 50%;\n left: 50%;\n -ms-transform: translate(-50%,-50%);\n -webkit-transform: translate(-50%,-50%);\n transform: translate(-50%,-50%);\n}\n#load {\n background-color: #ffffff;\n}\n.uil-default rect:not(.bk) {\n fill: rgba(51,51,51,0.3);\n}\n.uil-ring > path {\n fill: rgba(51,51,51,0.3);\n}\n.ring-loader .circle {\n fill: rgba(51,51,51,0.3);\n}\n.ring-loader .moving-circle {\n fill: #333333;\n}\n.uil-hourglass .glass {\n stroke: #333333;\n}\n.uil-hourglass .sand {\n fill: rgba(51,51,51,0.3);\n}\n.spinner-loader .load-wrap {\n background-image: url(\"data:image/svg+xml,%3Csvg width=\'75px\' height=\'75px\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 100 100\' preserveAspectRatio=\'xMidYMid\' class=\'uil-default\'%3E%3Crect x=\'0\' y=\'0\' width=\'100\' height=\'100\' fill=\'none\' class=\'bk\'%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(0 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(30 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.08333333333333333s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(60 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.16666666666666666s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(90 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.25s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(120 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.3333333333333333s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(150 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.4166666666666667s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(180 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.5s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(210 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.5833333333333334s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(240 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.6666666666666666s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(270 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.75s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(300 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.8333333333333334s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3Crect x=\'46.5\' y=\'40\' width=\'7\' height=\'20\' rx=\'5\' ry=\'5\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\' transform=\'rotate(330 50 50) translate(0 -30)\'%3E %3Canimate attributeName=\'opacity\' from=\'1\' to=\'0\' dur=\'1s\' begin=\'0.9166666666666666s\' repeatCount=\'indefinite\'/%3E%3C/rect%3E%3C/svg%3E\");\n}\n.ring-loader .load-wrap {\n background-image: url(\"data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 32 32\' width=\'72\' height=\'72\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\'%3E %3Cpath opacity=\'.25\' d=\'M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4\'/%3E %3Cpath d=\'M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z\'%3E %3CanimateTransform attributeName=\'transform\' type=\'rotate\' from=\'0 16 16\' to=\'360 16 16\' dur=\'0.8s\' repeatCount=\'indefinite\' /%3E %3C/path%3E %3C/svg%3E\");\n}\n.hourglass-loader .load-wrap {\n background-image: url(\"data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 32 32\' width=\'72\' height=\'72\' fill=\'rgba%2851%2C51%2C51%2C0.3%29\'%3E %3Cpath transform=\'translate(2)\' d=\'M0 12 V20 H4 V12z\'%3E %3Canimate attributeName=\'d\' values=\'M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z\' dur=\'1.2s\' repeatCount=\'indefinite\' begin=\'0\' keytimes=\'0;.2;.5;1\' keySplines=\'0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8\' calcMode=\'spline\' /%3E %3C/path%3E %3Cpath transform=\'translate(8)\' d=\'M0 12 V20 H4 V12z\'%3E %3Canimate attributeName=\'d\' values=\'M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z\' dur=\'1.2s\' repeatCount=\'indefinite\' begin=\'0.2\' keytimes=\'0;.2;.5;1\' keySplines=\'0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8\' calcMode=\'spline\' /%3E %3C/path%3E %3Cpath transform=\'translate(14)\' d=\'M0 12 V20 H4 V12z\'%3E %3Canimate attributeName=\'d\' values=\'M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z\' dur=\'1.2s\' repeatCount=\'indefinite\' begin=\'0.4\' keytimes=\'0;.2;.5;1\' keySplines=\'0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8\' calcMode=\'spline\' /%3E %3C/path%3E %3Cpath transform=\'translate(20)\' d=\'M0 12 V20 H4 V12z\'%3E %3Canimate attributeName=\'d\' values=\'M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z\' dur=\'1.2s\' repeatCount=\'indefinite\' begin=\'0.6\' keytimes=\'0;.2;.5;1\' keySplines=\'0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8\' calcMode=\'spline\' /%3E %3C/path%3E %3Cpath transform=\'translate(26)\' d=\'M0 12 V20 H4 V12z\'%3E %3Canimate attributeName=\'d\' values=\'M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z\' dur=\'1.2s\' repeatCount=\'indefinite\' begin=\'0.8\' keytimes=\'0;.2;.5;1\' keySplines=\'0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8\' calcMode=\'spline\' /%3E %3C/path%3E %3C/svg%3E\");\n}\n','yes'),(174,'the7_style_version','6.7.0','yes'),(176,'the7_legacy_state','0','yes'),(177,'optionsframework','a:2:{s:2:\"id\";s:4:\"the7\";s:12:\"knownoptions\";a:1:{i:0;s:4:\"the7\";}}','yes'),(178,'the7','a:707:{s:35:\"advanced-normalize_resize_on_mobile\";s:1:\"1\";s:25:\"advanced-speed_img_resize\";s:1:\"1\";s:21:\"blog-fancy_date-style\";s:8:\"vertical\";s:26:\"blog-thumbnail_proportions\";a:2:{s:5:\"width\";i:2;s:6:\"height\";i:1;}s:19:\"blog-thumbnail_size\";s:6:\"resize\";s:19:\"bottom_bar-bg_color\";s:7:\"#0a0a0a\";s:19:\"bottom_bar-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:25:\"bottom_bar-collapse_after\";s:5:\"990px\";s:16:\"bottom_bar-color\";s:7:\"#ffffff\";s:21:\"bottom_bar-copyrights\";s:0:\"\";s:18:\"bottom_bar-credits\";b:0;s:18:\"bottom_bar-enabled\";s:1:\"1\";s:17:\"bottom_bar-height\";s:4:\"60px\";s:17:\"bottom_bar-layout\";s:11:\"logo_center\";s:23:\"bottom_bar-logo-padding\";s:18:\"10px 15px 10px 0px\";s:18:\"bottom_bar-logo_hd\";a:2:{i:0;s:49:\"/wp-content/uploads/2018/06/TRACKS_KOLogo_RGB.png\";i:1;i:2528;}s:23:\"bottom_bar-logo_regular\";a:2:{i:0;s:49:\"/wp-content/uploads/2018/06/TRACKS_KOLogo_RGB.png\";i:1;i:2528;}s:18:\"bottom_bar-padding\";s:9:\"10px 10px\";s:16:\"bottom_bar-style\";s:16:\"solid_background\";s:15:\"bottom_bar-text\";s:535:\"

\r\n \r\nTerms Privacy
\r\n© 2018 All Rights Reserved.\r\n

\r\n

\r\n

\";s:20:\"breadcrumbs_bg_color\";s:21:\"rgba(255,255,255,0.2)\";s:24:\"breadcrumbs_border_color\";s:20:\"rgba(130,36,227,0.2)\";s:25:\"breadcrumbs_border_radius\";s:3:\"2px\";s:24:\"breadcrumbs_border_width\";s:3:\"0px\";s:18:\"breadcrumbs_margin\";s:15:\"8px 0px 0px 0px\";s:19:\"breadcrumbs_padding\";s:15:\"0px 0px 0px 0px\";s:13:\"buttons-color\";s:7:\"#25a785\";s:22:\"buttons-color_gradient\";s:31:\"135deg|#13aa4a 30%|#84df31 100%\";s:18:\"buttons-color_mode\";s:5:\"color\";s:19:\"buttons-hover_color\";s:7:\"#219e7c\";s:28:\"buttons-hover_color_gradient\";s:31:\"135deg|#23aadd 30%|#37ce9d 100%\";s:24:\"buttons-hover_color_mode\";s:5:\"color\";s:23:\"buttons-l_border_radius\";s:4:\"50px\";s:21:\"buttons-l_font_family\";s:10:\"Roboto:700\";s:19:\"buttons-l_font_size\";i:21;s:17:\"buttons-l_padding\";s:19:\"16px 24px 16px 24px\";s:23:\"buttons-m_border_radius\";s:4:\"50px\";s:21:\"buttons-m_font_family\";s:10:\"Roboto:700\";s:19:\"buttons-m_font_size\";i:18;s:17:\"buttons-m_padding\";s:19:\"30px 24px 30px 24px\";s:23:\"buttons-s_border_radius\";s:4:\"24px\";s:21:\"buttons-s_font_family\";s:10:\"Roboto:700\";s:19:\"buttons-s_font_size\";i:16;s:17:\"buttons-s_padding\";s:19:\"16px 24px 16px 24px\";s:13:\"buttons-style\";s:4:\"flat\";s:18:\"buttons-text_color\";s:7:\"#ffffff\";s:23:\"buttons-text_color_mode\";s:5:\"color\";s:24:\"buttons-text_hover_color\";s:7:\"#ffffff\";s:29:\"buttons-text_hover_color_mode\";s:5:\"color\";s:20:\"contact_form_message\";s:1:\"1\";s:21:\"content-headers_color\";s:7:\"#333333\";s:19:\"content-links_color\";s:7:\"#25a785\";s:26:\"content-primary_text_color\";s:7:\"#85868c\";s:28:\"content-secondary_text_color\";s:7:\"#a3a3a3\";s:21:\"custom_error_messages\";s:48:\"The message has not been sent. Please try again.\";s:32:\"custom_error_messages_validation\";s:61:\"One or more fields have an error. Please check and try again.\";s:23:\"custom_success_messages\";s:27:\"Your message has been sent.\";s:14:\"dividers-color\";s:19:\"rgba(51,51,51,0.12)\";s:14:\"fonts-big_size\";i:20;s:26:\"fonts-big_size_line_height\";i:35;s:17:\"fonts-font_family\";s:10:\"Montserrat\";s:20:\"fonts-h1_font_family\";s:14:\"Montserrat:700\";s:18:\"fonts-h1_font_size\";i:44;s:20:\"fonts-h1_line_height\";i:54;s:18:\"fonts-h1_uppercase\";s:1:\"1\";s:20:\"fonts-h2_font_family\";s:14:\"Montserrat:700\";s:18:\"fonts-h2_font_size\";i:34;s:20:\"fonts-h2_line_height\";i:44;s:18:\"fonts-h2_uppercase\";b:0;s:20:\"fonts-h3_font_family\";s:14:\"Montserrat:700\";s:18:\"fonts-h3_font_size\";i:24;s:20:\"fonts-h3_line_height\";i:34;s:18:\"fonts-h3_uppercase\";b:0;s:20:\"fonts-h4_font_family\";s:14:\"Montserrat:700\";s:18:\"fonts-h4_font_size\";i:20;s:20:\"fonts-h4_line_height\";i:30;s:18:\"fonts-h4_uppercase\";b:0;s:20:\"fonts-h5_font_family\";s:14:\"Montserrat:700\";s:18:\"fonts-h5_font_size\";i:16;s:20:\"fonts-h5_line_height\";i:26;s:18:\"fonts-h5_uppercase\";b:0;s:20:\"fonts-h6_font_family\";s:14:\"Montserrat:700\";s:18:\"fonts-h6_font_size\";i:14;s:20:\"fonts-h6_line_height\";i:24;s:18:\"fonts-h6_uppercase\";b:0;s:17:\"fonts-normal_size\";i:14;s:29:\"fonts-normal_size_line_height\";i:25;s:16:\"fonts-small_size\";i:13;s:28:\"fonts-small_size_line_height\";i:23;s:24:\"footer-accent_text_color\";s:0:\"\";s:15:\"footer-bg_color\";s:7:\"#0a0a0a\";s:15:\"footer-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:21:\"footer-collapse_after\";s:5:\"970px\";s:17:\"footer-decoration\";s:4:\"none\";s:31:\"footer-decoration_outline_color\";s:21:\"rgba(129,215,66,0.96)\";s:20:\"footer-headers_color\";s:7:\"#ffffff\";s:13:\"footer-layout\";s:1:\"0\";s:14:\"footer-padding\";s:7:\"0px 0px\";s:23:\"footer-paddings-columns\";s:4:\"25px\";s:25:\"footer-primary_text_color\";s:7:\"#85868c\";s:21:\"footer-slide-out-mode\";s:1:\"1\";s:12:\"footer-style\";s:16:\"solid_background\";s:23:\"general-accent_bg_color\";s:7:\"#25a785\";s:32:\"general-accent_bg_color_gradient\";s:31:\"135deg|#1ebbf0 30%|#39dfaa 100%\";s:25:\"general-accent_color_mode\";s:5:\"color\";s:40:\"general-album_back_button_target_page_id\";i:0;s:25:\"general-album_meta_author\";b:0;s:29:\"general-album_meta_categories\";s:1:\"1\";s:27:\"general-album_meta_comments\";b:0;s:23:\"general-album_meta_date\";s:1:\"1\";s:21:\"general-album_meta_on\";s:1:\"1\";s:25:\"general-beautiful_loading\";s:7:\"enabled\";s:16:\"general-bg_color\";s:19:\"rgba(255,255,255,1)\";s:16:\"general-bg_fixed\";b:0;s:21:\"general-bg_fullscreen\";b:0;s:16:\"general-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:24:\"general-blog_meta_author\";s:1:\"1\";s:28:\"general-blog_meta_categories\";s:1:\"1\";s:26:\"general-blog_meta_comments\";b:0;s:22:\"general-blog_meta_date\";s:1:\"1\";s:20:\"general-blog_meta_on\";s:1:\"1\";s:22:\"general-blog_meta_tags\";s:1:\"1\";s:21:\"general-border_radius\";s:3:\"1px\";s:17:\"general-box_width\";s:6:\"1340px\";s:22:\"general-boxed_bg_color\";s:7:\"#f7f7f7\";s:22:\"general-boxed_bg_fixed\";s:1:\"1\";s:27:\"general-boxed_bg_fullscreen\";b:0;s:22:\"general-boxed_bg_image\";a:4:{s:5:\"image\";s:50:\"/images/backgrounds/patterns/full/gplaypattern.jpg\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:4:\"left\";s:10:\"position_y\";s:3:\"top\";}s:28:\"general-breadcrumbs_bg_color\";s:8:\"disabled\";s:25:\"general-breadcrumbs_color\";s:7:\"#b4b5bb\";s:31:\"general-breadcrumbs_font_family\";s:6:\"Roboto\";s:29:\"general-breadcrumbs_font_size\";i:13;s:31:\"general-breadcrumbs_line_height\";i:23;s:29:\"general-breadcrumbs_uppercase\";b:0;s:33:\"general-contact_form_send_mail_to\";s:0:\"\";s:30:\"general-content_boxes_bg_color\";s:19:\"rgba(247,247,247,1)\";s:32:\"general-content_boxes_decoration\";s:4:\"none\";s:46:\"general-content_boxes_decoration_outline_color\";s:13:\"rgba(0,0,0,0)\";s:21:\"general-content_width\";s:6:\"1300px\";s:18:\"general-custom_css\";s:0:\"\";s:21:\"general-custom_loader\";s:0:\"\";s:15:\"general-favicon\";s:0:\"\";s:18:\"general-favicon_hd\";s:0:\"\";s:26:\"general-filter-font-family\";s:10:\"Roboto:700\";s:24:\"general-filter-font-size\";i:13;s:21:\"general-filter-margin\";s:15:\"0px 3px 0px 3px\";s:22:\"general-filter-padding\";s:17:\"8px 14px 7px 14px\";s:20:\"general-filter_style\";s:7:\"minimal\";s:39:\"general-filter_style-material-line_size\";s:3:\"2px\";s:42:\"general-filter_style-minimal-border_radius\";s:3:\"1px\";s:20:\"general-filter_ucase\";s:1:\"1\";s:19:\"general-font_family\";s:10:\"Roboto:700\";s:32:\"general-fullscreen_overlay_color\";s:19:\"rgba(255,255,255,1)\";s:37:\"general-fullscreen_overlay_color_mode\";s:5:\"color\";s:35:\"general-fullscreen_overlay_gradient\";s:31:\"135deg|#2edded 30%|#0084bb 100%\";s:34:\"general-fullscreen_overlay_opacity\";i:100;s:30:\"general-handheld_icon-old_ipad\";s:0:\"\";s:32:\"general-handheld_icon-old_iphone\";s:0:\"\";s:33:\"general-handheld_icon-retina_ipad\";s:0:\"\";s:35:\"general-handheld_icon-retina_iphone\";s:0:\"\";s:27:\"general-images_lazy_loading\";s:1:\"1\";s:14:\"general-layout\";s:4:\"wide\";s:27:\"general-lightbox_arrow_size\";s:4:\"62px\";s:32:\"general-lightbox_overlay_opacity\";i:85;s:20:\"general-loader_style\";s:14:\"double_circles\";s:36:\"general-mobile_side_content_paddings\";s:4:\"20px\";s:25:\"general-navigation_margin\";s:4:\"50px\";s:26:\"general-next_prev_in_album\";s:1:\"1\";s:25:\"general-next_prev_in_blog\";s:1:\"1\";s:30:\"general-next_prev_in_portfolio\";s:1:\"0\";s:27:\"general-page_content_margin\";s:9:\"70px 70px\";s:29:\"general-portfolio_meta_author\";b:0;s:33:\"general-portfolio_meta_categories\";b:0;s:31:\"general-portfolio_meta_comments\";b:0;s:27:\"general-portfolio_meta_date\";b:0;s:25:\"general-portfolio_meta_on\";s:1:\"0\";s:39:\"general-portfolio_thumbnail_proportions\";a:2:{s:5:\"width\";i:2;s:6:\"height\";i:1;}s:32:\"general-portfolio_thumbnail_size\";s:6:\"resize\";s:39:\"general-post_back_button_target_page_id\";i:0;s:42:\"general-project_back_button_target_page_id\";i:0;s:28:\"general-rel_posts_head_title\";s:13:\"Related Posts\";s:21:\"general-rel_posts_max\";i:6;s:28:\"general-rel_projects_details\";b:0;s:28:\"general-rel_projects_excerpt\";b:0;s:31:\"general-rel_projects_head_title\";s:16:\"Related Projects\";s:32:\"general-rel_projects_info_author\";b:0;s:36:\"general-rel_projects_info_categories\";b:0;s:34:\"general-rel_projects_info_comments\";b:0;s:30:\"general-rel_projects_info_date\";b:0;s:25:\"general-rel_projects_link\";b:0;s:24:\"general-rel_projects_max\";i:12;s:26:\"general-rel_projects_title\";b:0;s:25:\"general-rel_projects_zoom\";b:0;s:18:\"general-responsive\";s:1:\"1\";s:31:\"general-responsive_title_height\";s:4:\"70px\";s:36:\"general-responsive_title_line_height\";i:34;s:29:\"general-responsive_title_size\";i:24;s:27:\"general-show_author_in_blog\";s:1:\"1\";s:33:\"general-show_back_button_in_album\";s:1:\"1\";s:32:\"general-show_back_button_in_post\";s:1:\"0\";s:35:\"general-show_back_button_in_project\";s:1:\"0\";s:24:\"general-show_breadcrumbs\";s:1:\"0\";s:22:\"general-show_rel_posts\";s:1:\"1\";s:25:\"general-show_rel_projects\";s:1:\"0\";s:19:\"general-show_titles\";s:1:\"1\";s:29:\"general-side_content_paddings\";s:4:\"50px\";s:21:\"general-smooth_scroll\";s:3:\"off\";s:21:\"general-spinner_color\";s:18:\"rgba(51,51,51,0.3)\";s:31:\"general-switch_content_paddings\";s:5:\"778px\";s:19:\"general-title_align\";s:6:\"center\";s:22:\"general-title_bg_color\";s:19:\"rgba(247,247,247,1)\";s:27:\"general-title_bg_fullscreen\";b:0;s:25:\"general-title_bg_gradient\";s:29:\"0deg|#4a66d6 30%|#12b4ea 100%\";s:22:\"general-title_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:21:\"general-title_bg_mode\";s:10:\"background\";s:24:\"general-title_bg_overlay\";b:0;s:25:\"general-title_bg_parallax\";s:1:\"0\";s:19:\"general-title_color\";s:7:\"#333333\";s:24:\"general-title_decoration\";s:4:\"none\";s:35:\"general-title_decoration_line_color\";s:19:\"rgba(51,51,51,0.11)\";s:36:\"general-title_decoration_line_height\";s:3:\"5px\";s:35:\"general-title_decoration_line_style\";s:6:\"dashed\";s:38:\"general-title_decoration_outline_color\";s:18:\"rgba(30,115,190,0)\";s:39:\"general-title_decoration_outline_height\";s:3:\"1px\";s:38:\"general-title_decoration_outline_style\";s:5:\"solid\";s:27:\"general-title_enable_bg_img\";s:8:\"disabled\";s:20:\"general-title_height\";s:5:\"180px\";s:25:\"general-title_line_height\";i:40;s:27:\"general-title_overlay_color\";s:15:\"rgba(0,0,0,0.5)\";s:36:\"general-title_responsive_breadcrumbs\";s:1:\"1\";s:27:\"general-title_scroll_effect\";s:7:\"default\";s:18:\"general-title_size\";i:30;s:23:\"general-title_uppercase\";s:1:\"1\";s:36:\"general-titles-responsiveness-switch\";s:5:\"778px\";s:29:\"general-titles_responsiveness\";s:1:\"1\";s:21:\"general-tracking_code\";s:0:\"\";s:17:\"header-background\";s:6:\"normal\";s:15:\"header-bg-color\";s:19:\"rgba(255,255,255,1)\";s:15:\"header-bg-image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:18:\"header-bg-is_fixed\";b:0;s:23:\"header-bg-is_fullscreen\";b:0;s:23:\"header-classic-elements\";a:4:{s:12:\"top_bar_left\";a:2:{i:0;s:5:\"phone\";i:1;s:7:\"address\";}s:13:\"top_bar_right\";a:1:{i:0;s:12:\"social_icons\";}s:15:\"near_menu_right\";a:1:{i:0;s:6:\"search\";}s:15:\"near_logo_right\";a:1:{i:0;s:11:\"custom_menu\";}}s:44:\"header-classic-elements-near_logo-font_color\";s:7:\"#333333\";s:45:\"header-classic-elements-near_logo-font_family\";s:6:\"Roboto\";s:43:\"header-classic-elements-near_logo-font_size\";i:13;s:46:\"header-classic-elements-near_logo_left-padding\";s:15:\"0px 0px 0px 0px\";s:47:\"header-classic-elements-near_logo_right-padding\";s:15:\"0px 0px 0px 0px\";s:44:\"header-classic-elements-near_menu-font_color\";s:7:\"#333333\";s:45:\"header-classic-elements-near_menu-font_family\";s:10:\"Roboto:700\";s:43:\"header-classic-elements-near_menu-font_size\";i:13;s:47:\"header-classic-elements-near_menu_right-padding\";s:16:\"0px 0px 0px 40px\";s:21:\"header-classic-height\";s:5:\"180px\";s:26:\"header-classic-icons_style\";s:4:\"bold\";s:27:\"header-classic-is_fullwidth\";s:1:\"0\";s:28:\"header-classic-logo-position\";s:4:\"left\";s:28:\"header-classic-menu-bg-color\";s:13:\"rgba(0,0,0,1)\";s:28:\"header-classic-menu-bg-style\";s:5:\"solid\";s:26:\"header-classic-menu-margin\";s:7:\"0px 0px\";s:28:\"header-classic-menu-position\";s:4:\"left\";s:28:\"header-classic-show_elements\";s:1:\"1\";s:17:\"header-decoration\";s:6:\"shadow\";s:23:\"header-decoration-color\";s:19:\"rgba(51,51,51,0.11)\";s:39:\"header-elements-contact-address-caption\";s:44:\"8500 Beverly Boulevard Los Angeles, CA 90048\";s:51:\"header-elements-contact-address-first-header-switch\";s:12:\"top_bar_left\";s:36:\"header-elements-contact-address-icon\";s:1:\"1\";s:43:\"header-elements-contact-address-on-desktops\";s:4:\"show\";s:52:\"header-elements-contact-address-second-header-switch\";s:6:\"hidden\";s:37:\"header-elements-contact-clock-caption\";s:32:\"Monday – Friday 10 AM – 8 PM\";s:49:\"header-elements-contact-clock-first-header-switch\";s:9:\"near_logo\";s:34:\"header-elements-contact-clock-icon\";s:1:\"1\";s:41:\"header-elements-contact-clock-on-desktops\";s:4:\"show\";s:50:\"header-elements-contact-clock-second-header-switch\";s:7:\"in_menu\";s:37:\"header-elements-contact-email-caption\";s:18:\"sales@yoursite.com\";s:49:\"header-elements-contact-email-first-header-switch\";s:9:\"near_logo\";s:34:\"header-elements-contact-email-icon\";s:1:\"1\";s:41:\"header-elements-contact-email-on-desktops\";s:4:\"show\";s:50:\"header-elements-contact-email-second-header-switch\";s:7:\"in_menu\";s:37:\"header-elements-contact-phone-caption\";s:13:\"011 322 44 56\";s:49:\"header-elements-contact-phone-first-header-switch\";s:12:\"top_bar_left\";s:34:\"header-elements-contact-phone-icon\";s:1:\"1\";s:41:\"header-elements-contact-phone-on-desktops\";s:4:\"show\";s:50:\"header-elements-contact-phone-second-header-switch\";s:7:\"in_menu\";s:37:\"header-elements-contact-skype-caption\";s:10:\"Your_Skype\";s:49:\"header-elements-contact-skype-first-header-switch\";s:9:\"near_logo\";s:34:\"header-elements-contact-skype-icon\";s:1:\"1\";s:41:\"header-elements-contact-skype-on-desktops\";s:4:\"show\";s:50:\"header-elements-contact-skype-second-header-switch\";s:10:\"in_top_bar\";s:29:\"header-elements-login-caption\";s:5:\"Login\";s:41:\"header-elements-login-first-header-switch\";s:9:\"near_logo\";s:26:\"header-elements-login-icon\";s:1:\"1\";s:32:\"header-elements-login-logout_url\";s:0:\"\";s:33:\"header-elements-login-on-desktops\";s:4:\"show\";s:42:\"header-elements-login-second-header-switch\";s:7:\"in_menu\";s:25:\"header-elements-login-url\";s:22:\"http://themeforest.net\";s:36:\"header-elements-login-use_logout_url\";b:0;s:30:\"header-elements-logout-caption\";s:6:\"Logout\";s:40:\"header-elements-menu-first-header-switch\";s:9:\"near_logo\";s:32:\"header-elements-menu-on-desktops\";s:4:\"show\";s:41:\"header-elements-menu-second-header-switch\";s:7:\"in_menu\";s:26:\"header-elements-menu-style\";s:4:\"list\";s:39:\"header-elements-menu-style-first-switch\";s:4:\"list\";s:40:\"header-elements-menu-style-second-switch\";s:4:\"list\";s:41:\"header-elements-menu2-first-header-switch\";s:9:\"near_logo\";s:33:\"header-elements-menu2-on-desktops\";s:4:\"show\";s:42:\"header-elements-menu2-second-header-switch\";s:7:\"in_menu\";s:27:\"header-elements-menu2-style\";s:8:\"dropdown\";s:40:\"header-elements-menu2-style-first-switch\";s:8:\"dropdown\";s:41:\"header-elements-menu2-style-second-switch\";s:8:\"dropdown\";s:30:\"header-elements-search-caption\";s:6:\"Search\";s:42:\"header-elements-search-first-header-switch\";s:9:\"near_logo\";s:27:\"header-elements-search-icon\";s:1:\"1\";s:34:\"header-elements-search-on-desktops\";s:4:\"show\";s:43:\"header-elements-search-second-header-switch\";s:9:\"near_logo\";s:25:\"header-elements-soc_icons\";a:3:{i:1;a:2:{s:4:\"icon\";s:8:\"facebook\";s:3:\"url\";s:50:\"https://www.facebook.com/pg/TracksPublicRelations/\";}i:3;a:2:{s:4:\"icon\";s:9:\"instagram\";s:3:\"url\";s:48:\"https://www.instagram.com/trackspublicrelations/\";}i:4;a:2:{s:4:\"icon\";s:8:\"linkedin\";s:3:\"url\";s:63:\"https://www.linkedin.com/company/tracks-public-relations/about/\";}}s:28:\"header-elements-soc_icons-bg\";s:5:\"color\";s:34:\"header-elements-soc_icons-bg-color\";s:21:\"rgba(163,164,170,0.2)\";s:37:\"header-elements-soc_icons-bg-gradient\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:33:\"header-elements-soc_icons-bg-size\";s:4:\"26px\";s:32:\"header-elements-soc_icons-border\";s:6:\"accent\";s:38:\"header-elements-soc_icons-border-color\";s:19:\"rgba(255,255,255,1)\";s:31:\"header-elements-soc_icons-color\";s:7:\"#a6a7ad\";s:45:\"header-elements-soc_icons-first-header-switch\";s:13:\"top_bar_right\";s:34:\"header-elements-soc_icons-hover-bg\";s:6:\"accent\";s:40:\"header-elements-soc_icons-hover-bg-color\";s:18:\"rgba(21,191,230,1)\";s:43:\"header-elements-soc_icons-hover-bg-gradient\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:38:\"header-elements-soc_icons-hover-border\";s:6:\"accent\";s:44:\"header-elements-soc_icons-hover-border-color\";s:19:\"rgba(255,255,255,1)\";s:37:\"header-elements-soc_icons-hover-color\";s:7:\"#ffffff\";s:37:\"header-elements-soc_icons-on-desktops\";s:4:\"show\";s:46:\"header-elements-soc_icons-second-header-switch\";s:7:\"in_menu\";s:30:\"header-elements-soc_icons-size\";s:4:\"16px\";s:39:\"header-elements-soc_icons_border_radius\";s:5:\"100px\";s:38:\"header-elements-soc_icons_border_width\";s:3:\"0px\";s:29:\"header-elements-soc_icons_gap\";i:4;s:20:\"header-elements-text\";s:35:\"Some call to action text goes here!\";s:22:\"header-elements-text-2\";s:35:\"Some call to action text goes here!\";s:42:\"header-elements-text-2-first-header-switch\";s:9:\"near_logo\";s:34:\"header-elements-text-2-on-desktops\";s:4:\"show\";s:43:\"header-elements-text-2-second-header-switch\";s:7:\"in_menu\";s:22:\"header-elements-text-3\";s:35:\"Some call to action text goes here!\";s:42:\"header-elements-text-3-first-header-switch\";s:9:\"near_logo\";s:34:\"header-elements-text-3-on-desktops\";s:4:\"show\";s:43:\"header-elements-text-3-second-header-switch\";s:7:\"in_menu\";s:22:\"header-elements-text-4\";s:0:\"\";s:42:\"header-elements-text-4-first-header-switch\";s:9:\"near_logo\";s:34:\"header-elements-text-4-on-desktops\";s:4:\"show\";s:43:\"header-elements-text-4-second-header-switch\";s:7:\"in_menu\";s:22:\"header-elements-text-5\";s:0:\"\";s:42:\"header-elements-text-5-first-header-switch\";s:9:\"near_logo\";s:34:\"header-elements-text-5-on-desktops\";s:4:\"show\";s:43:\"header-elements-text-5-second-header-switch\";s:7:\"in_menu\";s:40:\"header-elements-text-first-header-switch\";s:9:\"near_logo\";s:32:\"header-elements-text-on-desktops\";s:4:\"show\";s:41:\"header-elements-text-second-header-switch\";s:7:\"in_menu\";s:35:\"header-floating_navigation-bg-color\";s:19:\"rgba(255,255,255,1)\";s:37:\"header-floating_navigation-decoration\";s:6:\"shadow\";s:43:\"header-floating_navigation-decoration-color\";s:19:\"rgba(51,51,51,0.11)\";s:33:\"header-floating_navigation-height\";s:4:\"60px\";s:37:\"header-floating_navigation-show_after\";s:5:\"140px\";s:32:\"header-floating_navigation-style\";s:4:\"fade\";s:22:\"header-inline-elements\";a:1:{s:15:\"near_menu_right\";a:2:{i:0;s:12:\"social_icons\";i:1;s:6:\"search\";}}s:43:\"header-inline-elements-near_menu-font_color\";s:7:\"#333333\";s:44:\"header-inline-elements-near_menu-font_family\";s:10:\"Roboto:700\";s:42:\"header-inline-elements-near_menu-font_size\";i:13;s:46:\"header-inline-elements-near_menu_right-padding\";s:15:\"0px 0px 0px 5px\";s:20:\"header-inline-height\";s:5:\"100px\";s:25:\"header-inline-icons_style\";s:4:\"bold\";s:26:\"header-inline-is_fullwidth\";s:1:\"0\";s:27:\"header-inline-menu-position\";s:6:\"center\";s:27:\"header-inline-show_elements\";s:1:\"1\";s:13:\"header-layout\";s:6:\"inline\";s:19:\"header-logo-padding\";s:15:\"0px 5px 0px 0px\";s:14:\"header-logo_hd\";a:2:{i:0;s:40:\"/wp-content/uploads/2018/06/Tracks-4.png\";i:1;i:2533;}s:19:\"header-logo_regular\";a:2:{i:0;s:40:\"/wp-content/uploads/2018/06/Tracks-4.png\";i:1;i:2533;}s:34:\"header-menu-active_item-font-color\";s:7:\"#333333\";s:40:\"header-menu-active_item-font-color-style\";s:5:\"color\";s:37:\"header-menu-active_item-font-gradient\";s:30:\"90deg|#ffffff 30%|#000000 100%\";s:41:\"header-menu-decoration-other-active-color\";s:22:\"rgba(255,255,255,0.15)\";s:47:\"header-menu-decoration-other-active-color-style\";s:6:\"accent\";s:44:\"header-menu-decoration-other-active-gradient\";s:55:\"135deg|rgba(255,255,255,0.15) 30%|rgba(0,0,0,0.15) 100%\";s:40:\"header-menu-decoration-other-active-line\";s:1:\"0\";s:46:\"header-menu-decoration-other-active-line-color\";s:20:\"rgba(130,36,227,0.3)\";s:52:\"header-menu-decoration-other-active-line-color-style\";s:5:\"color\";s:49:\"header-menu-decoration-other-active-line-gradient\";s:56:\"135deg|rgba(221,51,51,0.3) 30%|rgba(129,215,66,0.3) 100%\";s:48:\"header-menu-decoration-other-active-line-opacity\";i:30;s:43:\"header-menu-decoration-other-active-opacity\";i:15;s:41:\"header-menu-decoration-other-active-style\";s:10:\"background\";s:42:\"header-menu-decoration-other-border-radius\";i:3;s:40:\"header-menu-decoration-other-click_decor\";s:1:\"1\";s:46:\"header-menu-decoration-other-click_decor-color\";s:21:\"rgba(255,255,255,0.2)\";s:52:\"header-menu-decoration-other-click_decor-color-style\";s:6:\"accent\";s:49:\"header-menu-decoration-other-click_decor-gradient\";s:53:\"135deg|rgba(255,255,255,0.2) 30%|rgba(0,0,0,0.2) 100%\";s:48:\"header-menu-decoration-other-click_decor-opacity\";i:20;s:40:\"header-menu-decoration-other-hover-color\";s:22:\"rgba(255,255,255,0.15)\";s:46:\"header-menu-decoration-other-hover-color-style\";s:6:\"accent\";s:43:\"header-menu-decoration-other-hover-gradient\";s:55:\"135deg|rgba(255,255,255,0.15) 30%|rgba(0,0,0,0.15) 100%\";s:39:\"header-menu-decoration-other-hover-line\";s:1:\"0\";s:45:\"header-menu-decoration-other-hover-line-color\";s:20:\"rgba(221,51,51,0.23)\";s:51:\"header-menu-decoration-other-hover-line-color-style\";s:8:\"gradient\";s:48:\"header-menu-decoration-other-hover-line-gradient\";s:55:\"135deg|rgba(255,255,255,0.23) 30%|rgba(0,0,0,0.23) 100%\";s:47:\"header-menu-decoration-other-hover-line-opacity\";i:23;s:40:\"header-menu-decoration-other-hover-style\";s:10:\"background\";s:38:\"header-menu-decoration-other-line_size\";s:3:\"2px\";s:47:\"header-menu-decoration-other-links-is_justified\";s:1:\"1\";s:36:\"header-menu-decoration-other-opacity\";i:15;s:28:\"header-menu-decoration-style\";s:4:\"none\";s:38:\"header-menu-decoration-underline-color\";s:7:\"#1e73be\";s:44:\"header-menu-decoration-underline-color-style\";s:6:\"accent\";s:42:\"header-menu-decoration-underline-direction\";s:13:\"left_to_right\";s:41:\"header-menu-decoration-underline-gradient\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:42:\"header-menu-decoration-underline-line_size\";s:3:\"2px\";s:26:\"header-menu-dividers-color\";s:19:\"rgba(17,17,17,0.14)\";s:27:\"header-menu-dividers-height\";s:4:\"24px\";s:33:\"header-menu-dividers-height-style\";s:6:\"custom\";s:29:\"header-menu-dividers-surround\";s:1:\"0\";s:22:\"header-menu-font-color\";s:7:\"#333333\";s:23:\"header-menu-font-family\";s:10:\"Roboto:700\";s:31:\"header-menu-font-is_capitalized\";b:0;s:21:\"header-menu-font-size\";i:17;s:28:\"header-menu-hover-font-color\";s:7:\"#333333\";s:34:\"header-menu-hover-font-color-style\";s:5:\"color\";s:31:\"header-menu-hover-font-gradient\";s:30:\"90deg|#8224e3 30%|#751257 100%\";s:21:\"header-menu-icon-size\";i:14;s:23:\"header-menu-item-margin\";s:19:\"18px 14px 18px 14px\";s:24:\"header-menu-item-padding\";s:15:\"4px 4px 4px 4px\";s:47:\"header-menu-item-surround_margins-custom-margin\";s:4:\"30px\";s:39:\"header-menu-item-surround_margins-style\";s:8:\"disabled\";s:25:\"header-menu-show_dividers\";s:1:\"0\";s:31:\"header-menu-show_next_lvl_icons\";b:0;s:35:\"header-menu-submenu-active-bg-color\";s:21:\"rgba(137,92,184,0.07)\";s:41:\"header-menu-submenu-active-bg-color-style\";s:6:\"accent\";s:38:\"header-menu-submenu-active-bg-gradient\";s:30:\"90deg|#81d742 30%|#eeee22 100%\";s:37:\"header-menu-submenu-active-bg-opacity\";i:7;s:37:\"header-menu-submenu-active-font-color\";s:7:\"#ffffff\";s:43:\"header-menu-submenu-active-font-color-style\";s:6:\"accent\";s:40:\"header-menu-submenu-active-font-gradient\";s:30:\"90deg|#ffffff 30%|#000000 100%\";s:28:\"header-menu-submenu-bg-color\";s:7:\"#ffffff\";s:28:\"header-menu-submenu-bg-hover\";s:10:\"background\";s:28:\"header-menu-submenu-bg-width\";i:280;s:30:\"header-menu-submenu-font-color\";s:7:\"#333333\";s:31:\"header-menu-submenu-font-family\";s:10:\"Roboto:500\";s:37:\"header-menu-submenu-font-is_uppercase\";b:0;s:29:\"header-menu-submenu-font-size\";i:13;s:34:\"header-menu-submenu-hover-bg-color\";s:21:\"rgba(137,92,184,0.07)\";s:40:\"header-menu-submenu-hover-bg-color-style\";s:6:\"accent\";s:37:\"header-menu-submenu-hover-bg-gradient\";s:30:\"90deg|#81d742 30%|#eeee22 100%\";s:36:\"header-menu-submenu-hover-bg-opacity\";i:7;s:36:\"header-menu-submenu-hover-font-color\";s:7:\"#895cb8\";s:42:\"header-menu-submenu-hover-font-color-style\";s:6:\"accent\";s:39:\"header-menu-submenu-hover-font-gradient\";s:30:\"90deg|#81d742 30%|#eeee22 100%\";s:29:\"header-menu-submenu-icon-size\";i:14;s:31:\"header-menu-submenu-item-margin\";s:15:\"0px 0px 0px 0px\";s:32:\"header-menu-submenu-item-padding\";s:19:\"10px 10px 10px 10px\";s:39:\"header-menu-submenu-parent_is_clickable\";s:1:\"1\";s:39:\"header-menu-submenu-show_next_lvl_icons\";s:1:\"1\";s:40:\"header-menu-submenu-subtitle-font-family\";s:15:\"Arial:400italic\";s:38:\"header-menu-submenu-subtitle-font-size\";i:10;s:32:\"header-menu-subtitle-font-family\";s:15:\"Arial:400italic\";s:30:\"header-menu-subtitle-font-size\";i:11;s:29:\"header-menu_close_icon-margin\";s:19:\"30px 30px 30px 30px\";s:33:\"header-menu_icon-bg-border-radius\";s:3:\"0px\";s:25:\"header-menu_icon-bg-color\";s:22:\"rgba(255,255,255,0.75)\";s:24:\"header-menu_icon-bg-size\";s:4:\"54px\";s:22:\"header-menu_icon-color\";s:7:\"#000000\";s:25:\"header-menu_icon-elements\";a:1:{s:10:\"below_menu\";a:3:{i:0;s:12:\"social_icons\";i:1;s:6:\"search\";i:2;s:5:\"phone\";}}s:44:\"header-menu_icon-elements-below_menu-padding\";s:16:\"30px 0px 0px 0px\";s:46:\"header-menu_icon-elements-near_menu-font_color\";s:7:\"#333333\";s:47:\"header-menu_icon-elements-near_menu-font_family\";s:10:\"Roboto:700\";s:45:\"header-menu_icon-elements-near_menu-font_size\";i:14;s:31:\"header-menu_icon-hover-bg-color\";s:22:\"rgba(255,255,255,0.75)\";s:28:\"header-menu_icon-hover-color\";s:7:\"#000000\";s:28:\"header-menu_icon-icons_style\";s:4:\"bold\";s:23:\"header-menu_icon-margin\";s:15:\"0px 0px 0px 0px\";s:30:\"header-menu_icon-show_elements\";s:1:\"1\";s:21:\"header-menu_icon-size\";s:6:\"medium\";s:21:\"header-mixed-bg-color\";s:19:\"rgba(255,255,255,1)\";s:23:\"header-mixed-decoration\";s:6:\"shadow\";s:29:\"header-mixed-decoration-color\";s:18:\"rgba(221,153,51,1)\";s:32:\"header-mobile-first_switch-after\";s:6:\"1050px\";s:33:\"header-mobile-first_switch-height\";s:4:\"80px\";s:33:\"header-mobile-first_switch-layout\";s:10:\"right_left\";s:31:\"header-mobile-first_switch-logo\";s:7:\"desktop\";s:33:\"header-mobile-floating_navigation\";s:6:\"sticky\";s:29:\"header-mobile-header-bg-color\";s:19:\"rgba(255,255,255,1)\";s:24:\"header-mobile-menu-align\";s:5:\"right\";s:27:\"header-mobile-menu-bg-color\";s:19:\"rgba(255,255,255,1)\";s:27:\"header-mobile-menu-bg-width\";s:5:\"300px\";s:29:\"header-mobile-menu-font-color\";s:7:\"#333333\";s:30:\"header-mobile-menu-font-family\";s:10:\"Roboto:700\";s:35:\"header-mobile-menu-font-hover-color\";s:7:\"#3c3e45\";s:41:\"header-mobile-menu-font-hover-color-style\";s:5:\"color\";s:38:\"header-mobile-menu-font-hover-gradient\";s:30:\"90deg|#b78ce2 30%|#1e73be 100%\";s:38:\"header-mobile-menu-font-is_capitalized\";b:0;s:28:\"header-mobile-menu-font-size\";i:16;s:40:\"header-mobile-menu_icon-bg-border-radius\";s:3:\"0px\";s:32:\"header-mobile-menu_icon-bg-color\";s:19:\"rgba(255,255,255,0)\";s:33:\"header-mobile-menu_icon-bg-enable\";s:1:\"0\";s:31:\"header-mobile-menu_icon-bg-size\";s:4:\"26px\";s:29:\"header-mobile-menu_icon-color\";s:7:\"#333333\";s:28:\"header-mobile-menu_icon-size\";s:5:\"small\";s:37:\"header-mobile-microwidgets-font-color\";s:7:\"#333333\";s:38:\"header-mobile-microwidgets-font-family\";s:10:\"Roboto:700\";s:36:\"header-mobile-microwidgets-font-size\";i:13;s:30:\"header-mobile-overlay-bg-color\";s:15:\"rgba(0,0,0,0.5)\";s:33:\"header-mobile-second_switch-after\";s:5:\"778px\";s:34:\"header-mobile-second_switch-height\";s:4:\"60px\";s:34:\"header-mobile-second_switch-layout\";s:10:\"right_left\";s:32:\"header-mobile-second_switch-logo\";s:6:\"mobile\";s:33:\"header-mobile-submenu-font-family\";s:10:\"Roboto:500\";s:41:\"header-mobile-submenu-font-is_capitalized\";b:0;s:31:\"header-mobile-submenu-font-size\";i:13;s:30:\"header-overlay-content-padding\";s:15:\"0px 0px 0px 0px\";s:31:\"header-overlay-content-position\";s:6:\"center\";s:28:\"header-overlay-content-width\";s:5:\"400px\";s:28:\"header-overlay-logo-position\";s:6:\"inside\";s:35:\"header-overlay-menu-items_alignment\";s:6:\"center\";s:30:\"header-overlay-menu-items_link\";s:9:\"textwidth\";s:28:\"header-overlay-menu-position\";s:5:\"v_top\";s:31:\"header-show_floating_navigation\";s:1:\"1\";s:27:\"header-side-content-padding\";s:19:\"40px 40px 40px 40px\";s:20:\"header-side-elements\";a:1:{s:10:\"below_menu\";a:3:{i:0;s:6:\"search\";i:1;s:5:\"phone\";i:2;s:12:\"social_icons\";}}s:39:\"header-side-elements-below_menu-padding\";s:16:\"40px 0px 0px 0px\";s:41:\"header-side-elements-near_menu-font_color\";s:7:\"#333333\";s:42:\"header-side-elements-near_menu-font_family\";s:20:\"Roboto Condensed:700\";s:40:\"header-side-elements-near_menu-font_size\";i:14;s:23:\"header-side-icons_style\";s:5:\"light\";s:25:\"header-side-logo-position\";s:6:\"inside\";s:32:\"header-side-menu-items_alignment\";s:4:\"left\";s:27:\"header-side-menu-items_link\";s:9:\"textwidth\";s:25:\"header-side-menu-position\";s:5:\"v_top\";s:33:\"header-side-menu-submenu-position\";s:4:\"down\";s:20:\"header-side-position\";s:5:\"right\";s:25:\"header-side-show_elements\";s:1:\"1\";s:17:\"header-side-width\";s:5:\"300px\";s:25:\"header-side_line-elements\";a:1:{s:10:\"below_menu\";a:3:{i:0;s:12:\"social_icons\";i:1;s:6:\"search\";i:2;s:5:\"phone\";}}s:44:\"header-side_line-elements-below_menu-padding\";s:16:\"30px 0px 0px 0px\";s:46:\"header-side_line-elements-near_menu-font_color\";s:7:\"#333333\";s:47:\"header-side_line-elements-near_menu-font_family\";s:10:\"Roboto:700\";s:45:\"header-side_line-elements-near_menu-font_size\";i:14;s:28:\"header-side_line-icons_style\";s:4:\"bold\";s:30:\"header-side_line-show_elements\";s:1:\"1\";s:22:\"header-side_line-width\";s:4:\"60px\";s:32:\"header-slide_out-content-padding\";s:19:\"40px 40px 40px 40px\";s:30:\"header-slide_out-logo-position\";s:6:\"inside\";s:37:\"header-slide_out-menu-items_alignment\";s:4:\"left\";s:32:\"header-slide_out-menu-items_link\";s:9:\"textwidth\";s:30:\"header-slide_out-menu-position\";s:5:\"v_top\";s:34:\"header-slide_out-overlay-animation\";s:4:\"fade\";s:33:\"header-slide_out-overlay-bg-color\";s:18:\"rgba(17,17,17,0.4)\";s:39:\"header-slide_out-overlay-bg-color-style\";s:5:\"color\";s:36:\"header-slide_out-overlay-bg-gradient\";s:58:\"135deg|rgba(205,183,226,0.4) 30%|rgba(130,20,130,0.4) 100%\";s:35:\"header-slide_out-overlay-bg-opacity\";i:40;s:25:\"header-slide_out-position\";s:4:\"left\";s:22:\"header-slide_out-width\";s:5:\"300px\";s:21:\"header-split-elements\";a:3:{s:12:\"top_bar_left\";a:2:{i:0;s:5:\"phone\";i:1;s:7:\"address\";}s:13:\"top_bar_right\";a:1:{i:0;s:12:\"social_icons\";}s:14:\"near_menu_left\";a:1:{i:0;s:6:\"search\";}}s:42:\"header-split-elements-near_menu-font_color\";s:7:\"#333333\";s:43:\"header-split-elements-near_menu-font_family\";s:10:\"Roboto:700\";s:41:\"header-split-elements-near_menu-font_size\";i:13;s:44:\"header-split-elements-near_menu_left-padding\";s:17:\"0px 20px 0px 20px\";s:45:\"header-split-elements-near_menu_right-padding\";s:17:\"0px 20px 0px 20px\";s:19:\"header-split-height\";s:5:\"100px\";s:24:\"header-split-icons_style\";s:5:\"light\";s:25:\"header-split-is_fullwidth\";s:1:\"0\";s:26:\"header-split-menu-position\";s:7:\"outside\";s:26:\"header-split-show_elements\";s:1:\"1\";s:33:\"header-style-floating-choose_logo\";s:6:\"custom\";s:34:\"header-style-floating-logo-padding\";s:16:\"0px 18px 0px 0px\";s:29:\"header-style-floating-logo_hd\";a:2:{i:0;s:40:\"/wp-content/uploads/2018/06/Tracks-4.png\";i:1;i:2533;}s:34:\"header-style-floating-logo_regular\";a:2:{i:0;s:40:\"/wp-content/uploads/2018/06/Tracks-4.png\";i:1;i:2533;}s:31:\"header-style-mixed-logo-padding\";s:15:\"0px 0px 0px 0px\";s:26:\"header-style-mixed-logo_hd\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:31:\"header-style-mixed-logo_regular\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:32:\"header-style-mobile-logo-padding\";s:15:\"0px 0px 0px 0px\";s:27:\"header-style-mobile-logo_hd\";a:2:{i:0;s:40:\"/wp-content/uploads/2018/06/Tracks-4.png\";i:1;i:2533;}s:32:\"header-style-mobile-logo_regular\";a:2:{i:0;s:40:\"/wp-content/uploads/2018/06/Tracks-4.png\";i:1;i:2533;}s:36:\"header-style-transparent-choose_logo\";s:6:\"custom\";s:37:\"header-style-transparent-logo-padding\";s:15:\"0px 5px 0px 0px\";s:32:\"header-style-transparent-logo_hd\";a:2:{i:0;s:81:\"/inc/presets/images/full/skin11r.header-style-transparent-logo-hd.png?w=114&h=114\";i:1;i:0;}s:37:\"header-style-transparent-logo_regular\";a:2:{i:0;s:84:\"/inc/presets/images/full/skin11r.header-style-transparent-logo-regular.png?w=57&h=57\";i:1;i:0;}s:44:\"header-style-transparent-mobile-logo-padding\";s:15:\"0px 0px 0px 0px\";s:39:\"header-style-transparent-mobile-logo_hd\";a:2:{i:0;s:86:\"/inc/presets/images/full/skin11r.header-style-transparent-mobile-logo-hd.png?w=88&h=88\";i:1;i:0;}s:44:\"header-style-transparent-mobile-logo_regular\";a:2:{i:0;s:91:\"/inc/presets/images/full/skin11r.header-style-transparent-mobile-logo-regular.png?w=44&h=44\";i:1;i:0;}s:24:\"header-top_line-elements\";a:1:{s:14:\"top_line_right\";a:3:{i:0;s:6:\"search\";i:1;s:5:\"phone\";i:2;s:12:\"social_icons\";}}s:43:\"header-top_line-elements-below_menu-padding\";s:16:\"35px 0px 0px 0px\";s:47:\"header-top_line-elements-in_top_line-font_color\";s:7:\"#333333\";s:48:\"header-top_line-elements-in_top_line-font_family\";s:6:\"Roboto\";s:46:\"header-top_line-elements-in_top_line-font_size\";i:13;s:45:\"header-top_line-elements-near_menu-font_color\";s:7:\"#333333\";s:46:\"header-top_line-elements-near_menu-font_family\";s:6:\"Roboto\";s:44:\"header-top_line-elements-near_menu-font_size\";i:13;s:41:\"header-top_line-elements-top_line-padding\";s:15:\"0px 0px 0px 0px\";s:47:\"header-top_line-elements-top_line_right-padding\";s:15:\"0px 0px 0px 0px\";s:27:\"header-top_line-icons_style\";s:4:\"bold\";s:29:\"header-top_line-show_elements\";s:1:\"1\";s:43:\"header-transparent-mobile-first_switch-logo\";s:7:\"desktop\";s:44:\"header-transparent-mobile-second_switch-logo\";s:6:\"mobile\";s:27:\"header-transparent_bg_color\";s:18:\"rgba(238,238,34,1)\";s:17:\"header_navigation\";s:9:\"slide_out\";s:34:\"image_hover-album_miniatures_style\";s:7:\"style_2\";s:17:\"image_hover-color\";s:20:\"rgba(12,162,224,0.2)\";s:26:\"image_hover-color_gradient\";s:56:\"135deg|rgba(46,221,237,0.2) 30%|rgba(0,132,187,0.2) 100%\";s:22:\"image_hover-color_mode\";s:6:\"accent\";s:24:\"image_hover-default_icon\";s:4:\"none\";s:29:\"image_hover-onclick_animation\";b:0;s:19:\"image_hover-opacity\";i:20;s:31:\"image_hover-project_icons_style\";s:7:\"outline\";s:34:\"image_hover-project_rollover_color\";s:16:\"rgba(0,0,0,0.85)\";s:43:\"image_hover-project_rollover_color_gradient\";s:58:\"135deg|rgba(46,221,237,0.85) 30%|rgba(0,132,187,0.85) 100%\";s:39:\"image_hover-project_rollover_color_mode\";s:6:\"accent\";s:36:\"image_hover-project_rollover_opacity\";i:85;s:17:\"image_hover-style\";s:4:\"none\";s:14:\"input_bg_color\";s:19:\"rgba(253,253,253,1)\";s:18:\"input_border_color\";s:19:\"rgba(51,51,51,0.12)\";s:19:\"input_border_radius\";s:3:\"1px\";s:18:\"input_border_width\";s:3:\"1px\";s:11:\"input_color\";s:7:\"#8b8d94\";s:12:\"input_height\";s:4:\"38px\";s:25:\"layout-menu_icon-position\";s:15:\"menu_icon_right\";s:35:\"layout-menu_icon-show_floating_logo\";s:1:\"1\";s:25:\"layout-side_line-position\";s:5:\"above\";s:27:\"layout-side_line-v_position\";s:4:\"left\";s:22:\"layout-top_line-height\";s:4:\"74px\";s:28:\"layout-top_line-is_fullwidth\";s:1:\"1\";s:25:\"layout-top_line-is_sticky\";s:1:\"1\";s:29:\"layout-top_line-logo-position\";s:4:\"left\";s:16:\"message_bg_color\";s:0:\"\";s:13:\"message_color\";s:7:\"#ffffff\";s:52:\"page_title-background-style-transparent-color_scheme\";s:5:\"light\";s:18:\"page_title-padding\";s:9:\"25px 20px\";s:30:\"portfolio-rel_projects_columns\";a:6:{s:12:\"wide_desktop\";i:4;s:7:\"desktop\";i:3;s:6:\"laptop\";i:3;s:8:\"h_tablet\";i:3;s:8:\"v_tablet\";i:2;s:5:\"phone\";i:1;}s:34:\"portfolio-rel_projects_proportions\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:26:\"post-show_fancy_categories\";s:1:\"1\";s:20:\"post-show_fancy_date\";b:0;s:6:\"preset\";s:7:\"skin11r\";s:16:\"sidebar-bg_color\";s:19:\"rgba(247,247,248,1)\";s:16:\"sidebar-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:18:\"sidebar-decoration\";s:4:\"none\";s:32:\"sidebar-decoration_outline_color\";s:16:\"rgba(0,0,0,0.06)\";s:27:\"sidebar-distance_to_content\";s:4:\"50px\";s:26:\"sidebar-divider-horizontal\";s:1:\"0\";s:24:\"sidebar-divider-vertical\";s:1:\"1\";s:21:\"sidebar-headers_color\";s:7:\"#333333\";s:26:\"sidebar-primary_text_color\";s:7:\"#85868c\";s:22:\"sidebar-responsiveness\";s:5:\"990px\";s:25:\"sidebar-vertical_distance\";s:4:\"60px\";s:20:\"sidebar-visual_style\";s:13:\"with_dividers\";s:13:\"sidebar-width\";s:5:\"350px\";s:19:\"social_buttons-page\";a:0:{}s:32:\"social_buttons-page-button_title\";s:15:\"Share this page\";s:20:\"social_buttons-photo\";a:0:{}s:33:\"social_buttons-photo-button_title\";s:16:\"Share this image\";s:29:\"social_buttons-portfolio_post\";a:0:{}s:42:\"social_buttons-portfolio_post-button_title\";s:15:\"Share this post\";s:19:\"social_buttons-post\";a:0:{}s:32:\"social_buttons-post-button_title\";s:15:\"Share this post\";s:25:\"social_buttons-visibility\";s:7:\"allways\";s:25:\"stripes-stripe_1_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:22:\"stripes-stripe_1_color\";s:7:\"#f8f8f9\";s:39:\"stripes-stripe_1_content_boxes_bg_color\";s:7:\"#ffffff\";s:41:\"stripes-stripe_1_content_boxes_bg_opacity\";i:100;s:41:\"stripes-stripe_1_content_boxes_decoration\";s:4:\"none\";s:55:\"stripes-stripe_1_content_boxes_decoration_outline_color\";s:7:\"#dd3333\";s:57:\"stripes-stripe_1_content_boxes_decoration_outline_opacity\";i:100;s:30:\"stripes-stripe_1_headers_color\";s:7:\"#3b3f4a\";s:24:\"stripes-stripe_1_outline\";s:4:\"hide\";s:30:\"stripes-stripe_1_outline_color\";s:7:\"#44bb70\";s:32:\"stripes-stripe_1_outline_opacity\";i:100;s:27:\"stripes-stripe_1_text_color\";s:7:\"#787d85\";s:25:\"stripes-stripe_2_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:22:\"stripes-stripe_2_color\";s:7:\"#23262d\";s:39:\"stripes-stripe_2_content_boxes_bg_color\";s:7:\"#ffffff\";s:41:\"stripes-stripe_2_content_boxes_bg_opacity\";i:10;s:41:\"stripes-stripe_2_content_boxes_decoration\";s:4:\"none\";s:55:\"stripes-stripe_2_content_boxes_decoration_outline_color\";s:7:\"#ffffff\";s:57:\"stripes-stripe_2_content_boxes_decoration_outline_opacity\";i:15;s:30:\"stripes-stripe_2_headers_color\";s:7:\"#ffffff\";s:24:\"stripes-stripe_2_outline\";s:4:\"hide\";s:30:\"stripes-stripe_2_outline_color\";s:7:\"#ffffff\";s:32:\"stripes-stripe_2_outline_opacity\";i:15;s:27:\"stripes-stripe_2_text_color\";s:7:\"#8b9199\";s:25:\"stripes-stripe_3_bg_image\";a:4:{s:5:\"image\";s:61:\"/inc/presets/images/full/skin22.stripes-stripe-3-bg-image.jpg\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:22:\"stripes-stripe_3_color\";s:7:\"#000000\";s:39:\"stripes-stripe_3_content_boxes_bg_color\";s:7:\"#ffffff\";s:41:\"stripes-stripe_3_content_boxes_bg_opacity\";i:10;s:41:\"stripes-stripe_3_content_boxes_decoration\";s:4:\"none\";s:55:\"stripes-stripe_3_content_boxes_decoration_outline_color\";s:7:\"#ffffff\";s:57:\"stripes-stripe_3_content_boxes_decoration_outline_opacity\";i:19;s:30:\"stripes-stripe_3_headers_color\";s:7:\"#ffffff\";s:24:\"stripes-stripe_3_outline\";s:4:\"hide\";s:30:\"stripes-stripe_3_outline_color\";s:7:\"#252728\";s:32:\"stripes-stripe_3_outline_opacity\";i:100;s:27:\"stripes-stripe_3_text_color\";s:7:\"#ffffff\";s:14:\"top-bar-height\";s:4:\"36px\";s:28:\"top-bar-transparent_bg_color\";s:15:\"rgba(0,0,0,0.5)\";s:16:\"top_bar-bg-color\";s:19:\"rgba(255,255,255,0)\";s:16:\"top_bar-bg-image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:16:\"top_bar-bg-style\";s:8:\"disabled\";s:18:\"top_bar-font-color\";s:7:\"#aeafb5\";s:19:\"top_bar-font-family\";s:10:\"Roboto:500\";s:27:\"top_bar-font-is_capitalized\";b:0;s:17:\"top_bar-font-size\";i:13;s:18:\"top_bar-line-color\";s:19:\"rgba(51,51,51,0.12)\";s:34:\"top_bar-line-in-transparent-header\";b:0;s:17:\"top_bar-line_size\";s:3:\"1px\";s:18:\"top_bar-line_style\";s:5:\"solid\";s:15:\"top_bar-padding\";s:11:\"5px 5px 0px\";s:11:\"widgetareas\";a:2:{i:1;a:2:{s:12:\"sidebar_name\";s:15:\"Default Sidebar\";s:12:\"sidebar_desc\";s:27:\"Sidebar primary widget area\";}i:2;a:2:{s:12:\"sidebar_name\";s:14:\"Default Footer\";s:12:\"sidebar_desc\";s:26:\"Footer primary widget area\";}}}','yes'),(181,'the7_registered','yes','no'),(183,'the7_purchase_code','035e81fa-9ea6-4162-ae23-5d94f63cc765','no'),(186,'the7_plugins_list','a:10:{i:0;a:3:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"required\";b:0;}i:1;a:8:{s:4:\"name\";s:13:\"The7 Elements\";s:4:\"slug\";s:12:\"dt-the7-core\";s:8:\"required\";b:0;s:7:\"version\";s:6:\"1.12.1\";s:6:\"tested\";s:5:\"4.9.8\";s:16:\"force_activation\";b:0;s:18:\"force_deactivation\";b:0;s:6:\"source\";s:101:\"https://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=dt-the7-core\";}i:2;a:7:{s:4:\"name\";s:26:\"The7 WPBakery Page Builder\";s:4:\"slug\";s:11:\"js_composer\";s:8:\"required\";b:0;s:7:\"version\";s:7:\"5.5.2.1\";s:16:\"force_activation\";b:0;s:18:\"force_deactivation\";b:0;s:6:\"source\";s:100:\"https://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=js_composer\";}i:3;a:7:{s:4:\"name\";s:22:\"The7 Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:8:\"required\";b:0;s:7:\"version\";s:5:\"5.4.8\";s:16:\"force_activation\";b:0;s:18:\"force_deactivation\";b:0;s:6:\"source\";s:98:\"https://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=revslider\";}i:4;a:7:{s:4:\"name\";s:53:\"The7 Go Pricing - WordPress Responsive Pricing Tables\";s:4:\"slug\";s:10:\"go_pricing\";s:8:\"required\";b:0;s:7:\"version\";s:6:\"3.3.13\";s:16:\"force_activation\";b:0;s:18:\"force_deactivation\";b:0;s:6:\"source\";s:99:\"https://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=go_pricing\";}i:5;a:7:{s:4:\"name\";s:19:\"The7 LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:8:\"required\";b:0;s:7:\"version\";s:5:\"6.7.6\";s:16:\"force_activation\";b:0;s:18:\"force_deactivation\";b:0;s:6:\"source\";s:100:\"https://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=LayerSlider\";}i:6;a:7:{s:4:\"name\";s:40:\"The7 Ultimate Addons for Visual Composer\";s:4:\"slug\";s:18:\"Ultimate_VC_Addons\";s:8:\"required\";b:0;s:7:\"version\";s:7:\"3.16.25\";s:16:\"force_activation\";b:0;s:18:\"force_deactivation\";b:0;s:6:\"source\";s:107:\"https://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=Ultimate_VC_Addons\";}i:7;a:7:{s:4:\"name\";s:16:\"The7 ConvertPlus\";s:4:\"slug\";s:11:\"convertplug\";s:8:\"required\";b:0;s:7:\"version\";s:5:\"3.3.4\";s:16:\"force_activation\";b:0;s:18:\"force_deactivation\";b:0;s:6:\"source\";s:100:\"https://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=convertplug\";}i:8;a:3:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:8:\"required\";b:0;}i:9;a:3:{s:4:\"name\";s:20:\"Recent Tweets Widget\";s:4:\"slug\";s:20:\"recent-tweets-widget\";s:8:\"required\";b:0;}}','no'),(187,'the7_demo_content_items_list','a:38:{s:7:\"landing\";a:8:{s:5:\"title\";s:17:\"The7 Landing Page\";s:2:\"id\";s:7:\"landing\";s:10:\"screenshot\";s:46:\"//repo.the7.io/demo-content/assets/landing.jpg\";s:4:\"link\";s:16:\"https://the7.io/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:4:\"main\";a:8:{s:5:\"title\";s:9:\"Main Demo\";s:2:\"id\";s:4:\"main\";s:10:\"screenshot\";s:43:\"//repo.the7.io/demo-content/assets/main.jpg\";s:4:\"link\";s:21:\"https://the7.io/main/\";s:16:\"required_plugins\";a:6:{i:0;s:12:\"dt-the7-core\";i:1;s:10:\"go_pricing\";i:2;s:11:\"js_composer\";i:3;s:9:\"revslider\";i:4;s:18:\"Ultimate_VC_Addons\";i:5;s:11:\"woocommerce\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:290:\"\n

\n Important! This demo is huge. Many servers will struggle importing it.
\n Please make a full site backup before proceeding with the import. In case of emergency, you may have to restore your database (or the whole website) from it.\n

\n \";s:14:\"bottom_content\";s:0:\"\";}s:9:\"corporate\";a:8:{s:5:\"title\";s:9:\"Corporate\";s:2:\"id\";s:9:\"corporate\";s:10:\"screenshot\";s:48:\"//repo.the7.io/demo-content/assets/corporate.jpg\";s:4:\"link\";s:26:\"https://the7.io/corporate/\";s:16:\"required_plugins\";a:5:{i:0;s:14:\"contact-form-7\";i:1;s:12:\"dt-the7-core\";i:2;s:11:\"js_composer\";i:3;s:9:\"revslider\";i:4;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:6:\"agency\";a:8:{s:5:\"title\";s:6:\"Agency\";s:2:\"id\";s:6:\"agency\";s:10:\"screenshot\";s:45:\"//repo.the7.io/demo-content/assets/agency.jpg\";s:4:\"link\";s:23:\"https://the7.io/agency/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:12:\"event-agency\";a:8:{s:5:\"title\";s:12:\"Event Agency\";s:2:\"id\";s:12:\"event-agency\";s:10:\"screenshot\";s:51:\"//repo.the7.io/demo-content/assets/event-agency.jpg\";s:4:\"link\";s:29:\"https://the7.io/event-agency/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:16:\"software-company\";a:8:{s:5:\"title\";s:16:\"Software Company\";s:2:\"id\";s:16:\"software-company\";s:10:\"screenshot\";s:55:\"//repo.the7.io/demo-content/assets/software-company.jpg\";s:4:\"link\";s:33:\"https://the7.io/software-company/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:14:\"digital-agency\";a:8:{s:5:\"title\";s:17:\"Web Design Agency\";s:2:\"id\";s:14:\"digital-agency\";s:10:\"screenshot\";s:53:\"//repo.the7.io/demo-content/assets/digital-agency.jpg\";s:4:\"link\";s:31:\"https://the7.io/digital-agency/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:6:\"dental\";a:8:{s:5:\"title\";s:6:\"Dental\";s:2:\"id\";s:6:\"dental\";s:10:\"screenshot\";s:45:\"//repo.the7.io/demo-content/assets/dental.jpg\";s:4:\"link\";s:23:\"https://the7.io/dental/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:11:\"small-store\";a:8:{s:5:\"title\";s:11:\"Small Store\";s:2:\"id\";s:11:\"small-store\";s:10:\"screenshot\";s:50:\"//repo.the7.io/demo-content/assets/small-store.jpg\";s:4:\"link\";s:28:\"https://the7.io/small-store/\";s:16:\"required_plugins\";a:5:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";i:4;s:11:\"woocommerce\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:14:\"ecommerce-book\";a:8:{s:5:\"title\";s:10:\"Book Store\";s:2:\"id\";s:14:\"ecommerce-book\";s:10:\"screenshot\";s:49:\"//repo.the7.io/demo-content/assets/book-store.jpg\";s:4:\"link\";s:31:\"https://the7.io/ecommerce-book/\";s:16:\"required_plugins\";a:4:{i:0;s:11:\"js_composer\";i:1;s:9:\"revslider\";i:2;s:18:\"Ultimate_VC_Addons\";i:3;s:11:\"woocommerce\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:8:\"creative\";a:8:{s:5:\"title\";s:14:\"Digital Agency\";s:2:\"id\";s:8:\"creative\";s:10:\"screenshot\";s:47:\"//repo.the7.io/demo-content/assets/creative.jpg\";s:4:\"link\";s:25:\"https://the7.io/creative/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:8:\"one-page\";a:8:{s:5:\"title\";s:15:\"Creative Agency\";s:2:\"id\";s:8:\"one-page\";s:10:\"screenshot\";s:47:\"//repo.the7.io/demo-content/assets/one-page.jpg\";s:4:\"link\";s:25:\"https://the7.io/one-page/\";s:16:\"required_plugins\";a:5:{i:0;s:12:\"dt-the7-core\";i:1;s:10:\"go_pricing\";i:2;s:11:\"js_composer\";i:3;s:9:\"revslider\";i:4;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:17:\"business-one-page\";a:8:{s:5:\"title\";s:25:\"Business One Page Website\";s:2:\"id\";s:17:\"business-one-page\";s:10:\"screenshot\";s:56:\"//repo.the7.io/demo-content/assets/business-one-page.jpg\";s:4:\"link\";s:34:\"https://the7.io/business-one-page/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:8:\"business\";a:8:{s:5:\"title\";s:8:\"Business\";s:2:\"id\";s:8:\"business\";s:10:\"screenshot\";s:47:\"//repo.the7.io/demo-content/assets/business.jpg\";s:4:\"link\";s:25:\"https://the7.io/business/\";s:16:\"required_plugins\";a:5:{i:0;s:12:\"dt-the7-core\";i:1;s:10:\"go_pricing\";i:2;s:11:\"js_composer\";i:3;s:9:\"revslider\";i:4;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:4:\"shop\";a:8:{s:5:\"title\";s:4:\"Shop\";s:2:\"id\";s:4:\"shop\";s:10:\"screenshot\";s:43:\"//repo.the7.io/demo-content/assets/shop.jpg\";s:4:\"link\";s:21:\"https://the7.io/shop/\";s:16:\"required_plugins\";a:5:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";i:4;s:11:\"woocommerce\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:6:\"coffee\";a:8:{s:5:\"title\";s:6:\"Coffee\";s:2:\"id\";s:6:\"coffee\";s:10:\"screenshot\";s:45:\"//repo.the7.io/demo-content/assets/coffee.jpg\";s:4:\"link\";s:23:\"https://the7.io/coffee/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:16:\"marketing-agency\";a:8:{s:5:\"title\";s:16:\"Marketing Agency\";s:2:\"id\";s:16:\"marketing-agency\";s:10:\"screenshot\";s:55:\"//repo.the7.io/demo-content/assets/marketing-agency.jpg\";s:4:\"link\";s:33:\"https://the7.io/marketing-agency/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:12:\"construction\";a:8:{s:5:\"title\";s:12:\"Construction\";s:2:\"id\";s:12:\"construction\";s:10:\"screenshot\";s:51:\"//repo.the7.io/demo-content/assets/construction.jpg\";s:4:\"link\";s:29:\"https://the7.io/construction/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:10:\"restaurant\";a:8:{s:5:\"title\";s:10:\"Restaurant\";s:2:\"id\";s:10:\"restaurant\";s:10:\"screenshot\";s:49:\"//repo.the7.io/demo-content/assets/restaurant.jpg\";s:4:\"link\";s:27:\"https://the7.io/restaurant/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:7:\"medical\";a:8:{s:5:\"title\";s:7:\"Medical\";s:2:\"id\";s:7:\"medical\";s:10:\"screenshot\";s:46:\"//repo.the7.io/demo-content/assets/medical.jpg\";s:4:\"link\";s:24:\"https://the7.io/medical/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:4:\"news\";a:8:{s:5:\"title\";s:11:\"Blog & News\";s:2:\"id\";s:4:\"news\";s:10:\"screenshot\";s:43:\"//repo.the7.io/demo-content/assets/news.jpg\";s:4:\"link\";s:21:\"https://the7.io/news/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:10:\"go_pricing\";i:2;s:11:\"js_composer\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:10:\"conference\";a:8:{s:5:\"title\";s:10:\"Conference\";s:2:\"id\";s:10:\"conference\";s:10:\"screenshot\";s:49:\"//repo.the7.io/demo-content/assets/conference.jpg\";s:4:\"link\";s:27:\"https://the7.io/conference/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:3:\"psy\";a:8:{s:5:\"title\";s:10:\"Psychology\";s:2:\"id\";s:3:\"psy\";s:10:\"screenshot\";s:42:\"//repo.the7.io/demo-content/assets/psy.jpg\";s:4:\"link\";s:20:\"https://the7.io/psy/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:5:\"photo\";a:8:{s:5:\"title\";s:11:\"Photography\";s:2:\"id\";s:5:\"photo\";s:10:\"screenshot\";s:44:\"//repo.the7.io/demo-content/assets/photo.jpg\";s:4:\"link\";s:22:\"https://the7.io/photo/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:10:\"go_pricing\";i:2;s:11:\"js_composer\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:7:\"product\";a:8:{s:5:\"title\";s:7:\"Product\";s:2:\"id\";s:7:\"product\";s:10:\"screenshot\";s:46:\"//repo.the7.io/demo-content/assets/product.jpg\";s:4:\"link\";s:24:\"https://the7.io/product/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:5:\"dance\";a:8:{s:5:\"title\";s:12:\"Dance School\";s:2:\"id\";s:5:\"dance\";s:10:\"screenshot\";s:44:\"//repo.the7.io/demo-content/assets/dance.jpg\";s:4:\"link\";s:22:\"https://the7.io/dance/\";s:16:\"required_plugins\";a:5:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";i:4;s:11:\"convertplug\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:10:\"expedition\";a:8:{s:5:\"title\";s:10:\"Expedition\";s:2:\"id\";s:10:\"expedition\";s:10:\"screenshot\";s:49:\"//repo.the7.io/demo-content/assets/expedition.jpg\";s:4:\"link\";s:27:\"https://the7.io/expedition/\";s:16:\"required_plugins\";a:5:{i:0;s:14:\"contact-form-7\";i:1;s:12:\"dt-the7-core\";i:2;s:11:\"js_composer\";i:3;s:9:\"revslider\";i:4;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:3:\"app\";a:8:{s:5:\"title\";s:3:\"App\";s:2:\"id\";s:3:\"app\";s:10:\"screenshot\";s:42:\"//repo.the7.io/demo-content/assets/app.jpg\";s:4:\"link\";s:20:\"https://the7.io/app/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:17:\"personal-creative\";a:8:{s:5:\"title\";s:30:\"The7 Personal Creative Website\";s:2:\"id\";s:17:\"personal-creative\";s:10:\"screenshot\";s:56:\"//repo.the7.io/demo-content/assets/personal-creative.jpg\";s:4:\"link\";s:34:\"https://the7.io/personal-creative/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:7:\"hosting\";a:8:{s:5:\"title\";s:7:\"Hosting\";s:2:\"id\";s:7:\"hosting\";s:10:\"screenshot\";s:46:\"//repo.the7.io/demo-content/assets/hosting.jpg\";s:4:\"link\";s:24:\"https://the7.io/hosting/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:13:\"beauty-studio\";a:8:{s:5:\"title\";s:13:\"Beauty Studio\";s:2:\"id\";s:13:\"beauty-studio\";s:10:\"screenshot\";s:52:\"//repo.the7.io/demo-content/assets/beauty-studio.jpg\";s:4:\"link\";s:30:\"https://the7.io/beauty-studio/\";s:16:\"required_plugins\";a:3:{i:0;s:11:\"js_composer\";i:1;s:9:\"revslider\";i:2;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:3:\"law\";a:8:{s:5:\"title\";s:3:\"Law\";s:2:\"id\";s:3:\"law\";s:10:\"screenshot\";s:42:\"//repo.the7.io/demo-content/assets/law.jpg\";s:4:\"link\";s:20:\"https://the7.io/law/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:14:\"digital-artist\";a:8:{s:5:\"title\";s:14:\"Digital Artist\";s:2:\"id\";s:14:\"digital-artist\";s:10:\"screenshot\";s:53:\"//repo.the7.io/demo-content/assets/digital-artist.jpg\";s:4:\"link\";s:31:\"https://the7.io/digital-artist/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:10:\"dev-studio\";a:8:{s:5:\"title\";s:9:\"Seven Dev\";s:2:\"id\";s:10:\"dev-studio\";s:10:\"screenshot\";s:49:\"//repo.the7.io/demo-content/assets/dev-studio.jpg\";s:4:\"link\";s:27:\"https://the7.io/dev-studio/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:10:\"web-master\";a:8:{s:5:\"title\";s:10:\"Web Master\";s:2:\"id\";s:10:\"web-master\";s:10:\"screenshot\";s:49:\"//repo.the7.io/demo-content/assets/web-master.jpg\";s:4:\"link\";s:27:\"https://the7.io/web-master/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:0;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:2:\"cv\";a:8:{s:5:\"title\";s:2:\"CV\";s:2:\"id\";s:2:\"cv\";s:10:\"screenshot\";s:41:\"//repo.the7.io/demo-content/assets/cv.jpg\";s:4:\"link\";s:19:\"https://the7.io/cv/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:14:\"coming-soon-02\";a:8:{s:5:\"title\";s:22:\"Coming Soon Revolution\";s:2:\"id\";s:14:\"coming-soon-02\";s:10:\"screenshot\";s:53:\"//repo.the7.io/demo-content/assets/coming-soon-02.jpg\";s:4:\"link\";s:31:\"https://the7.io/coming-soon-02/\";s:16:\"required_plugins\";a:4:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:9:\"revslider\";i:3;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}s:14:\"coming-soon-01\";a:8:{s:5:\"title\";s:19:\"Coming Soon Minimal\";s:2:\"id\";s:14:\"coming-soon-01\";s:10:\"screenshot\";s:53:\"//repo.the7.io/demo-content/assets/coming-soon-01.jpg\";s:4:\"link\";s:31:\"https://the7.io/coming-soon-01/\";s:16:\"required_plugins\";a:3:{i:0;s:12:\"dt-the7-core\";i:1;s:11:\"js_composer\";i:2;s:18:\"Ultimate_VC_Addons\";}s:19:\"include_attachments\";b:1;s:11:\"top_content\";s:0:\"\";s:14:\"bottom_content\";s:0:\"\";}}','no'),(188,'the7_demo_content_last_update','1530299811','no'),(191,'presscore_less_css_is_writable','1','yes'),(192,'the7_dynamic_css_cache','a:0:{}','yes'),(193,'the7_dynamic_css_version','d2f35bd3e8af','yes'),(194,'the7_plugins_last_check','1532408917','no'),(201,'the7pt_flush_rewrite_rules','','yes'),(204,'revslider_servers','a:10:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";i:7;s:22:\"themepunch-ext-a.tools\";i:8;s:22:\"themepunch-ext-a.tools\";i:9;s:16:\"themepunch.tools\";}','yes'),(205,'revslider_server_refresh','1545847624','yes'),(206,'revslider-update-check-short','1542388587','yes'),(207,'revslider-templates-check','1542212955','yes'),(212,'revslider-library-check','1542212955','yes'),(213,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:11:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:11:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:11:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:11:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:11:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:11:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:11:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:11:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:11:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:11:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:11:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:11:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:11:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:11:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:11:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:11:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:11:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:11:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:11:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:11:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:11:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:11:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:11:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:11:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:11:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:11:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:11:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:11:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:11:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:11:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:11:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:11:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:11:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:11:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:11:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:11:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:11:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:11:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:11:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:11:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:11:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:11:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:11:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:11:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:11:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:11:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:11:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:11:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:11:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:11:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:11:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:11:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:11:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:11:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:11:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:11:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:11:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:11:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:11:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:11:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:11:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:11:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:11:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:11:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:11:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:11:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:11:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:11:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:11:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:11:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:11:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:11:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:11:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:11:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:11:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:11:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:11:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:11:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:11:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:11:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:11:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:11:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:11:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:11:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:11:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:11:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:11:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:11:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:11:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:11:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:11:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:11:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:11:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:11:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:11:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:11:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:11:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:11:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:11:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:11:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:11:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:11:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:11:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:11:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:11:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:11:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:11:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:11:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:11:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:11:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:11:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:11:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:11:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:11:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:11:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:11:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:11:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:11:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:11:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:11:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:11:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:11:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:11:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:11:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:11:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:11:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:11:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:11:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:11:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:11:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:11:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:11:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:11:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:11:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:11:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:11:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:11:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:11:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:11:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:11:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:11:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:11:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:11:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:11:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:11:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:11:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:11:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:11:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:11:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:11:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:11:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:11:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:11:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:11:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:11:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:11:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:11:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:11:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:11:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:11:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:11:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:11:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:11:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:11:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:11:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:11:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:11:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:11:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}','no'),(214,'revslider_checktables','1','yes'),(215,'rs_tables_created','1','yes'),(216,'revslider_table_version','1.0.6','yes'),(217,'revslider-global-settings','a:0:{}','yes'),(218,'bsf_force_check_extensions','','no'),(219,'ultimate_row','enable','yes'),(220,'ultimate_animation','disable','yes'),(221,'revslider_update_version','5.2.5.5','yes'),(222,'ultimate_google_fonts','a:0:{}','no'),(223,'ultimate_selected_google_fonts','a:0:{}','yes'),(224,'revslider-valid','true','yes'),(225,'revslider-valid-notice','false','yes'),(226,'the7-revslider-code','035e81fa-9ea6-4162-ae23-5d94f63cc765','yes'),(227,'wpb_js_the7_js_composer_purchase_code','035e81fa-9ea6-4162-ae23-5d94f63cc765','no'),(228,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(229,'widget_presscore-portfolio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(230,'widget_presscore-photos','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(231,'widget_presscore-team','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(232,'widget_presscore-testimonials-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(233,'widget_presscore-testimonials-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(236,'vc_version','5.5.2','yes'),(237,'bsf_local_transient','1546642104','yes'),(240,'bsf-updater-version','1.22.44\r\n','yes'),(241,'brainstrom_products','a:1:{s:7:\"plugins\";a:1:{i:6892199;a:32:{s:2:\"id\";s:7:\"6892199\";s:4:\"name\";s:41:\"Ultimate Addons for WPBakery Page Builder\";s:4:\"slug\";s:18:\"Ultimate_VC_Addons\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:153:\"The top seller new plugin of 2016. Install Ultimate with WPBakery Page Builder and you will probably have everything you need to build stunning websites.\";s:7:\"version\";s:7:\"3.16.24\";s:12:\"download_url\";s:22:\"Ultimate_VC_Addons.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:5:\"4.9.8\";s:14:\"privacy_policy\";s:52:\"https://ultimate.brainstormforce.com/privacy-policy/\";s:16:\"terms_conditions\";s:58:\"https://ultimate.brainstormforce.com/terms-and-conditions/\";s:12:\"purchase_url\";s:74:\"https://codecanyon.net/cart/add_items?item_ids=6892199&ref=BrainstormForce\";s:13:\"changelog_url\";s:46:\"http://changelog.brainstormforce.com/ultimate/\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:37:\"http://brainstormforce.freshdesk.com/\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:77:\"//repo.the7.io/bundled-content/brainstorm/preview/Ultimate_VC_Addons/uavc.jpg\";s:32:\"show_on_register_licence_listing\";s:4:\"true\";s:15:\"show_on_listing\";s:4:\"true\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:7:\"6892199\";s:8:\"template\";s:41:\"Ultimate_VC_Addons/Ultimate_VC_Addons.php\";s:6:\"remote\";s:6:\"3.17.1\";s:12:\"purchase_key\";s:36:\"035e81fa-9ea6-4162-ae23-5d94f63cc765\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:46:\"The7 Ultimate Addons for WPBakery Page Builder\";}}}','yes'),(243,'bsf_local_transient_bundled','1542212961','yes'),(246,'brainstrom_bundled_products','a:0:{}','yes'),(248,'bsf_skip_braisntorm_menu','1','no'),(249,'ultimate_updater','enabled','yes'),(250,'ultimate_constants','a:3:{s:24:\"ULTIMATE_NO_UPDATE_CHECK\";b:0;s:28:\"ULTIMATE_NO_EDIT_PAGE_NOTICE\";b:0;s:30:\"ULTIMATE_NO_PLUGIN_PAGE_NOTICE\";b:0;}','yes'),(251,'ultimate_modules','a:41:{i:0;s:18:\"ultimate_animation\";i:1;s:16:\"ultimate_buttons\";i:2;s:18:\"ultimate_countdown\";i:3;s:17:\"ultimate_flip_box\";i:4;s:20:\"ultimate_google_maps\";i:5;s:22:\"ultimate_google_trends\";i:6;s:17:\"ultimate_headings\";i:7;s:22:\"ultimate_icon_timeline\";i:8;s:17:\"ultimate_info_box\";i:9;s:20:\"ultimate_info_circle\";i:10;s:18:\"ultimate_info_list\";i:11;s:20:\"ultimate_info_tables\";i:12;s:28:\"ultimate_interactive_banners\";i:13;s:29:\"ultimate_interactive_banner_2\";i:14;s:15:\"ultimate_modals\";i:15;s:17:\"ultimate_parallax\";i:16;s:23:\"ultimate_pricing_tables\";i:17;s:15:\"ultimate_spacer\";i:18;s:22:\"ultimate_stats_counter\";i:19;s:20:\"ultimate_swatch_book\";i:20;s:14:\"ultimate_icons\";i:21;s:18:\"ultimate_list_icon\";i:22;s:17:\"ultimate_carousel\";i:23;s:18:\"ultimate_fancytext\";i:24;s:22:\"ultimate_highlight_box\";i:25;s:20:\"ultimate_info_banner\";i:26;s:15:\"ultimate_ihover\";i:27;s:16:\"ultimate_hotspot\";i:28;s:21:\"ultimate_video_banner\";i:29;s:11:\"woocomposer\";i:30;s:20:\"ultimate_dual_button\";i:31;s:13:\"ultimate_link\";i:32;s:19:\"ultimate_fancy_text\";i:33;s:23:\"ultimate_hightlight_box\";i:34;s:20:\"ultimate_content_box\";i:35;s:24:\"ultimate_image_separator\";i:36;s:27:\"ultimate_expandable_section\";i:37;s:12:\"ultimate_tab\";i:38;s:23:\"ultimate_sticky_section\";i:39;s:13:\"ultimate_team\";i:40;s:21:\"ultimate_range_slider\";}','yes'),(252,'smile_fonts','a:1:{s:8:\"Defaults\";a:4:{s:7:\"include\";s:20:\"smile_fonts/Defaults\";s:6:\"folder\";s:20:\"smile_fonts/Defaults\";s:5:\"style\";s:21:\"Defaults/Defaults.css\";s:6:\"config\";s:11:\"charmap.php\";}}','yes'),(253,'cp_show_rebrand_notice','no','yes'),(259,'_transient_timeout_the7_demo_content_processed_data','1530300985','no'),(260,'_transient_the7_demo_content_processed_data','a:4:{s:17:\"processed_authors\";a:1:{i:1;i:1;}s:15:\"processed_terms\";a:26:{i:2;i:2;i:3;i:3;i:34;i:4;i:4;i:5;i:5;i:6;i:1;i:7;i:6;i:1;i:7;i:8;i:8;i:9;i:9;i:10;i:10;i:11;i:11;i:12;i:12;i:13;i:13;i:14;i:14;i:15;i:15;i:16;i:16;i:17;i:17;i:18;i:18;i:19;i:19;i:20;i:20;i:21;i:21;i:22;i:22;i:23;i:24;i:24;i:26;i:25;i:33;i:26;}s:15:\"processed_posts\";a:32:{i:71;i:71;i:74;i:74;i:228;i:228;i:229;i:229;i:230;i:230;i:231;i:231;i:232;i:232;i:233;i:233;i:234;i:234;i:991;i:991;i:992;i:992;i:993;i:993;i:994;i:994;i:2182;i:2182;i:5;i:2183;i:7;i:2184;i:9;i:9;i:11;i:11;i:46;i:46;i:60;i:60;i:72;i:72;i:73;i:73;i:129;i:129;i:144;i:144;i:150;i:150;i:156;i:156;i:191;i:191;i:592;i:592;i:2337;i:2337;i:2380;i:2380;i:2389;i:2389;i:2403;i:2403;}s:15:\"featured_images\";a:5:{i:129;i:2268;i:144;i:2270;i:150;i:2084;i:156;i:2221;i:191;i:2231;}}','no'),(261,'wpb_js_use_custom','1','yes'),(262,'wpb_js_vc_color','#25a785','yes'),(263,'wpb_js_vc_color_hover','#0f384e','yes'),(264,'wpb_js_vc_color_call_to_action_bg','#25a785','yes'),(265,'wpb_js_vc_color_google_maps_bg','','yes'),(266,'wpb_js_vc_color_post_slider_caption_bg','','yes'),(267,'wpb_js_vc_color_progress_bar_bg','','yes'),(268,'wpb_js_vc_color_separator_border','','yes'),(269,'wpb_js_vc_color_tab_bg','','yes'),(270,'wpb_js_vc_color_tab_bg_active','#0f384e','yes'),(271,'wpb_js_margin','0px','yes'),(272,'wpb_js_gutter','50','yes'),(273,'wpb_js_responsive_max','778','yes'),(275,'dt_portfolio_category_children','a:0:{}','yes'),(276,'dt_gallery_category_children','a:0:{}','yes'),(277,'dt_team_category_children','a:0:{}','yes'),(278,'dt_testimonials_category_children','a:0:{}','yes'),(286,'the7_options_saved','1','no'),(299,'wpb_js_less_version','5.5.2','yes'),(380,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(403,'revslider-connection','1','yes'),(404,'revslider-latest-version','5.4.8','yes'),(405,'revslider-stable-version','4.2','yes'),(406,'revslider-notices','a:9:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:230:\"\"revslider\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:242:\"\"revslider\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:240:\"\"revslider\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:249:\"\"revslider\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:232:\"\"revslider\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:249:\"\"revslider\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:236:\"\"revslider\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:252:\"\"revslider\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:233:\"\"revslider\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(407,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"
your version is: {{current_version}}
\";s:4:\"code\";s:0:\"\";}}','yes'),(408,'revslider-addons','O:8:\"stdClass\":0:{}','yes'),(415,'revslider-update-check','1536342603','yes'),(416,'revslider_update_info','O:8:\"stdClass\":3:{s:7:\"checked\";i:1536342603;s:5:\"basic\";O:8:\"stdClass\":5:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:5:\"5.4.8\";s:7:\"package\";s:97:\"http://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=revslider\";s:6:\"tested\";s:5:\"4.7.3\";s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";}s:4:\"full\";O:8:\"stdClass\":16:{s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"stable\";s:3:\"4.2\";s:7:\"version\";s:5:\"5.4.8\";s:6:\"tested\";s:5:\"4.7.3\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2017-04-25\";s:12:\"last_updated\";s:10:\"2017-04-25\";s:8:\"requires\";s:3:\"3.6\";s:6:\"author\";s:10:\"ThemePunch\";s:7:\"package\";s:97:\"http://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=revslider\";s:13:\"download_link\";s:97:\"http://repo.the7.io/plugins/download.php?code=035e81fa-9ea6-4162-ae23-5d94f63cc765&item=revslider\";s:9:\"file_name\";s:13:\"revslider.zip\";s:8:\"sections\";a:1:{s:9:\"changelog\";s:102288:\"
\n

Version 5.4.3.1 StarPath (25th April 2017)

\n
CHANGES
\n\n
BUGFIXES
\n\n\n

Version 5.4.3 StarPath (21th April 2017)

\n
NEW FEATURES
\n\n
BUGFIXES
\n\n\n

Version 5.4.2 StarPath (08th April 2017)

\n
NEW FEATURES
\n\n
BUGFIXES
\n\n\n

Version 5.4.1 StarPath (28th February 2017)

\n
BUGFIXES
\n\n\n

Version 5.4 StarPath (22nd February 2017)

\n
NEW FEATURES
\n\n
CHANGES
\n\n
BUGFIXES
\n\n\n

Version 5.3.1.6 StarPath (5th January 2017)

\n
NEW FEATURES
\n\n
BUGFIXES
\n\n\n

Version 5.3.1.5 StarPath (10th December 2016)

\n
NEW FEATURES
\n\n
CHANGES
\n\n
BUGFIXES
\n\n\n\n

Version 5.3.1.1 StarPath (8th December 2016)

\n
CHANGES
\n\n
BUGFIXES
\n\n\n\n

Version 5.3.1 StarPath (1st December 2016)

\n
NEW FEATURES
\n\n
CHANGES
\n\n
BUGFIXES
\n\n\n\n

Version 5.3.0.2 StarPath (26th October 2016)

\n
BUGFIXES
\n\n\n\n

Version 5.3.0.1 StarPath (22nd October 2016)

\n
BUGFIXES
\n\n\n\n

Version 5.3.0 StarPath (21st October 2016)

\n
NEW FEATURES
\n\n
CHANGES
\n\n
BUGFIXES
\n\n\n\n

Version 5.2.6 StarPath (24th June 2016)

\n
CHANGES
\n\n
BUGFIXES
\n\n\n\n

Version 5.2.5.4 StarPath (14th June 2016)

\n
CHANGES
\n\n\n\n

Version 5.2.5.3 StarPath (1st June 2016)

\n
NEW FEATURES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.2.5.2 StarPath (24th May 2016)

\n
CHANGES
\n\n\n
BUGFIXES
\n\n\n\n\n

Version 5.2.5.1 StarPath (4th May 2016)

\n
NEW FEATURES
\n\n\n
CHANGES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.2.5 StarPath (16th April 2016)

\n
NEW FEATURES
\n\n\n
CHANGES
\n\n\n
BUGFIXES
\n\n\n\n\n

Version 5.2.4.1 StarPath (08th April 2016)

\n
CHANGES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.2.4 StarPath (01st April 2016)

\n
NEW FEATURES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.2.3.5 StarPath (18th March 2016)

\n
BUGFIXES
\n\n\n

Version 5.2.3 StarPath (17th March 2016)

\n
Changes
\n\n
BUGFIXES
\n\n\n\n

Version 5.2.2 StarPath (11th March 2016)

\n
BUGFIXES
\n\n\n\n

Version 5.2.1 StarPath (4th March 2016)

\n
BUGFIXES
\n\n\n\n

Version 5.2.0 StarPath (3th March 2016)

\n
NEW FEATURES
\n\n\n
Changes
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.1.61 StarPath (28th January 2016)

\n
BUGFIXES
\n\n\n\n

Version 5.1.6 StarPath (5th January 2016)

\n
NEW FEATURES
\n\n\n
Changes
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.1.5 StarPath (16th December 2015)

\n
NEW FEATURES
\n\n\n
Changes
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.1.4 StarPath (28th November 2015)

\n
NEW FEATURES
\n\n\n
Changes
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.1.3 StarPath (17th November 2015)

\n
BUGFIXES
\n\n\n\n

Version 5.1.2 StarPath (14th November 2015)

\n\n
NEW FEATURES
\n\n\n
Changes
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.1.1 StarPath (12th November 2015)

\n\n
NEW FEATURES
\n\n\n
Changes
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.1 StarPath (19th October 2015)

\n\n
NEW FEATURES
\n\n\n
Changes
\n\n\n
BUGFIXES
\n\n\n

Version 5.0.9 StarPath (21th September 2015)

\n\n
NEW FEATURES
\n\n\n
BUGFIXES
\n\n\n \n

Version 5.0.8.5 StarPath (15th September 2015)

\n\n
BUGFIXES
\n\n\n\n\n

Version 5.0.8 StarPath (11th September 2015)

\n
NEW FEATURES
\n\n\n
CHANGES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.0.7 StarPath (5th September 2015)

\n\n
NEW FEATURES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.0.6 StarPath (2nd September 2015)

\n
NEW FEATURES
\n\n
CHANGES
\n\n
BUGFIXES
\n\n\n\n

Version 5.0.5 StarPath (27th August 2015)

\n
NEW FEATURES
\n\n\n
CHANGES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.0.4.1 StarPath (18th August 2015)

\n
BUGFIXES
\n\n\n\n

Version 5.0.4 StarPath (12th August 2015)

\n\n
NEW FEATURES
\n\n\n
CHANGES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.0.3 StarPath (11th August 2015)

\n
BUGFIXES
\n\n\n \n

Version 5.0.2 StarPath (8th August 2015)

\n
NEW FEATURES
\n\n\n
BUGFIXES
\n\n\n\n

Version 5.0.1 StarPath (7th August 2015)

\n
BUGFIXES
\n\n\n

Version 5.0 StarPath (6th August 2015)

\n\n
The Technology
\n\n\n
General Options
\n\n\n
Layer Capabilities
\nLayers have evolved from simple layers to become powerful scene building tools!
Drag and Drop, Customize & Animate your way to your perfect slider.\n\n
Slider Navigation
\n\n\n
Video Features
\n\n
Content Sources
\nSlider Revolution is not just your ordinary image & video slider any longer. Now you can also pull the sliders content from popular social media steams.\n\n
Get Involved!
\nIs there a feature you would like to see?
We will go through all your feedback weekly and pick the most requested features to be included in a future update!
\nContact us via our Profile Form


\n \n \n

Version 4.6.93 SkyWood (8th May 2015)

\n
BUGFIXES
\n \n \n \n

Version 4.6.92 SkyWood (28th April 2015)

\n
BUGFIXES
\n \n \n \n

Version 4.6.91 SkyWood (28th April 2015)

\n
BUGFIXES
\n \n \n \n

Version 4.6.9 SkyWood (16th April 2015)

\n
BUGFIXES
\n \n \n\n

Version 4.6.8 SkyWood (15th April 2015)

\n
INFO
\n \n
BUGFIXES
\n \n \n \n

Version 4.6.5 SkyWood (2nd December 2014)

\n
BUGFIXES
\n \n \n\n

Version 4.6.4 SkyWood (27th November 2014)

\n
NEW FEATURES
\n \n
CHANGES
\n \n
BUGFIXES
\n \n \n \n

Version 4.6.3 SkyWood (21th October 2014)

\n
BUGFIXES
\n \n \n \n

Version 4.6.2 SkyWood (18th October 2014)

\n
NEW FEATURES
\n \n
CHANGES
\n \n
BUGFIXES
\n \n\n\n

Version 4.6 SkyWood (25th August 2014)

\n
NEW FEATURES
\n \n
CHANGES
\n \n
BUGFIXES
\n \n\n\n

Version 4.5.96 SkyWood (24th July 2014)

\n
CHANGES
\n \n
BUGFIXES
\n \n\n\n

Version 4.5.95 SkyWood (16th July 2014)

\n
CHANGES
\n \n
BUGFIXES
\n \n\n\n

Version 4.5.9 SkyWood (7th July 2014)

\n
NEW FEATURES
\n \n
CHANGES
\n \n
BUGFIXES
\n \n\n

Version 4.5.8 SkyWood (4th July 2014)

\n
CHANGES
\n \n\n\n\n

Version 4.5.7 SkyWood (2nd July 2014)

\n
NEW FEATURES
\n \n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n\n

Version 4.5.6 SkyWood (25th June 2014)

\n\n
NEW FEATURES
\n \n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n\n

Version 4.5.5 SkyWood (24th June 2014)

\n\n
NEW FEATURES
\n \n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n\n

Version 4.5.4 SkyWood (16th June 2014)

\n\n
NEW FEATURES
\n \n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n\n

Version 4.5.3 SkyWood (12th June 2014)

\n\n
BUGFIXES
\n \n\n\n

Version 4.5.2 SkyWood (10th June 2014)

\n\n
NEW FEATURES
\n \n\n
BUGFIXES
\n \n\n\n

Version 4.5.01 SkyWood (06th June 2014)

\n
BUGFIXES
\n \n\n\n

Version 4.5.0 SkyWood (05th June 2014)

\n
NEW FEATURES
\n \n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n\n\n

Version 4.3.8 SkyWood (27th April 2014)

\n
BUGFIXES
\n \n\n\n

Version 4.3.7 SkyWood (17th April 2014)

\n
BUGFIXES
\n \n\n

Version 4.3.6 SkyWood (14th April 2014)

\n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n

Version 4.3.5 SkyWood (09th April 2014)

\n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n
\n\n\n

Version 4.3.4 SkyWood (07th April 2014)

\n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n
\n\n\n

Version 4.3.3 SkyWood (27th March 2014)

\n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n
\n\n

Version 4.3.2 SkyWood (25th March 2014)

\n\n
NEW FEATURES
\n \n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n
\n\n

Version 4.3.1 SkyWood (21th March 2014)

\n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n
\n\n

Version 4.3 SkyWood (18th March 2014)

\n
BUGFIXES
\n \n\n
\n\n

Version 4.2.7 SkyWood (18th March 2014)

\n
NEW FEATURES
\n \n\n
BUGFIXES
\n \n\n
\n\n

Version 4.2.6 SkyWood (17th March 2014)

\n
NEW FEATURES
\n \n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n
\n\n

Version 4.2.5 SkyWood (12th March 2014)

\n
BUGFIXES
\n \n\n\n
\n\n

Version 4.2.4 SkyWood (10th March 2014)

\n
CHANGES
\n \n\n\n
\n\n

Version 4.2.3 SkyWood (3th March 2014)

\n
BUGFIXES
\n \n\n\n
\n\n

Version 4.2.2 SkyWood (28th February 2014)

\n
BUGFIXES
\n \n\n
\n\n

Version 4.2.1 SkyWood (27th February 2014)

\n
BUGFIXES
\n \n\n
\n\n

Version 4.2 SkyWood (25th February 2014)

\n
NEW FEATURES
\n \n\n
CHANGES
\n \n\n
BUGFIXES
\n \n\n
\n\n\n\n

Version 4.1.5 SkyWood

\n
NEW FEATURES
\n \n
CHANGES
\n \n\n\n\n
\n\n

Version 4.1.4 SkyWood

\n
NEW FEATURES
\n \n
CHANGES
\n \n\n\n\n\n
\n\n\n

Version 4.1.3 SkyWood

\n
CHANGES
\n \n
BUGFIXES
\n \n\n\n\n
\n\n\n

Version 4.1.2 SkyWood

\n
CHANGES
\n \n
BUGFIXES
\n \n\n\n
\n\n\n\n

Version 4.1.1 SkyWood

\n
NEW FEATURES
\n \n
CHANGES
\n \n
BUGFIXES
\n \n\n\n
\n\n\n\n

Version 4.1 SkyWood

\n
NEW FEATURES
\n \n
CHANGES
\n \n
BUGFIXES
\n \n\n\n\n\n
\n\n\n

Version 4.0.6 SkyWood

\n
BUGFIXES
\n \n\n\n\n
\n\n

Version 4.0.5 SkyWood

\n
NEW FEATURES
\n \n
CHANGES
\n \n
BUGFIXES
\n \n\n\n
\n\n\n\n

Version 4.0.4 SkyWood

\n
BUGFIXES
\n \n\n
\n\n\n

Version 4.0.3 SkyWood

\n
CHNAGES
\n \n
BUGFIXES
\n \n\n\n\n
\n\n

Version 4.0.2 SkyWood

\n
BUGFIXES
\n \n\n\n
\n\n

Version 4.0.1 SkyWood

\n
CHANGES
\n \n\n\n\n
\n\n

Version 4.0 SkyWood

\n
NEW FEATURES
\n \n
CHANGES
\n \n
BUGFIXES
\n \n
\";}s:3:\"url\";s:81:\"https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380\";s:8:\"external\";i:1;}}','yes'),(419,'_site_transient_timeout_browser_eb23ac3a78f591ce5e88aca6638bf9b5','1532103136','no'),(420,'_site_transient_browser_eb23ac3a78f591ce5e88aca6638bf9b5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(457,'rs_cache_overlay','5.4.8','yes'),(503,'rs_obj_favorites','a:12:{i:0;s:130:\"http://trackspr.flywheelsites.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg\";i:1;s:116:\"http://trackspr.flywheelsites.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg\";i:2;s:112:\"http://trackspr.flywheelsites.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg\";i:3;s:16:\"object_dvd_1.png\";i:4;s:17:\"relax_hammock.jpg\";i:5;s:16:\"beach_houses.jpg\";i:6;s:17:\"forest_road_2.jpg\";i:7;s:18:\"object_plant_1.png\";i:8;s:16:\"object_pen_1.png\";i:9;s:13:\"fa-icon-glass\";i:10;s:13:\"fa-icon-music\";i:11;s:14:\"fa-icon-search\";}','yes'),(1057,'revslider-nav-preset-default','a:1:{i:5003;a:2:{i:0;a:5:{s:4:\"name\";s:9:\"Tracks PR\";s:6:\"handle\";s:9:\"Tracks-PR\";s:4:\"type\";s:7:\"bullets\";s:6:\"values\";a:5:{s:45:\"ph-preview2-bullets-title-bg-color-color-rgba\";s:22:\"rgba(255, 255, 255, 0)\";s:42:\"ph-preview2-bullets-title-font-size-custom\";s:1:\"0\";s:37:\"ph-preview2-bullets-title-color-color\";s:22:\"rgba(136, 136, 136, 0)\";s:52:\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba\";s:7:\"#25a785\";s:38:\"ph-preview2-bullets-bullet-size-custom\";s:2:\"13\";}s:8:\"editable\";b:1;}i:1;a:5:{s:4:\"name\";s:1:\"1\";s:6:\"handle\";s:1:\"1\";s:4:\"type\";s:7:\"bullets\";s:6:\"values\";a:4:{s:45:\"ph-preview2-bullets-title-bg-color-color-rgba\";s:22:\"rgba(255, 255, 255, 0)\";s:42:\"ph-preview2-bullets-title-font-size-custom\";s:0:\"\";s:37:\"ph-preview2-bullets-title-color-color\";s:22:\"rgba(136, 136, 136, 0)\";s:52:\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba\";s:7:\"#25a785\";}s:8:\"editable\";b:1;}}}','yes'),(1218,'the7_options_view_mode','backend','yes'),(1223,'WPLANG','','yes'),(1224,'new_admin_email','llashell@gmail.com','yes'),(1783,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1532021025;s:7:\"version\";s:5:\"5.0.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(1826,'ffwd_version','1.0.38','yes'),(1827,'widget_ffwd_info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1828,'ffwd_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"11/8/2018\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}}','yes'),(1829,'wdi_do_activation_set_up_redirect','0','yes'),(1830,'wdi_instagram_options','a:11:{s:16:\"wdi_access_token\";s:0:\"\";s:13:\"wdi_user_name\";s:0:\"\";s:11:\"wdi_user_id\";s:0:\"\";s:24:\"wdi_feeds_min_capability\";s:14:\"manage_options\";s:18:\"wdi_transient_time\";s:0:\"\";s:15:\"wdi_reset_cache\";s:0:\"\";s:28:\"wdi_authenticated_users_list\";s:2:\"[]\";s:14:\"wdi_custom_css\";s:0:\"\";s:13:\"wdi_custom_js\";s:0:\"\";s:22:\"wdi_plugin_uninstalled\";s:5:\"false\";s:13:\"wdi_uninstall\";s:0:\"\";}','yes'),(1831,'wdi_version','1.3.4','yes'),(1832,'wdi_admin_notice','a:2:{s:22:\"api_update_token_reset\";a:3:{s:5:\"start\";s:9:\"7/19/2018\";s:3:\"int\";i:0;s:9:\"dismissed\";i:1;}s:15:\"two_week_review\";a:3:{s:5:\"start\";s:8:\"8/2/2018\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}}','yes'),(1833,'widget_wdi_instagram_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1844,'wdi_subscribe_done','1','yes'),(1909,'_site_transient_timeout_browser_9aac439d521303fb976b379ca55697eb','1533013711','no'),(1910,'_site_transient_browser_9aac439d521303fb976b379ca55697eb','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1923,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1548154281;s:7:\"checked\";a:4:{s:7:\"dt-the7\";s:5:\"6.7.0\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"1.2\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.3.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.0.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.8.zip\";}}s:12:\"translations\";a:0:{}}','no'),(1926,'wp_the7_updater_batch_c281912a570cbf26a64faf18863fcca5','a:3:{i:0;a:2:{i:0;s:12:\"The7_Install\";i:1;s:20:\"update_theme_options\";}i:1;s:43:\"the7_mass_regenerate_short_codes_inline_css\";i:2;s:26:\"the7_update_670_db_version\";}','no'),(1979,'_site_transient_timeout_browser_78fad39329dcf3f52f88cba545fe3159','1533315798','no'),(1980,'_site_transient_browser_78fad39329dcf3f52f88cba545fe3159','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2107,'ffwd_subscribe_done','1','yes'),(2388,'category_children','a:0:{}','yes'),(2415,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1532743325','no'),(2416,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4481;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2905;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2576;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2441;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1878;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1665;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1662;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1457;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1401;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1394;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1391;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1326;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1287;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1231;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1112;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1068;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1030;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1027;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:916;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:886;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:832;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:807;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:804;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:726;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:697;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:695;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:688;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:677;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:666;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:663;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:658;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:649;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:645;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:641;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:613;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:612;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:607;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:606;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:600;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:592;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:570;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:550;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:542;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:540;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:528;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:523;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:511;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:511;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:507;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:505;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:493;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:488;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:487;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:484;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:479;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:477;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:459;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:457;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:449;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:440;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:436;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:434;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:421;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:418;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:417;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:414;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:412;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:410;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:405;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:388;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:387;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:370;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:369;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:368;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:363;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:361;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:356;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:353;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:350;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:348;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:345;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:342;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:342;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:338;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:338;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:334;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:329;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:323;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:310;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:308;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:306;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:303;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:302;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:301;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:300;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:299;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:298;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:296;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:296;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:288;}}','no'),(2418,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1548154280;s:8:\"response\";a:4:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:147:\"

Read the release announcement post before upgrading. There is an important notice.

\";s:6:\"tested\";s:5:\"5.0.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:20:\"social-pug/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/social-pug\";s:4:\"slug\";s:10:\"social-pug\";s:6:\"plugin\";s:20:\"social-pug/index.php\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/social-pug/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/social-pug.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/social-pug/assets/icon-256x256.png?rev=1323409\";s:2:\"1x\";s:63:\"https://ps.w.org/social-pug/assets/icon-128x128.png?rev=1323409\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/social-pug/assets/banner-772x250.png?rev=1973060\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"wd-facebook-feed/facebook-feed-wd.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/wd-facebook-feed\";s:4:\"slug\";s:16:\"wd-facebook-feed\";s:6:\"plugin\";s:37:\"wd-facebook-feed/facebook-feed-wd.php\";s:11:\"new_version\";s:5:\"1.1.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wd-facebook-feed/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wd-facebook-feed.1.1.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wd-facebook-feed/assets/icon-128x128.png?rev=1523981\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wd-facebook-feed/assets/banner-772x250.jpg?rev=1523981\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"wd-instagram-feed/wd-instagram-feed.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/wd-instagram-feed\";s:4:\"slug\";s:17:\"wd-instagram-feed\";s:6:\"plugin\";s:39:\"wd-instagram-feed/wd-instagram-feed.php\";s:11:\"new_version\";s:6:\"1.3.11\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wd-instagram-feed/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wd-instagram-feed.1.3.11.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wd-instagram-feed/assets/icon-128x128.png?rev=1524009\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wd-instagram-feed/assets/banner-772x250.jpg?rev=1524009\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}','no'),(2419,'dpsp_location_sidebar','a:5:{s:6:\"active\";i:1;s:8:\"networks\";a:3:{s:8:\"facebook\";a:1:{s:5:\"label\";s:8:\"Facebook\";}s:7:\"twitter\";a:1:{s:5:\"label\";s:7:\"Twitter\";}s:9:\"pinterest\";a:1:{s:5:\"label\";s:9:\"Pinterest\";}}s:12:\"button_style\";i:1;s:7:\"display\";a:4:{s:5:\"shape\";s:7:\"rounded\";s:14:\"icon_animation\";s:3:\"yes\";s:16:\"show_count_total\";s:3:\"yes\";s:8:\"position\";s:4:\"left\";}s:17:\"post_type_display\";a:1:{i:0;s:4:\"post\";}}','yes'),(2420,'dpsp_location_content','a:5:{s:6:\"active\";s:1:\"1\";s:8:\"networks\";a:3:{s:8:\"facebook\";a:1:{s:5:\"label\";s:5:\"Share\";}s:7:\"twitter\";a:1:{s:5:\"label\";s:5:\"Tweet\";}s:9:\"pinterest\";a:1:{s:5:\"label\";s:3:\"Pin\";}}s:7:\"display\";a:10:{s:5:\"shape\";s:7:\"rounded\";s:14:\"icon_animation\";s:3:\"yes\";s:8:\"position\";s:6:\"bottom\";s:12:\"column_count\";s:1:\"3\";s:7:\"message\";s:18:\"Sharing is caring!\";s:11:\"show_labels\";s:3:\"yes\";s:7:\"spacing\";s:3:\"yes\";s:11:\"screen_size\";s:0:\"\";s:16:\"show_count_total\";s:3:\"yes\";s:20:\"total_count_position\";s:5:\"after\";}s:17:\"post_type_display\";a:1:{i:0;s:4:\"post\";}s:12:\"button_style\";s:1:\"1\";}','yes'),(2421,'dpsp_version','1.4.8','yes'),(2422,'dpsp_first_activation','1532732551','yes'),(2433,'dpsp_top_shared_posts','{\"page\":{\"3\":0,\"46\":0,\"592\":0,\"2183\":0,\"2729\":0,\"11\":0},\"dt_team\":{\"2622\":0,\"2627\":0,\"2631\":0,\"2632\":0},\"dt_portfolio\":{\"2591\":0,\"2588\":0,\"2586\":0,\"2577\":0,\"2726\":0},\"post\":{\"144\":0,\"156\":0,\"150\":0},\"dt_slideshow\":{\"2707\":0}}','yes'),(2514,'_site_transient_timeout_community-events-be234753043a9e20cb0b60cb0bc36d56','1532970421','no'),(2515,'_site_transient_community-events-be234753043a9e20cb0b60cb0bc36d56','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"176.221.123.0\";}s:6:\"events\";a:0:{}}','no'),(2660,'_site_transient_timeout_browser_d69733fbb4e92f2d08a65e157dbdedf2','1536947404','no'),(2661,'_site_transient_browser_d69733fbb4e92f2d08a65e157dbdedf2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"68.0.3440.106\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(3008,'the7_dashboard_settings','a:17:{s:14:\"db-auto-update\";b:1;s:27:\"fontawesome-4-compatibility\";b:1;s:18:\"options-in-sidebar\";b:0;s:4:\"rows\";b:0;s:19:\"overlapping-headers\";b:0;s:16:\"portfolio-layout\";b:0;s:9:\"icons-bar\";b:1;s:9:\"portfolio\";b:1;s:14:\"portfolio-slug\";s:7:\"project\";s:12:\"testimonials\";b:1;s:4:\"team\";b:1;s:9:\"team-slug\";s:7:\"dt_team\";s:5:\"logos\";b:0;s:8:\"benefits\";b:0;s:6:\"albums\";b:1;s:11:\"albums-slug\";s:10:\"dt_gallery\";s:9:\"slideshow\";b:1;}','yes'),(3371,'_site_transient_timeout_browser_fdb6c4ce909c81a64e24489dbaee3a65','1541097018','no'),(3372,'_site_transient_browser_fdb6c4ce909c81a64e24489dbaee3a65','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"69.0.3497.100\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(3541,'_site_transient_timeout_community-events-ef943c367463263dd41f4cc81c29934d','1540615528','no'),(3542,'_site_transient_community-events-ef943c367463263dd41f4cc81c29934d','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"76.167.226.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Riverside, CA\";s:3:\"url\";s:35:\"https://2018.riverside.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-11-03 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Riverside, CA, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.973759399999999;s:9:\"longitude\";d:-117.36981849999999;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:15:\"Kickoff Meeting\";s:3:\"url\";s:66:\"https://www.meetup.com/Carlsbad-WordPress-Meetup/events/255468099/\";s:6:\"meetup\";s:25:\"Carlsbad WordPress Meetup\";s:10:\"meetup_url\";s:49:\"https://www.meetup.com/Carlsbad-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-01-08 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:27:\"Carlsbad, CA, United States\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.150001525878999;s:9:\"longitude\";d:-117.30999755859;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:83:\"\"How to Get Your Friends to say ‘Wow!’ – Using Images in WordPress Like a Pro\";s:3:\"url\";s:66:\"https://www.meetup.com/Carlsbad-WordPress-Meetup/events/255468225/\";s:6:\"meetup\";s:25:\"Carlsbad WordPress Meetup\";s:10:\"meetup_url\";s:49:\"https://www.meetup.com/Carlsbad-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-02-05 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:27:\"Carlsbad, CA, United States\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.150001525878999;s:9:\"longitude\";d:-117.30999755859;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:50:\"Driving Leads Through Twitter with Bridget Willard\";s:3:\"url\";s:66:\"https://www.meetup.com/Carlsbad-WordPress-Meetup/events/255468281/\";s:6:\"meetup\";s:25:\"Carlsbad WordPress Meetup\";s:10:\"meetup_url\";s:49:\"https://www.meetup.com/Carlsbad-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-03-05 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:27:\"Carlsbad, CA, United States\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.150001525878999;s:9:\"longitude\";d:-117.30999755859;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:49:\"Why Accessibility is Important with Leo Postovoit\";s:3:\"url\";s:66:\"https://www.meetup.com/Carlsbad-WordPress-Meetup/events/255468297/\";s:6:\"meetup\";s:25:\"Carlsbad WordPress Meetup\";s:10:\"meetup_url\";s:49:\"https://www.meetup.com/Carlsbad-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-04-02 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:27:\"Carlsbad, CA, United States\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.150001525878999;s:9:\"longitude\";d:-117.30999755859;}}}}','no'),(3897,'rs-templates-new','','no'),(3898,'rs-templates','a:2:{s:6:\"slider\";a:73:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:140:\"Our classic, full-width carousel example. Drag, swipe or click to navigate!\n\";s:11:\"setup_notes\";s:309:\"This is a \"Default\" content carousel. Just edit the slides to change images and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:135:\" A classic slideshow example with timer, bullets and arrow navigation.\n\";s:11:\"setup_notes\";s:307:\"This is a \"Default\" content slider. Just edit the slides to change images and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:169:\" An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.\n\";s:11:\"setup_notes\";s:307:\"This is a \"Default\" content slider. Just edit the slides to change images and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\" This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!\n\";s:11:\"setup_notes\";s:438:\"The content source is set to \"Facebook Stream\". Make sure to input your correct API information in the slider settings.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:182:\" A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.\n\";s:11:\"setup_notes\";s:448:\"This is a \"Default\" content slider. Edit the slides to change images and texts.
Some content is in \"Static / Global Layers\"

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:172:\" This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!\n\";s:11:\"setup_notes\";s:436:\"The content source is set to \"Flickr Stream\". Make sure to input your correct API information in the slider settings.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.\n\";s:11:\"setup_notes\";s:615:\"This is a \"Default\" content slider. Edit the slides to change images and texts.
Some content is in \"Static / Global Layers\"

\nInstructions for changing the menu.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:136:\" A swipe-controlled carousel with an additional tab-based navigation.\n\n\";s:11:\"setup_notes\";s:307:\"This is a \"Default\" content slider. Just edit the slides to change images and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:156:\"A tab-based navigation, a slideshow timer and cool animations make this slider interesting!\n\";s:11:\"setup_notes\";s:307:\"This is a \"Default\" content slider. Just edit the slides to change images and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:120:\"A commonly used full-width image hero block with texts.\n\";s:11:\"setup_notes\";s:325:\"This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!\n\";s:11:\"setup_notes\";s:439:\"The content source is set to \"Instagram Stream\". Make sure to input your correct API information in the slider settings.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:180:\"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.\n\";s:11:\"setup_notes\";s:615:\"This is a \"Default\" content slider. Edit the slides to change images and texts.
Some content is in \"Static / Global Layers\"

\nInstructions for changing the menu.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:126:\" A slightly stripped down version of the main preview slider.\n\";s:11:\"setup_notes\";s:307:\"This is a \"Default\" content slider. Just edit the slides to change images and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:126:\"A media gallery example with Vimeo, HTML5 and Youtube videos.\n\";s:11:\"setup_notes\";s:307:\"This is a \"Default\" content slider. Just edit the slides to change media and titles.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:152:\"A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.\n\";s:11:\"setup_notes\";s:314:\"This is a \"Default\" content slider. Just edit the slides to change media and caption texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:142:\"A hero block with HTML5 background video that plays when entering the screen.\n\";s:11:\"setup_notes\";s:325:\"This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:130:\"A news gallery slideshow with tab navigation. Great for any blog!\n\";s:11:\"setup_notes\";s:307:\"This is a \"Default\" content slider. Just edit the slides to change images and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:124:\" This slider is automatically populated by WordPress posts.\n\";s:11:\"setup_notes\";s:446:\"The content source is set to \"Post-Based Slider\". Make sure to select the post type you want to display in the slider settings.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:106:\"A image hero block with ken burns effect.\n\";s:11:\"setup_notes\";s:325:\"This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:127:\"A Vimeo background video hero block with play / pause buttons.\n\";s:11:\"setup_notes\";s:314:\"This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\"This hero block uses a custom styled Mailchimp newsletter signup field.\n\";s:11:\"setup_notes\";s:460:\"This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and Mailchimp code.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"A full-screen slider with a layer based navigation and sleek content elements.\n\";s:11:\"setup_notes\";s:615:\"This is a \"Default\" content slider. Edit the slides to change images and texts.
Some content is in \"Static / Global Layers\"

\nInstructions for changing the menu.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.\n\";s:11:\"setup_notes\";s:615:\"This is a \"Default\" content slider. Edit the slides to change images and texts.
Some content is in \"Static / Global Layers\"

\nInstructions for changing the menu.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:195:\"A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.\n\";s:11:\"setup_notes\";s:615:\"This is a \"Default\" content slider. Edit the slides to change images and texts.
Some content is in \"Static / Global Layers\"

\nInstructions for changing the menu.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"This hero block uses a custom styled input field to show search results on a WordPress site.\n\";s:11:\"setup_notes\";s:345:\"This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:127:\"A fancy carousel that rotates, fades and scales slider items.\n\n\";s:11:\"setup_notes\";s:309:\"This is a \"Default\" content carousel. Just edit the slides to change images and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:112:\"An sports themed image hero block with buttons.\n\";s:11:\"setup_notes\";s:325:\"This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:172:\" This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!\n\";s:11:\"setup_notes\";s:437:\"The content source is set to \"Twitter Stream\". Make sure to input your correct API information in the slider settings.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:169:\"This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!\n\";s:11:\"setup_notes\";s:435:\"The content source is set to \"Vimeo Stream\". Make sure to input your correct API information in the slider settings.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:115:\"A commonly used Vimeo video background hero block.\n\";s:11:\"setup_notes\";s:458:\"This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.

\nScreencast for mobile video considerations.\n

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.\n\";s:11:\"setup_notes\";s:615:\"This is a \"Default\" content slider. Edit the slides to change images and texts.
Some content is in \"Static / Global Layers\"

\nInstructions for changing the menu.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:161:\"A modern hero block with three common devices. The screens of each device can be changed easily!\n\";s:11:\"setup_notes\";s:325:\"This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:161:\"A modern hero block with three common devices. The screens of each device can be changed easily!\n\";s:11:\"setup_notes\";s:314:\"This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.\n\";s:11:\"setup_notes\";s:615:\"This is a \"Default\" content slider. Edit the slides to change images and texts.
Some content is in \"Static / Global Layers\"

\nInstructions for changing the menu.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:172:\" This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!\n\";s:11:\"setup_notes\";s:437:\"The content source is set to \"YouTube Stream\". Make sure to input your correct API information in the slider settings.

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:103:\"A YouTube video background hero block.\n\";s:11:\"setup_notes\";s:626:\"This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.

\nScreencast for mobile video considerations.\n

\nLearn how to enable sound for the background video

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:4:\"1000\";s:5:\"title\";s:26:\"The7 mobile app hero image\";s:5:\"alias\";s:26:\"the7-mobile-app-hero-image\";s:3:\"zip\";s:30:\"the7-mobile-app-hero-image.zip\";s:3:\"uid\";s:26:\"the7-mobile-app-hero-image\";s:3:\"img\";s:37:\"the7-mobile-app-hero-image/slider.jpg\";s:7:\"preview\";s:20:\"https://the7.io/app/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:98:\"Slider from The7: Mobile App demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:4:\"1001\";s:5:\"title\";s:25:\"The7 beauty studio slider\";s:5:\"alias\";s:25:\"the7-beauty-studio-slider\";s:3:\"zip\";s:29:\"the7-beauty-studio-slider.zip\";s:3:\"uid\";s:25:\"the7-beauty-studio-slider\";s:3:\"img\";s:36:\"the7-beauty-studio-slider/slider.jpg\";s:7:\"preview\";s:30:\"https://the7.io/beauty-studio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:101:\"Slider from The7: Beauty Studio demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:4:\"1002\";s:5:\"title\";s:24:\"The7 business hero image\";s:5:\"alias\";s:24:\"the7-business-hero-image\";s:3:\"zip\";s:28:\"the7-business-hero-image.zip\";s:3:\"uid\";s:24:\"the7-business-hero-image\";s:3:\"img\";s:35:\"the7-business-hero-image/slider.jpg\";s:7:\"preview\";s:25:\"https://the7.io/business/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:96:\"Slider from The7: Business demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:4:\"1003\";s:5:\"title\";s:37:\"The7 business with contact hero image\";s:5:\"alias\";s:37:\"the7-business-with-contact-hero-image\";s:3:\"zip\";s:41:\"the7-business-with-contact-hero-image.zip\";s:3:\"uid\";s:37:\"the7-business-with-contact-hero-image\";s:3:\"img\";s:48:\"the7-business-with-contact-hero-image/slider.jpg\";s:7:\"preview\";s:34:\"https://the7.io/business-one-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:105:\"Slider from The7: Business One-Page demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:4:\"1004\";s:5:\"title\";s:18:\"The7 coffee slider\";s:5:\"alias\";s:18:\"the7-coffee-slider\";s:3:\"zip\";s:22:\"the7-coffee-slider.zip\";s:3:\"uid\";s:18:\"the7-coffee-slider\";s:3:\"img\";s:29:\"the7-coffee-slider/slider.jpg\";s:7:\"preview\";s:23:\"https://the7.io/coffee/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:99:\"Slider from The7: Coffee Shop demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:4:\"1006\";s:5:\"title\";s:23:\"The7 Coming Soon slider\";s:5:\"alias\";s:23:\"the7-coming-soon-slider\";s:3:\"zip\";s:27:\"the7-coming-soon-slider.zip\";s:3:\"uid\";s:23:\"the7-coming-soon-slider\";s:3:\"img\";s:34:\"the7-coming-soon-slider/slider.jpg\";s:7:\"preview\";s:31:\"https://the7.io/coming-soon-02/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:106:\"Slider from The7: Coming Soon Slider demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:4:\"1007\";s:5:\"title\";s:26:\"The7 conference hero image\";s:5:\"alias\";s:26:\"the7-conference-hero-image\";s:3:\"zip\";s:30:\"the7-conference-hero-image.zip\";s:3:\"uid\";s:26:\"the7-conference-hero-image\";s:3:\"img\";s:37:\"the7-conference-hero-image/slider.jpg\";s:7:\"preview\";s:27:\"https://the7.io/conference/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:98:\"Slider from The7: Conference demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:4:\"1008\";s:5:\"title\";s:24:\"The7 Construction slider\";s:5:\"alias\";s:24:\"the7-construction-slider\";s:3:\"zip\";s:28:\"the7-construction-slider.zip\";s:3:\"uid\";s:24:\"the7-construction-slider\";s:3:\"img\";s:35:\"the7-construction-slider/slider.jpg\";s:7:\"preview\";s:29:\"https://the7.io/construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:100:\"Slider from The7: Construction demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:4:\"1009\";s:5:\"title\";s:21:\"The7 corporate slider\";s:5:\"alias\";s:21:\"the7-corporate-slider\";s:3:\"zip\";s:25:\"the7-corporate-slider.zip\";s:3:\"uid\";s:21:\"the7-corporate-slider\";s:3:\"img\";s:32:\"the7-corporate-slider/slider.jpg\";s:7:\"preview\";s:26:\"https://the7.io/corporate/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:97:\"Slider from The7: Corporate demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:4:\"1010\";s:5:\"title\";s:24:\"The7 creative hero image\";s:5:\"alias\";s:24:\"The7-creative-hero-image\";s:3:\"zip\";s:28:\"The7-creative-hero-image.zip\";s:3:\"uid\";s:24:\"The7-creative-hero-image\";s:3:\"img\";s:35:\"The7-creative-hero-image/slider.jpg\";s:7:\"preview\";s:25:\"https://the7.io/creative/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:102:\"Slider from The7: Digital Agency demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:4:\"1011\";s:5:\"title\";s:22:\"The7 dance team slider\";s:5:\"alias\";s:22:\"the7-dance-team-slider\";s:3:\"zip\";s:26:\"the7-dance-team-slider.zip\";s:3:\"uid\";s:22:\"the7-dance-team-slider\";s:3:\"img\";s:33:\"the7-dance-team-slider/slider.jpg\";s:7:\"preview\";s:36:\"https://the7.io/dance/#!/instructors\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:100:\"Slider from The7: Dance School demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:4:\"1012\";s:5:\"title\";s:27:\"The7 dance video hero image\";s:5:\"alias\";s:27:\"the7-dance-video-hero-image\";s:3:\"zip\";s:31:\"the7-dance-video-hero-image.zip\";s:3:\"uid\";s:27:\"the7-dance-video-hero-image\";s:3:\"img\";s:38:\"the7-dance-video-hero-image/slider.jpg\";s:7:\"preview\";s:21:\"https://the7.io/dance\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:100:\"Slider from The7: Dance School demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:4:\"1013\";s:5:\"title\";s:26:\"The7 dev studio hero image\";s:5:\"alias\";s:26:\"the7-dev-studio-hero-image\";s:3:\"zip\";s:30:\"the7-dev-studio-hero-image.zip\";s:3:\"uid\";s:26:\"the7-dev-studio-hero-image\";s:3:\"img\";s:37:\"the7-dev-studio-hero-image/slider.jpg\";s:7:\"preview\";s:27:\"https://the7.io/dev-studio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:98:\"Slider from The7: Dev Studio demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:4:\"1014\";s:5:\"title\";s:30:\"The7 digital artist hero image\";s:5:\"alias\";s:30:\"the7-digital-artist-hero-image\";s:3:\"zip\";s:34:\"the7-digital-artist-hero-image.zip\";s:3:\"uid\";s:30:\"the7-digital-artist-hero-image\";s:3:\"img\";s:41:\"the7-digital-artist-hero-image/slider.jpg\";s:7:\"preview\";s:31:\"https://the7.io/digital-artist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:102:\"Slider from The7: Digital Artist demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:4:\"1015\";s:5:\"title\";s:16:\"The7 book header\";s:5:\"alias\";s:16:\"the7-book-header\";s:3:\"zip\";s:20:\"the7-book-header.zip\";s:3:\"uid\";s:16:\"the7-book-header\";s:3:\"img\";s:27:\"the7-book-header/slider.jpg\";s:7:\"preview\";s:31:\"https://the7.io/ecommerce-book/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:112:\"Slider from The7: Book Store (WooCommerce) demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:4:\"1016\";s:5:\"title\";s:22:\"The7 expedition slider\";s:5:\"alias\";s:22:\"the7-expedition-slider\";s:3:\"zip\";s:26:\"the7-expedition-slider.zip\";s:3:\"uid\";s:22:\"the7-expedition-slider\";s:3:\"img\";s:33:\"the7-expedition-slider/slider.jpg\";s:7:\"preview\";s:27:\"https://the7.io/expedition/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:101:\"Slider from The7: Travel Agency demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:4:\"1017\";s:5:\"title\";s:23:\"The7 hosting hero scene\";s:5:\"alias\";s:23:\"the7-hosting-hero-scene\";s:3:\"zip\";s:27:\"the7-hosting-hero-scene.zip\";s:3:\"uid\";s:23:\"the7-hosting-hero-scene\";s:3:\"img\";s:34:\"the7-hosting-hero-scene/slider.jpg\";s:7:\"preview\";s:24:\"https://the7.io/hosting/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:95:\"Slider from The7: Hosting demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:4:\"1018\";s:5:\"title\";s:30:\"The7 hosting desctop slideshow\";s:5:\"alias\";s:29:\"the7-hoting-desctop-slideshow\";s:3:\"zip\";s:33:\"the7-hoting-desctop-slideshow.zip\";s:3:\"uid\";s:29:\"the7-hoting-desctop-slideshow\";s:3:\"img\";s:40:\"the7-hoting-desctop-slideshow/slider.jpg\";s:7:\"preview\";s:34:\"https://the7.io/hosting/#!/builder\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:95:\"Slider from The7: Hosting demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:4:\"1019\";s:5:\"title\";s:23:\"The7 landing hero image\";s:5:\"alias\";s:23:\"the7-landing-hero-image\";s:3:\"zip\";s:27:\"the7-landing-hero-image.zip\";s:3:\"uid\";s:23:\"the7-landing-hero-image\";s:3:\"img\";s:34:\"the7-landing-hero-image/slider.jpg\";s:7:\"preview\";s:15:\"https://the7.io\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:94:\"Slider from The7 landing page\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:4:\"1020\";s:5:\"title\";s:19:\"The7 hero scene law\";s:5:\"alias\";s:19:\"the7-hero-scene-law\";s:3:\"zip\";s:23:\"the7-hero-scene-law.zip\";s:3:\"uid\";s:19:\"the7-hero-scene-law\";s:3:\"img\";s:30:\"the7-hero-scene-law/slider.jpg\";s:7:\"preview\";s:20:\"https://the7.io/law/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:96:\"Slider from The7: Law Firm demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:4:\"1021\";s:5:\"title\";s:32:\"The7 marketing agency hero image\";s:5:\"alias\";s:32:\"the7-marketing-agency-hero-image\";s:3:\"zip\";s:36:\"the7-marketing-agency-hero-image.zip\";s:3:\"uid\";s:32:\"the7-marketing-agency-hero-image\";s:3:\"img\";s:43:\"the7-marketing-agency-hero-image/slider.jpg\";s:7:\"preview\";s:33:\"https://the7.io/marketing-agency/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"Slider from The7: Marketing Agency demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:4:\"1022\";s:5:\"title\";s:23:\"The7 medical hero image\";s:5:\"alias\";s:23:\"the7-medical-hero-image\";s:3:\"zip\";s:27:\"the7-medical-hero-image.zip\";s:3:\"uid\";s:23:\"the7-medical-hero-image\";s:3:\"img\";s:34:\"the7-medical-hero-image/slider.jpg\";s:7:\"preview\";s:24:\"https://the7.io/medical/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:102:\"Slider from The7: Medical Clinic demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:4:\"1023\";s:5:\"title\";s:28:\"The7 hero image bottom icons\";s:5:\"alias\";s:28:\"the7-hero-image-bottom-icons\";s:3:\"zip\";s:32:\"the7-hero-image-bottom-icons.zip\";s:3:\"uid\";s:28:\"the7-hero-image-bottom-icons\";s:3:\"img\";s:39:\"the7-hero-image-bottom-icons/slider.jpg\";s:7:\"preview\";s:25:\"https://the7.io/one-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:103:\"Slider from The7: Creative Agency demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:4:\"1024\";s:5:\"title\";s:33:\"The7 personal creative hero image\";s:5:\"alias\";s:24:\"The7-creative-hero-image\";s:3:\"zip\";s:28:\"The7-creative-hero-image.zip\";s:3:\"uid\";s:24:\"The7-creative-hero-image\";s:3:\"img\";s:35:\"The7-creative-hero-image/slider.jpg\";s:7:\"preview\";s:34:\"https://the7.io/personal-creative/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:105:\"Slider from The7: Personal Creative demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:4:\"1025\";s:5:\"title\";s:23:\"The7 hero image product\";s:5:\"alias\";s:23:\"the7-hero-image-product\";s:3:\"zip\";s:27:\"the7-hero-image-product.zip\";s:3:\"uid\";s:23:\"the7-hero-image-product\";s:3:\"img\";s:34:\"the7-hero-image-product/slider.jpg\";s:7:\"preview\";s:24:\"https://the7.io/product/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:95:\"Slider from The7: Product demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:4:\"1026\";s:5:\"title\";s:21:\"The7 product video bg\";s:5:\"alias\";s:21:\"the7-product-video-bg\";s:3:\"zip\";s:25:\"the7-product-video-bg.zip\";s:3:\"uid\";s:21:\"the7-product-video-bg\";s:3:\"img\";s:32:\"the7-product-video-bg/slider.jpg\";s:7:\"preview\";s:30:\"https://the7.io/product/#video\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:95:\"Slider from The7: Product demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:4:\"1027\";s:5:\"title\";s:27:\"The7 psychology hero image \";s:5:\"alias\";s:26:\"the7-psychology-hero-image\";s:3:\"zip\";s:30:\"the7-psychology-hero-image.zip\";s:3:\"uid\";s:26:\"the7-psychology-hero-image\";s:3:\"img\";s:37:\"the7-psychology-hero-image/slider.jpg\";s:7:\"preview\";s:19:\"https://the7.io/psy\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:98:\"Slider from The7: Phychology demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:4:\"1028\";s:5:\"title\";s:26:\"The7 restaurant hero image\";s:5:\"alias\";s:26:\"the7-restaurant-hero-image\";s:3:\"zip\";s:30:\"the7-restaurant-hero-image.zip\";s:3:\"uid\";s:26:\"the7-restaurant-hero-image\";s:3:\"img\";s:37:\"the7-restaurant-hero-image/slider.jpg\";s:7:\"preview\";s:27:\"https://the7.io/restaurant/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:98:\"Slider from The7: Restaurant demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:4:\"1029\";s:5:\"title\";s:19:\"The7 shop slideshow\";s:5:\"alias\";s:19:\"the7-shop-slideshow\";s:3:\"zip\";s:23:\"the7-shop-slideshow.zip\";s:3:\"uid\";s:19:\"the7-shop-slideshow\";s:3:\"img\";s:30:\"the7-shop-slideshow/slider.jpg\";s:7:\"preview\";s:21:\"https://the7.io/shop/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:107:\"Slider from The7: Store (WooCommerce) demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-12 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:4:\"1030\";s:5:\"title\";s:23:\"The7 small store slider\";s:5:\"alias\";s:23:\"the7-small-store-slider\";s:3:\"zip\";s:27:\"the7-small-store-slider.zip\";s:3:\"uid\";s:23:\"the7-small-store-slider\";s:3:\"img\";s:34:\"the7-small-store-slider/slider.jpg\";s:7:\"preview\";s:28:\"https://the7.io/small-store/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:113:\"Slider from The7: Small Store (WooCommerce) demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-11 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:4:\"1031\";s:5:\"title\";s:27:\"The7 web master hero image \";s:5:\"alias\";s:25:\"the7-webmaster-hero-image\";s:3:\"zip\";s:29:\"the7-webmaster-hero-image.zip\";s:3:\"uid\";s:25:\"the7-webmaster-hero-image\";s:3:\"img\";s:36:\"the7-webmaster-hero-image/slider.jpg\";s:7:\"preview\";s:27:\"https://the7.io/web-master/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:98:\"Slider from The7: Web Master demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-11 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:20:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:31:\"The7 creative clouds hero scene\";s:5:\"alias\";s:31:\"The7-creative-clouds-hero-scene\";s:3:\"zip\";s:35:\"The7-creative-clouds-hero-scene.zip\";s:3:\"uid\";s:31:\"The7-creative-clouds-hero-scene\";s:3:\"img\";s:42:\"The7-creative-clouds-hero-scene/slider.jpg\";s:7:\"preview\";s:21:\"https://the7.io/main/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1260\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:92:\"Slider from The7: Main demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-11 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:68;a:20:{s:2:\"id\";s:4:\"1033\";s:5:\"title\";s:24:\"The7 creative dev studio\";s:5:\"alias\";s:24:\"the7-creative-dev-studio\";s:3:\"zip\";s:28:\"the7-creative-dev-studio.zip\";s:3:\"uid\";s:24:\"the7-creative-dev-studio\";s:3:\"img\";s:35:\"the7-creative-dev-studio/slider.jpg\";s:7:\"preview\";s:52:\"https://the7.io/main/home/creative-home/05-creative/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:92:\"Slider from The7: Main demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-11 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:69;a:20:{s:2:\"id\";s:4:\"1034\";s:5:\"title\";s:18:\"The7 creative grid\";s:5:\"alias\";s:18:\"the7-creative-grid\";s:3:\"zip\";s:22:\"the7-creative-grid.zip\";s:3:\"uid\";s:18:\"the7-creative-grid\";s:3:\"img\";s:29:\"the7-creative-grid/slider.jpg\";s:7:\"preview\";s:51:\"https://the7.io/main/home/creative-home/3-creative/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:92:\"Slider from The7: Main demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-11 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:70;a:20:{s:2:\"id\";s:4:\"1035\";s:5:\"title\";s:25:\"The7 workspace hero scene\";s:5:\"alias\";s:25:\"the7-workspace-hero-scene\";s:3:\"zip\";s:29:\"the7-workspace-hero-scene.zip\";s:3:\"uid\";s:25:\"the7-workspace-hero-scene\";s:3:\"img\";s:36:\"the7-workspace-hero-scene/slider.jpg\";s:7:\"preview\";s:52:\"https://the7.io/main/home/creative-home/04-creative/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:92:\"Slider from The7: Main demo\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-04-11 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:71;a:20:{s:2:\"id\";s:4:\"1036\";s:5:\"title\";s:28:\"The7 software company slider\";s:5:\"alias\";s:28:\"the7-software-company-slider\";s:3:\"zip\";s:32:\"the7-software-company-slider.zip\";s:3:\"uid\";s:28:\"the7-software-company-slider\";s:3:\"img\";s:39:\"the7-software-company-slider/slider.jpg\";s:7:\"preview\";s:33:\"https://the7.io/software-company/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.7\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:3:\"620\";s:11:\"description\";s:99:\"Slider from The7: Software company\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"standard\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-06-26 12:00:28\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:72;a:20:{s:2:\"id\";s:4:\"1037\";s:5:\"title\";s:24:\"The7 event agency slider\";s:5:\"alias\";s:24:\"the7-event-agency-slider\";s:3:\"zip\";s:28:\"the7-event-agency-slider.zip\";s:3:\"uid\";s:24:\"the7-event-agency-slider\";s:3:\"img\";s:35:\"the7-event-agency-slider/slider.jpg\";s:7:\"preview\";s:29:\"https://the7.io/event-agency/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.7\";s:5:\"width\";s:4:\"1800\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:95:\"Slider from The7: Event agency\n\";s:11:\"setup_notes\";s:234:\"Setup notes

\nCheckout our Documentation for basic help.\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"standard\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2018-06-26 12:00:28\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:90:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:26:\"the7-mobile-app-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"the7-mobile-app-hero-image/slide1.jpg\";}}s:25:\"the7-beauty-studio-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"the7-beauty-studio-slider/slide1.jpg\";}}s:24:\"the7-business-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"the7-business-hero-image/slide1.jpg\";}}s:37:\"the7-business-with-contact-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:48:\"the7-business-with-contact-hero-image/slide1.jpg\";}}s:22:\"the7-coffee-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"the7-coffee-slider/slide1.jpg\";}}s:23:\"the7-coming-soon-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"the7-coming-soon-slider/slide1.jpg\";}}s:26:\"the7-conference-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"the7-conference-hero-image/slide1.jpg\";}}s:24:\"the7-construction-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"the7-construction-slider/slide1.jpg\";}}s:21:\"the7-corporate-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"the7-corporate-slider/slide1.jpg\";}}s:24:\"The7-creative-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"The7-creative-hero-image/slide1.jpg\";}}s:22:\"the7-dance-team-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"the7-dance-team-slider/slide1.jpg\";}}s:27:\"the7-dance-video-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"the7-dance-video-hero-image/slide1.jpg\";}}s:26:\"the7-dev-studio-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"the7-dev-studio-hero-image/slide1.jpg\";}}s:30:\"the7-digital-artist-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"the7-digital-artist-hero-image/slide1.jpg\";}}s:16:\"the7-book-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"the7-book-header/slide1.jpg\";}}s:22:\"the7-expedition-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"the7-expedition-slider/slide1.jpg\";}}s:23:\"the7-hosting-hero-scene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"the7-hosting-hero-scene/slide1.jpg\";}}s:29:\"the7-hoting-desctop-slideshow\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"the7-hoting-desctop-slideshow/slide1.jpg\";}}s:23:\"the7-landing-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"the7-landing-hero-image/slide1.jpg\";}}s:19:\"the7-hero-scene-law\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"the7-hero-scene-law/slide1.jpg\";}}s:32:\"the7-marketing-agency-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"the7-marketing-agency-hero-image/slide1.jpg\";}}s:23:\"the7-medical-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"the7-medical-hero-image/slide1.jpg\";}}s:28:\"the7-hero-image-bottom-icons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"the7-hero-image-bottom-icons/slide1.jpg\";}}s:23:\"the7-hero-image-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"the7-hero-image-product/slide1.jpg\";}}s:21:\"the7-product-video-bg\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"the7-product-video-bg/slide1.jpg\";}}s:26:\"the7-psychology-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"the7-psychology-hero-image/slide1.jpg\";}}s:26:\"the7-restaurant-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"the7-restaurant-hero-image/slide1.jpg\";}}s:19:\"the7-shop-slideshow\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"the7-shop-slideshow/slide1.jpg\";}}s:23:\"the7-small-store-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"the7-small-store-slider/slide1.jpg\";}}s:26:\"the7-web-master-hero-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"the7-web-master-hero-image/slide1.jpg\";}}s:20:\"The7-creative-clouds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"The7-creative-clouds-hero-scene/slide1.jpg\";}}s:24:\"the7-creative-dev-studio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"the7-creative-dev-studio/slide1.jpg\";}}s:18:\"the7-creative-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"the7-creative-grid/slide1.jpg\";}}s:25:\"the7-workspace-hero-scene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"the7-workspace-hero-scene/slide1.jpg\";}}s:28:\"the7-software-company-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"the7-software-company-slider/slide1.jpg\";}}s:24:\"the7-event-agency-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"the7-event-agency-slider/slide1.jpg\";}}}}','no'),(3903,'_site_transient_timeout_bsf_get_bundled_products','1542817761','no'),(3904,'_site_transient_bsf_get_bundled_products','1','no'),(3943,'_site_transient_timeout_available_translations','1542400360','no'),(3944,'_site_transient_available_translations','a:113:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-06 13:56:09\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-10 02:43:48\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-04 08:43:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.5/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-05 11:37:23\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-16 06:14:01\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 21:28:23\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 17:08:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-14 19:51:46\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-07-06 08:46:24\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 11:47:36\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 11:48:22\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.9.8/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-13 20:39:12\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.8/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-13 20:39:25\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-13 08:48:48\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-04 13:34:08\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-01 02:03:58\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 04:07:23\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 23:34:56\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 16:14:01\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-09 14:53:42\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-03 20:43:09\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-10 17:20:09\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-15 16:32:57\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-15 15:46:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 23:17:08\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-15 15:03:42\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 16:20:18\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-19 14:11:29\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-04 08:05:41\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-05 07:24:22\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-08 18:24:55\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 16:02:42\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-02 09:10:15\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-12 20:01:58\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-19 09:43:51\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-03 10:29:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 13:16:13\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-13 18:37:23\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-01 10:30:44\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-02 06:28:35\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-25 00:05:58\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 17:12:13\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-13 21:42:46\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-11 00:57:26\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-18 11:11:49\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 08:41:56\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 08:41:27\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9.8/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-10 17:50:37\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-18 05:15:17\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-05 14:41:09\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-09 09:30:48\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-11 01:38:20\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-01 17:58:21\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 16:21:25\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-31 08:30:58\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-01 13:20:12\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-02 20:59:54\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-28 15:35:13\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-02 17:08:41\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-07 21:08:54\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-29 07:32:40\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-06 08:37:04\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-10-11 06:46:15\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-11-06 02:26:39\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-09 00:56:52\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.9.4\";s:7:\"updated\";s:19:\"2018-02-13 02:41:15\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.4/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-11-17 22:20:52\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(3953,'_site_transient_timeout_browser_45042d96ffcb6365f0c618982bb5a7ff','1542994711','no'),(3954,'_site_transient_browser_45042d96ffcb6365f0c618982bb5a7ff','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"70.0.3538.102\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(3955,'_site_transient_timeout_community-events-9b275f00fd745a49e52685adb3c84617','1542433114','no'),(3956,'_site_transient_community-events-9b275f00fd745a49e52685adb3c84617','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"174.79.245.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"General WhittierWP Meetup\";s:3:\"url\";s:51:\"https://www.meetup.com/whittierwp/events/255585428/\";s:6:\"meetup\";s:18:\"Whittier WordPress\";s:10:\"meetup_url\";s:34:\"https://www.meetup.com/whittierwp/\";s:4:\"date\";s:19:\"2018-11-19 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Whittier, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.960472000000003;s:9:\"longitude\";d:-118.05345199999999;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:29:\"OC WordPress - General Meetup\";s:3:\"url\";s:59:\"https://www.meetup.com/OC-Wordpress-Group/events/255399120/\";s:6:\"meetup\";s:18:\"OC WordPress Group\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/OC-Wordpress-Group/\";s:4:\"date\";s:19:\"2018-11-26 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Huntington Beach, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.737229999999997;s:9:\"longitude\";d:-118.02760000000001;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:28:\"OC WordPress - Design Meetup\";s:3:\"url\";s:59:\"https://www.meetup.com/OC-Wordpress-Group/events/256050230/\";s:6:\"meetup\";s:18:\"OC WordPress Group\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/OC-Wordpress-Group/\";s:4:\"date\";s:19:\"2018-12-03 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Huntington Beach, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.737228000000002;s:9:\"longitude\";d:-118.027603;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:37:\"#IEWP Monthly Meetup (General Meetup)\";s:3:\"url\";s:55:\"https://www.meetup.com/inlandempirewp/events/256401529/\";s:6:\"meetup\";s:36:\"Inland Empire WordPress Meetup Group\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/inlandempirewp/\";s:4:\"date\";s:19:\"2018-12-04 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Riverside, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.978844000000002;s:9:\"longitude\";d:-117.37308;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:28:\"OC WordPress - Developer Day\";s:3:\"url\";s:59:\"https://www.meetup.com/OC-Wordpress-Group/events/256050277/\";s:6:\"meetup\";s:18:\"OC WordPress Group\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/OC-Wordpress-Group/\";s:4:\"date\";s:19:\"2018-12-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Huntington Beach, CA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:33.737229999999997;s:9:\"longitude\";d:-118.02760000000001;}}}}','no'),(3957,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1542433115','no'),(3958,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Nov 2018 01:11:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-beta5-43907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.0 Beta 5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/11/wordpress-5-0-beta-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Nov 2018 01:09:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6250\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"WordPress 5.0 Beta 5 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test this WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4738:\"\n

WordPress 5.0 Beta 5 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.

\n\n\n\n

There are two ways to test this WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

Reminder: the WordPress 5.0 release date has changed. It is now scheduled for release on November 27, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 4:

\n\n\n\n

Block Editor

\n\n\n\n

The block editor has been updated to match the Gutenberg 4.4 release, the major changes include:

\n\n\n\n\n\n\n\n

Additionally, there have been some pesky bugs fixed:

\n\n\n\n\n\n\n\n

A full list of changes can be found in the Gutenberg 4.4 release post.

\n\n\n\n

PHP 7.3 Support

\n\n\n\n

The final known PHP 7.3 compatibility issue has been fixed. You can brush up on what you need to know about PHP 7.3 and WordPress by checking out the developer note on the Make WordPress Core blog.

\n\n\n\n

Twenty Nineteen

\n\n\n\n

Work on making Twenty Nineteen ready for prime time continues on its GitHub repository. This update includes a host of tweaks and bug fixes, including:

\n\n\n\n\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! 

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n
\n\n\n\n

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/11/wordpress-5-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Nov 2018 01:27:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6241\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"WordPress 5.0 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3700:\"\n

WordPress 5.0 Beta 4 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.

\n\n\n\n

There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

The WordPress 5.0 release date has changed, it is now scheduled for release on November 27, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 3:

\n\n\n\n

Block Editor

\n\n\n\n

The block editor has been updated to match the Gutenberg 4.3 release, the major changes include:

\n\n\n\n\n\n\n\n

Additionally, there have been some bugs fixed that popped up in beta 3:

\n\n\n\n\n\n\n\n

Internationalisation

\n\n\n\n

We’ve added an API for translating your plugin and theme strings in JavaScript files! The block editor is now using this, and you can start using it, too. Check out the developer note to get started.

\n\n\n\n

Twenty Nineteen

\n\n\n\n

Twenty Nineteen is being polished over on its GitHub repository. This update includes a host of tweaks and bug fixes, including:

\n\n\n\n\n\n\n\n

Default Themes

\n\n\n\n

All of the older default themes—from Twenty Ten through to Twenty Seventeen—have polished styling in the block editor.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! 

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n
\n\n\n\n

International-
isation is a word with
many syllables.

\n\n\n\n

Meta boxes are
the original style block.
Old is new again.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.0 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/11/wordpress-5-0-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2018 00:20:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6236\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"WordPress 5.0 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3198:\"\n

WordPress 5.0 Beta 3 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.

\n\n\n\n

There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

WordPress 5.0 is slated for release on November 19, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 2:

\n\n\n\n

Block Editor

\n\n\n\n

The block editor has been updated to include all of the features and bug fixes from the upcoming Gutenberg 4.2 release. Additionally, there are some newer bug fixes and features, such as:

\n\n\n\n\n\n\n\n

Twenty Nineteen

\n\n\n\n

Twenty Nineteen has been updated from its GitHub repository, this version is full of new goodies to check out:

\n\n\n\n\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! 

\n\n\n\n

If you’re able to contribute with coding or testing changes, we have a multitude of bug scrubs scheduled this week, we’d love to have as many people as we can ensuring all bugs reported get the attention they deserve.

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n
\n\n\n\n

WordPress Five Point Oh
is just two short weeks away.
Thank you for helping!
\"?\"

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Quarterly Updates | Q3 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2018/11/quarterly-updates-q3-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Nov 2018 16:46:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6206\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14629:\"\n

To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to each team’s site in the headings.

\n\n\n

Accessibility

\n

\n\n

\n

CLI

\n

\n\n

\n

Community

\n

\n\n

\n

Core

\n

\n\n

\n

Design

\n

\n\n

\n

Documentation

\n

\n\n

\n

Hosting

\n

\n\n

\n

Marketing

\n

\n\n

\n

Meta (WordPress.org Site)

\n

\n\n

\n

Mobile

\n

\n\n

\n

Plugins

\n

\n\n

\n

Polyglots

\n

\n\n

\n

Support

\n

\n\n

\n

Theme Review

\n

\n\n

\n

\n

Training

\n

\n\n

\n

Interested in updates from the last quarter? You can find those here: https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/11/the-month-in-wordpress-october-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Nov 2018 08:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6230\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"Teams across the WordPress project are working hard to make sure everything is ready for the upcoming release of WordPress 5.0. Find out what’s going on and how you can get involved. The Plan for WordPress 5.0 Early this month, the planned release schedule was announced for WordPress 5.0, which was updated a few weeks […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8116:\"\n

Teams across the WordPress project are working hard to make sure everything is ready for the upcoming release of WordPress 5.0. Find out what’s going on and how you can get involved.

\n\n\n\n
\n\n\n\n

The Plan for WordPress 5.0

\n\n\n\n

Early this month, the planned release schedule was announced for WordPress 5.0, which was updated a few weeks later. WordPress 5.0 is a highly anticipated release, as it’s the official  launch of Gutenberg — the new block editor for WordPress Core. For more detail, check out this  granular timeline.

\n\n\n\n

Along with the planned release schedule, @matt, who is heading up this release, announced leads for critical focuses on the project, including @matveb, @karmatosed, @laurelfulford, @allancole, @lonelyvegan, @omarreiss, @antpb, @pento, @chanthaboune, @danielbachhuber, and @mcsf.

\n\n\n\n

WordPress 5.0 is currently in its second beta phase and will soon move to the release candidate status. Help test this release right now by installing the WordPress Beta Tester plugin on your site.

\n\n\n\n

Want to get involved in building WordPress Core? Follow the Core team blog and join the #core channel in the Making WordPress Slack group. You can also help out by testing or translating the release into a local language.

\n\n\n\n

New Editor for WordPress Core

\n\n\n\n

Active development continues on Gutenberg, the new editing experience for WordPress Core. The latest release is feature complete, meaning that all further development on it will be to improve existing features and fix outstanding bugs.

\n\n\n\n

Some have raised concerns about Gutenberg’s accessibility, prompting the development team to detail some areas in which the new editor is accessible. To help improve things further, the team has made a public call for accessibility testers to assist.

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Gutenberg tag on the Core team blog and join the #core-editor channel in the Making WordPress Slack group. Read this guide to find areas where you can have the most impact.

\n\n\n\n

Migrating HelpHub to WordPress.org

\n\n\n\n

HelpHub is an ongoing project to move all of WordPress’ user documentation from the Codex to the WordPress Support portal.

\n\n\n\n

HelpHub has been developed on a separate staging server and it’s now time to migrate the new documentation to its home on WordPress.org. The plan is to have everything moved over  before WordPress 5.0 is released, so that all the new documentation will be available on the new platform from the start.

\n\n\n\n

The HelpHub team has published a call for volunteers to help with the migration. If you would like to get involved, join the #docs channel in the Making WordPress Slack group, and contact @atachibana to get started.

\n\n\n\n

A New Default Theme for WordPress

\n\n\n\n

A brand new default theme — Twenty Nineteen — has been announced with development being led by @allancole. The theme is packaged with WordPress 5.0, so it will be following the same release schedule as Core.

\n\n\n\n

The new theme is designed to integrate seamlessly with Gutenberg and showcase how you can build a theme alongside the new block editor and take advantage of the creative freedom that it offers.

\n\n\n\n

Want to help build Twenty Nineteen? Join in on the theme’s GitHub repo and join the #core-themes channel in the Making WordPress Slack group.

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

If you have a story we should consider including in the next “Month in WordPress” post, please submit it here.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Oct 2018 05:04:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6222\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"WordPress 5.0 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version. There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2228:\"\n

WordPress 5.0 Beta 2 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.

\n\n\n\n

There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

WordPress 5.0 is slated for release on November 19, and we need your help to get there. Here are some of the big issues that we fixed since Beta 1:

\n\n\n\n

Block Editor

\n\n\n\n

We’ve updated to the latest version of the block editor from the Gutenberg plugin, which includes the new Format API, embedding improvements, and a variety of bug fixes.

\n\n\n\n

Meta boxes had a few bugs, and they weren’t showing at all in the block editor, so we’ve fixed and polished there.

\n\n\n\n

Internationalisation

\n\n\n\n

We’ve added support for registering and loading JavaScript translation files.

\n\n\n\n

Twenty Nineteen

\n\n\n\n

The Twenty Nineteen repository is a hive of activity, there have been a stack of minor bugs clean up, and some notable additions:

\n\n\n\n\n\n\n\n

Everything Else

\n\n\n\n

The REST API has a couple of bug fixes and performance improvements. PHP 7.3 compatibility has been improved.

\n\n\n\n
\n\n\n\n

We’re fixing the bugs:
All the ones you’ve reported.
Some that we’ve found, too.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.0 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Oct 2018 21:59:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6209\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"WordPress 5.0 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version, and if you are using an existing test site be sure to update the Gutenberg plugin to v4.1. There are […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3734:\"\n

WordPress 5.0 Beta 1 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version, and if you are using an existing test site be sure to update the Gutenberg plugin to v4.1.

\n\n\n\n

There are two ways to test the WordPress 5.0 beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

WordPress 5.0 is slated for release on November 19, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.

\n\n\n\n

The Block Editor

\n\n\n\n

The new Gutenberg block editor is now the default post editor!

\n\n\n\n

The block editor provides a modern, media-rich editing experience. You can create flexible, beautiful content without writing a single line of code, or you can dive into the modern programming APIs that the block editor provides.

\n\n\n\n

Even before you install WordPress 5.0, you can try the block editor here.

\n\n\n\n

Of course, we recognise you might not be ready for this change quite yet. If that’s the case, you can install the Classic Editor plugin now, which will keep the editor you’re familiar with as the default, even after you upgrade to WordPress 5.0.

\n\n\n\n

Twenty Nineteen

\n\n\n\n

Along with the new block editor, we have a new default theme, called Twenty Nineteen, which takes advantage of the new features the block editor provides.

\n\n\n\n

You can read more about Twenty Nineteen in its introduction post, and follow along with development over on the GitHub repository.

\n\n\n\n

Default Themes

\n\n\n\n

Of course, we couldn’t release a beautiful new default theme, and leave all of our old ones behind. All the way back to Twenty Ten, we’ve updated every default them to look good in the new block editor.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! A known issue: the block autocompleter fails for blocks whose names contain characters in non-Latin scripts. Adding blocks via the plus sign works, and this bug is fixed in the Gutenberg 4.1 plugin. \"?\"

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n
\n\n\n\n

Minor bug fixes
Add up one by one by one
Then you change the world

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6209\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress: September 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2018/10/the-month-in-wordpress-september-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Oct 2018 12:01:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"The new WordPress editor continues to be a major focus for all WordPress contribution teams. Read on to find out some more about their work, as well as everything else that has been happening around the community this past month. Further Enhancements to the New WordPress Editor Active development continues on Gutenberg, the new editing […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4632:\"\n

The new WordPress editor continues to be a major focus for all WordPress contribution teams. Read on to find out some more about their work, as well as everything else that has been happening around the community this past month.

\n\n\n\n
\n\n\n\n

Further Enhancements to the New WordPress Editor

\n\n\n\n

Active development continues on Gutenberg, the new editing experience for WordPress Core. The latest update for the editor includes great new features, such as reusable content blocks, a dark editor style, export and import of templates, and much more. In addition, the Gutenberg team has published a comprehensive guide to the features currently included in the editor.

\n\n\n\n

Users can test Gutenberg right now by installing the plugin, which currently has over 450,000 active installs according to the new Gutenberg in Numbers site. Along with that, the Gutenberg Handbook has some very useful information about how to use and develop for the new editor.

\n\n\n\n

Want to get involved in building Gutenberg? Follow the #gutenberg tag on the Core team blog and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

Work Begins on WordPress 5.0

\n\n\n\n

After initially announcing a minor v4.9.9 release, the Core team has shifted their focus to the next major release — v5.0. One of the primary factors for this change is that Gutenberg is nearly ready to be considered for merging into Core, with the goal to complete the merge in v5.0.

\n\n\n\n

To maintain flexibility in the development process the final timelines are not yet determined, allowing work already done for v4.9.9 to be moved to v5.0 if needed. Ensuring that WordPress is compatible with the upcoming PHP 7.3 release is a high priority for the Core team. Once a final decision is made, the details will be announced on the Core team blog.

\n\n\n\n

Want to get involved in building WordPress Core? Follow the Core team blog and join the #core channel in the Making WordPress Slack group.

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

If you have a story we should consider including in the next “Month in WordPress” post, please submit it here.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/09/the-month-in-wordpress-august-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Sep 2018 11:00:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6191\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"Many of the WordPress contribution teams have been working hard on the new WordPress editor, and the tools, services, and documentation surrounding it. Read on to find out more about this ongoing project, as well as everything else that has been happening around the WordPress community in August. WordPress 4.9.8 is Released WordPress 4.9.8 was […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5589:\"\n

Many of the WordPress contribution teams have been working hard on the new WordPress editor, and the tools, services, and documentation surrounding it. Read on to find out more about this ongoing project, as well as everything else that has been happening around the WordPress community in August.

\n\n\n\n
\n\n\n\n

WordPress 4.9.8 is Released

\n\n\n\n

WordPress 4.9.8 was released at the beginning of the month. While this was a maintenance release fixing 46 bugs, it was significant for Core development because it made a point of highlighting Gutenberg — the new WordPress editor that is currently in development (more on that below).

\n\n\n\n

This release also included some important updates to the privacy tools that were added to Core earlier this year.

\n\n\n\n

Want to get involved in building WordPress Core? Follow the Core team blog and join the #core channel in the Making WordPress Slack group.

\n\n\n\n

New WordPress Editor Development Continues

\n\n\n\n

Active development continues on Gutenberg, the new editing experience for WordPress Core. The latest version features a number of important user experience improvements, including a new unified toolbar and support for a more focussed writing mode.

\n\n\n\n

Users can test Gutenberg right now by installing the plugin, which currently has nearly 300,000 active installs. Along with that, the Gutenberg Handbook has some very useful information about how to use and develop for the new editor.

\n\n\n\n

Want to get involved in building Gutenberg? Follow the #gutenberg tag on the Core team blog and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

Planning Begins for the Next Global WordPress Translation Day

\n\n\n\n

The Global WordPress Translation Day is a 24-hour event held online and all across the world. It is designed to bring communities together to translate WordPress into their local languages, and to help them connect with other communities doing the same thing.

\n\n\n\n

There have been three Translation Days since April 2016, and the fourth edition is in the planning stages now. The Polyglots team, who organizes these events, is currently looking for input on the date, format, and content for the event and would love some feedback from the community.

\n\n\n\n

Want to get involved in translating WordPress into your own language? Follow the Polyglots team blog and join the #polyglots channel in the Making WordPress Slack group.

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

If you have a story we should consider including in the next “Month in WordPress” post, please submit it here.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.8 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/08/wordpress-4-9-8-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2018 21:25:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6165\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:398:\"We are pleased to announce the immediate availability of WordPress 4.9.8.  This maintenance release fixes 46 bugs, enhancements and blessed tasks, including updating the Twenty Seventeen bundled theme. Following are the highlights of what is now available. “Try Gutenberg” callout Most users will now be presented with a notice in their WordPress dashboard. This “Try Gutenberg” […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Paul Biron\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10398:\"

We are pleased to announce the immediate availability of WordPress 4.9.8.  This maintenance release fixes 46 bugs, enhancements and blessed tasks, including updating the Twenty Seventeen bundled theme.

\n

Following are the highlights of what is now available.

\n

“Try Gutenberg” callout

\n

Most users will now be presented with a notice in their WordPress dashboard. This “Try Gutenberg” is an opportunity for users to use the Gutenberg block editor before it is released in WordPress 5.0.

\n

\"\"

\n

In WordPress 4.9.8, the callout will be shown to the following users:

\n\n

You can learn more by reading  “Try Gutenberg” Callout in WordPress 4.9.8.

\n

Privacy fixes/enhancements

\n

This release includes 18 Privacy fixes focused on ensuring consistency and flexibility in the new personal data tools that were added in 4.9.6, including:

\n\n

This post has more information about all of the issues fixed in 4.9.8 if you’d like to learn more.

\n

Download WordPress 4.9.8 or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.

\n

Thank you to everyone who contributed to WordPress 4.9.8:

\n

1naveengiri, Aaron D. Campbell, Aaron Jorbin, Abdullah Ramzan, alejandroxlopez, Allen Snook, Andrea Fercia, Andrew Ozz, Andrew Taylor, Arun, Ayesh Karunaratne, Birgir Erlendsson (birgire), Birgit Pauli-Haack, BjornW, Boone Gorges, Brandon Kraft, Burhan Nasir, Chetan Prajapati, Chris Lema, Corey McKrill, Daniel Bachhuber, Daniel James, David Herrera, Dion Hulse, Dominik Schilling (ocean90), dontstealmyfish, dyrer, Felipe Elia, Felix Arntz, Fernando Claussen, Gareth, Garrett Hyder, Gary Pendergast, Gennady Kovshenin, GM_Alex, Heather Burns, Ian Dunn, ibelanger, imath, Jb Audras, Jeremy Pry, JJJ, Joe McGill, Joen Asmussen, John Blackbourn, Jonathan Desrosiers, Jonny Harris, Josepha, JoshuaWold, Joy, jrf, K. Adam White, khaihong, kjellr, Konstantinos Xenos, laurelfulford, lbenicio, Leander Iversen, leemon, macbookandrew, Marius L. J., Matias Ventura, Mel Choyce, mensmaximus, mermel, metalandcoffee, michelleweber, Milan Dinić, Muhammad Kashif, Naoko Takano, Nathan Johnson, Ov3rfly, palmiak, Paul Biron, Prashant Baldha, PressTigers, programmin, Rafsun Chowdhury, redcastor, Robin Cornett, Sergey Biryukov, Simon Prosser, skoldin, spyderbytes, Subrata Sarkar, Sébastien SERRE, Tammie Lister, tharsheblows, Thomas Patrick Levy, timbowesohft, Timothy Jacobs, Tobias Zimpel, Tor-Bjorn Fjellner, Towhidul Islam, Usman Khalid, warmlaundry, William Earnhardt, Yui, and YuriV.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 16 Nov 2018 17:38:35 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 16 Nov 2018 01:11:43 GMT\";s:4:\"link\";s:63:\"; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20180803180431\";}','no'),(3959,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1542433115','no'),(3960,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1542389915','no'),(3961,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1542433115','no'),(3962,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: WordPress Accessibility Team to Host Hackathon with Deque Systems at WordCamp US 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wordpress-accessibility-team-to-host-hackathon-with-deque-systems-at-wordcamp-us-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4566:\"

WordPress’ Accessibility team will be hosting a hackathon at Contributor Day on Sunday, December 9, at WordCamp US in Nashville. The team will be joined by lead developers from Deque Systems, a widely respected accessibility firm in the industry, with the goal of setting up automated accessibility testing for WordPress core.

\n

The event has been in planning since JSconf EU 2018 in June when Jenny Wong met with Caitlin Cashin from Deque. They discussed how Deque could help WordPress with their accessibility expertise at WordCamp US. Rian Rietveld worked with Aaron Campbell, who is organizing the WCUS contributor day, to put the hackathon in motion.

\n

Deque’s site is built on WordPress and the company specializes in helping teams get hooked up with automation tools. The company created aXe, an open source library and testing engine that can be customized to integrate with all modern browsers and testing frameworks. Deque open sourced aXe in 2015 and the team was invited to contribute the library to the W3C WAI Evaluation and Repair Tools Working Group, when the group worked to develop a normative set of rules for evaluating WCAG 2.0 conformance.

\n

Deque is volunteering their lead developers to help WordPress make improvements to its development workflow. The company has hosted similar hackathons in the past.

\n

“By focusing primarily on projects with broad adoption, accessibility fixes have potential to trickle down to every website or web application including that library,” Deque Developer Advocate Marcy Sutton said after the 2017 aXe hackathon in San Diego. “Ultimately, this kind of work will have the most impact on the lives of people with disabilities, as it contributes to the creation of a more accessible workplace environment. A more accessible web also means a better user experience for everyone, part of the reason why digital accessibility is so important.”

\n

In order for the hackathon at WordCamp US to be successful, Deque will need to connect to contributors who can collaborate on setting up automated testing.

\n

“From the WordPress side we would like to invite core developers to join in and help find solutions to set this up,” Accessibility Team rep Jean-Baptiste Audras said. He and contributor Rachel Cherry will be representing the accessibility team during the hackathon and they need help from core committers who know their way around the automated testing system in WordPress core. Audras also said the team will need help from Gutenberg contributors.

\n

“The tools can/will provide automated tests for the block editor since it’s based on testing the DOM (Document Object Model) of each admin screen generated by WordPress,” he said. “But we have to build it together with the people involved in Gutenberg to see how we can handle it the best way.”

\n

Audras said the Gutenberg phase 2 release leads have already been in touch with the accessibility team and communication across teams is improving.

\n

“If we find a technical solution, there should ideally not be technical problems to implement it,” Audras said. “As usual, it will be a question of priority and communication. I am confident that Gutenberg developers will be interested to add some automated checks to the Gutenberg stack.”

\n

Audras said he doesn’t know when the automated tests for accessibility will be operational but he believes they will be very helpful in the future, especially in cases where new releases are being put out quickly. Anyone interested to contribute to the effort can get in touch on WordPress Slack’s #accessibility channel.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Nov 2018 15:39:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 4.0.0 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=281885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://buddypress.org/2018/11/buddypress-4-0-0-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1216:\"

BP 4.0.0 Release Candidate 1 is now available. This package contains the code that we think we’ll ship as BuddyPress 4.0.0 later in November. If you build BuddyPress plugins or themes, you’re encouraged to give the RC a thorough look in a test environment.

\n

Important changes in 4.0.0 include:

\n\n

See the 4.0.0 milestone for more info.

\n

Download the 4.0.0 release candidate from wordpress.org: https://downloads.wordpress.org/plugin/buddypress.4.0.0-RC1.zip. As always, remember that this is pre-release software, and we don’t recommend running it on a production site.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Nov 2018 03:05:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 5.0 Beta 5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/11/wordpress-5-0-beta-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4742:\"

WordPress 5.0 Beta 5 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.

\n\n\n\n

There are two ways to test this WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

Reminder: the WordPress 5.0 release date has changed. It is now scheduled for release on November 27, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 4:

\n\n\n\n

Block Editor

\n\n\n\n

The block editor has been updated to match the Gutenberg 4.4 release, the major changes include:

\n\n\n\n\n\n\n\n

Additionally, there have been some pesky bugs fixed:

\n\n\n\n\n\n\n\n

A full list of changes can be found in the Gutenberg 4.4 release post.

\n\n\n\n

PHP 7.3 Support

\n\n\n\n

The final known PHP 7.3 compatibility issue has been fixed. You can brush up on what you need to know about PHP 7.3 and WordPress by checking out the developer note on the Make WordPress Core blog.

\n\n\n\n

Twenty Nineteen

\n\n\n\n

Work on making Twenty Nineteen ready for prime time continues on its GitHub repository. This update includes a host of tweaks and bug fixes, including:

\n\n\n\n\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! 

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n
\n\n\n\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Nov 2018 01:09:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"WPTavern: Full Gutenberg Compatibility Coming Soon to Automattic’s Free Themes on WordPress.org, Including Storefront for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"https://wptavern.com/full-gutenberg-compatibility-coming-soon-to-automattics-free-themes-on-wordpress-org-including-storefront-for-woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3720:\"

If your site is hosted on WordPress.com and you are trying out the new Gutenberg editor, there are currently 24 themes with full Gutenberg support available and more on the way. In response to questions about how to find Gutenberg themes on WordPress.com, Automattic’s Theme Team has given an update about the status of the .com themes, as well as the company’s free themes on WordPress.org.

\n

There is currently no way to search for Gutenberg-ready themes on WordPress.com themes because there is no filter set up for this. However, the team said users should not any experience any issues with themes breaking with the new editor:

\n

All existing themes should still work with Gutenberg. At worst styles in the editor might not exactly match styles on the site itself, and styling for individual blocks might cause conflicts if the theme treats that type of content in a specific way. But that is true of all WordPress themes, not just the ones on WordPress.com.

\n

Users can activate any theme they want with Gutenberg. The new editor is not going to break any themes, but a theme does need to add support for users to take advantage of specific features like wide alignments and block color palettes. Gutenberg-ready themes also include editor styles to ensure a consistent editing experience between frontend and backend.

\n

Automattic is also working to bring some of those updates from its current set of Gutenberg-ready themes to its free themes hosted on WordPress.org. The company has 109 themes in the directory, which have cumulatively been downloaded more than 17 million times. The majority of its more popular themes fall into the business category, such as Dara (10K active installs), Argent (10K), Edin (6K), and Karuna (5K). Several of these themes are already Gutenberg-ready with the code available on GitHub.

\n

Storefront is by far Automattic’s most popular free theme on WordPress.org with 200,000+ installs and is well on its way towards being ready to support Gutenberg’s new features. Development towards this goal is happening on GitHub. Users can run beta versions of the Storefront theme ahead of time using the Storefront Beta Tester plugin.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Nov 2018 00:27:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WPWeekly Episode 338 – Inflation, WordPress Release Dates, WP GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=85642&preview=true&preview_id=85642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/wpweekly-episode-338-inflation-wordpress-release-dates-wp-gdpr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1871:\"

In this episode, John James Jacoby and I discuss the news of the week. We talk about the delayed release of WordPress 5.0 and which day would be a suitable release date. We share our opinions on Matt’s answers from his Q&A appearance at WordCamp in Portland, Oregon. We also talk about the changes in WordPress core development, Automatticians in leadership roles, and last, but not least, WordCamp budgeting.

\n

Stories Discussed:

\n

WordPress 5.0 Release Date Update to November 27

\n

Matt Mullenweg Addresses Controversies Surrounding Gutenberg at WordCamp Portland Q&A

\n

WP GDPR Compliance Plugin Patches Privilege Escalation Vulnerability

\n

Maximum Ticket Prices for WordCamps Will Increase to $25 per Day in 2019

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, November 21st 3:00 P.M. Eastern

\n

Subscribe to WordPress Weekly via Itunes

\n

Subscribe to WordPress Weekly via RSS

\n

Subscribe to WordPress Weekly via Stitcher Radio

\n

Subscribe to WordPress Weekly via Google Play

\n

Listen To Episode #338:
\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Nov 2018 17:23:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: NextGEN Gallery Plugin to Add Gutenberg Support Ahead of WordPress 5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85609\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/nextgen-gallery-plugin-to-add-gutenberg-support-ahead-of-wordpress-5-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4139:\"

If you’re a NextGEN Gallery plugin user and have been wondering about Gutenberg compatibility, Imagely CEO Erick Danzer announced today that the plugin will ship a gallery block in a release planed for next week. The plugin is currently used on nearly a million WordPress sites (900,000+ active installs). NextGEN Gallery’s Gutenberg block has been in beta testing since May and the plugin will support users who update to use the new editor as well as those who stick with the Classic Editor plugin.

\n

In a post titled “A Plea to Defer the Release of Gutenberg,” Danzer outlined his concerns with the timeline for WordPress 5.0. His thoughts echo many other prominent members of the development community who have written their own calls to delay the release. He cites feedback on WordPress.org and urges the Gutenberg team not to discount the validity of these reviews:

\n

Some people have been dismissive of those reviews and questioned whether they are a legitimate reflection of user experiences with Gutenberg. The reviews often lack detail and can be quite harsh.

\n

But that’s the experience of ALL plugin developers on the WordPress repository. Gutenberg is being reviewed in precisely the same way as every other plugin on the repository. If any other major plugin maintained a 2.3 star rating and refused to accept the feedback as legitimate, it would not be a major plugin for long.

\n

Even without detail, reviews on the repository represent a fair reflection of overall user feelings about a plugin. In the case of Gutenberg, it is clear the plugin is not ‘wowing’ potential users.

\n

Danzer also referenced a release the NextGEN Gallery team shipped in 2013 that included “major and breaking changes” that had been “tested aggressively but in limited ways.” This release broke an estimated 10 percent of the plugin’s installations as well as compatibility with many extensions. It has had a lasting impact on NextGEN’s reputation for the past five years. Danzer said he fears WordPress may be headed in the same direction, except at a much larger scale.

\n

As a postscript to his plea, Danzer assured users reading his post that NextGEN Gallery will have support for Gutenberg in time for the WordPress 5.0 release:

\n

Despite the concerns expressed in this post, I want to assure NextGEN Gallery users that we’ll be ready regardless of the final release decision for Gutenberg. We’ll be officially in the next week. We’ve tested and ensured that your existing galleries will work when you update. We’ve developed our block so that if you add galleries via Gutenberg, they will continue to work if you roll back or install the classic editor. And we’ll have all hands on deck to deal with any issues that arise when Gutenberg is released.

\n

NextGEN Gallery’s Gutenberg support includes a block that launches a modal where users can select a gallery to insert. Unless it has significantly changed from the beta preview video published, the gallery block doesn’t seem to offer a preview of the gallery inside the Gutenberg editor once it has been selected and placed within the content. Users who want to test the beta version of Gutenberg support in the plugin can download the latest from the NextGEN Gallery beta page.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Nov 2018 23:54:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Drupal Gutenberg Showcased at DrupalCamp Oslo 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/drupal-gutenberg-showcased-at-drupalcamp-oslo-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4727:\"

Gutenberg appreciation is running high across the CMS pond in the Drupal world. DrupalCamp Oslo 2018, Norway’s biggest national camp to date, was held over the weekend. The event featured two sessions on Gutenberg – one for site builders and one for block developers. Frontkom, the team behind Drupal Gutenberg, took home two Splash Awards for “Best Module” and “Best Integration” for 2018.

\n
\n

The Splash Awards for Best integration and Best module was awarded to Drupal Gutenberg this weekend @ #dcoslo! Big smile from @perandre on behalf of the @frontkom team. \"?\"\"?\" pic.twitter.com/Sx0NLv3rWY

\n

— drupalgutenberg (@drupalgutenberg) November 12, 2018

\n

\n

The Cloud Blocks plugin for WordPress was released in beta two weeks ago to begin testing the Gutenberg Cloud API, which enables blocks to be shared across CMS’s. The Drupal version of this connector plugin was introduced at DrupalCamp Oslo. Frontkom’s Per André Rønsen and Thor Andre Gretland hosted a session called “Build your pages build with Drupal Gutenberg” where they gave attendees a look at Gutenberg Cloud for D8. It runs as submodule of Drupal Gutenberg.

\n

\"Drupal

\n

Changes Coming to Gutenberg Cloud: All Blocks Will Undergo Code Review before Publishing

\n

One of the speakers at the event was a member of the Drupal.org security team. Rønsen said after their session they had good participation during the Q&A time.

\n

“There was some push back on Gutenberg Cloud for letting any developer add new blocks,” Rønsen said. “We explained that this is only during beta phase, and that we do code review of new blocks coming in. However, this led to the decision of switching to white listing instead. Starting next week, block authors will need to email us and ask for code review before we accept the blocks. This will go hand in hand with an upcoming browser on gutenbergcloud.org – meaning each block will get it’s own little landing page online. We think this will be useful for people to see how Gutenberg Cloud can be useful for their site.”

\n

Overall, the Frontkom team saw a positive reception to Gutenberg Cloud at DrupalCamp Oslo and they are working to incorporate some of the valuable feedback they received.

\n
\n

Totally impressed by @drupalgutenberg demo at #dcoslo. Good work @frontkomtech #drupalgutenberg #drupalnorge pic.twitter.com/qXbX8mXhnp

\n

— Baddy Sonja Breidert (@baddysonja) November 9, 2018

\n

\n

“The interest was amazing,” Rønsen said. “This week, we’ve been in contact with two big dev teams who wants to help out getting the Drupal module a stable release.”

\n

The session for site builders was not filmed but there is an unofficial video from the developer day where Frontkom’s Marco Fernandes and Frank Gjertsen gave a technical session on how to build custom blocks.

\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Nov 2018 19:56:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Maximum Ticket Prices for WordCamps Will Increase to $25 per Day in 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/maximum-ticket-prices-for-wordcamps-will-increase-to-25-per-day-in-2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4485:\"

For the last seven years, the maximum amount of money WordCamp organizers could charge for ticket prices was $20 per day. In 2019, this will increase to $25 per day.

\n

The new amount accounts for inflation and provides breathing room for organizers. According to the Bureau of Labor Statistics inflation calculator, $20 in January of 2006 is equal to $25.51 in October of 2018.

\n

Organizers don’t have to charge this amount and are encouraged to keep the ticket price as low as possible. The increase is also part of a delicate balancing act between not being a financial burden and getting 80% or more of attendees to show up.

\n

“The ticket price does not reflect on the value of the event,” Andrea Middleton, Community organizer said.

\n

“In an ideal world, all WordCamp tickets would be free just like WordPress is free but to avoid organizing a conference for 500 registrants and only having 50 people show up on the day of the event, we charge as little as we possibly can for tickets, but just enough that people will show up for the event if they’re sleepy that morning or got a last-minute invitation to a pool party or something.”

\n

When the proposal to increase the maximum ticket price was published in September, many commenters approved of the increase with some suggesting an even higher amount to account for inflation for the next few years. Ian Dunn questioned whether or not budget shortfalls were due to organizing teams spending money on extra things.

\n

“Beyond that, though, I’m curious why camps are having more trouble today than they were 5 or even 10 years ago?” Dunn said.

\n

“Is it harder to get sponsorships? It seems like the opposite is true, especially given how much the global sponsorship program covers.

\n

“Based on experiences in my local community, I suspect that the primary reason for budget shortfalls is that the organizing team is choosing to do extra things, beyond what’s necessary to meet the goals of a WordCamp. For example, holding after-parties at trendy venues, expensive speaker gifts, professional A/V (which I’ve advocated for in the past, but not at the cost of higher ticket prices), etc.”

\n

It is interesting to ponder how much money WordCamps could save globally by eliminating the materialistic aspects of the event such as t-shirts, speaker gifts, lanyards, badges, signs, etc.

\n

At there core, WordCamps are about gathering the local community together in a physical location to share knowledge. Not every WordPress event needs to mimic WordCamp US or WordCamp Europe, two of the largest events in the world.

\n

Although the WordPress Community team tracks data such as how much each WordCamp charges for ticket prices, the information is not readily available. This is because of the large volume of data that would need to be calculated and displayed. It would be interesting to see an info-graphic of this data where you can compare the average ticket price for WordCamps per country.

\n

Hugh Lashbrooke, a WordPress Community team contributor who has access to the data says that, “globally the majority of camps have lower prices.”

\n

WordCamp organizers are highly encouraged to keep track of attendance as the data is used to help make better informed decisions. The team will review the no-show rates at WordCamps at the end of 2019 to determine if the price increase had any effect. If not, the team may increase the price again for 2020.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Nov 2018 19:25:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Google Developers Demo AMP Stories Integration with Gutenberg at Chrome Dev Summit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/google-developers-demo-amp-stories-integration-with-gutenberg-at-chrome-dev-summit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2929:\"

\n

Alberto Medina and Weston Ruter gave a presentation on Progressive Content Management Systems yesterday at Chrome Dev Summit 2018 in San Francisco. Medina is a developer advocate at Google and Ruter recently transitioned into a new role as a Developer Programs Engineer after eight years at XWP.

\n

Medina began the session with a quick overview of the increasingly complex CMS space, which is growing, according to figures he cited from w3techs: 54% of sites are built with some kind of CMS (11% YoY growth). Many CMS’s face common challenges when it comes to integrating modern web technologies into their platforms, such as large code bases, legacy code, and technical debt.

\n

In addressing the challenges that WordPress faces, Google is looking to make an impact on a large swath of the web. Medina outlined the two-part approach Google is using with the WordPress ecosystem. This includes AMP integration via the AMP plugin for WordPress. It’s currently at version 1.0 RC2 and the stable version is scheduled for release at the end of this month.

\n

The second part of the approach is integration of modern web capabilities and APIs in core, so that things like service workers and background sync are supported natively in a way that the entire ecosystem can take advantage of them. Google has invested resources to get these features added to core.

\n

Ruter demonstrated a single page application built in WordPress using a standard theme as the basis and the AMP plugin as a foundation. Medina said the team plans to continue expanding this work integrating AMP content into WordPress, specifically in the context of Gutenberg. He gave a quick demo of how they are working to help content creators easily take advantage of features like AMP stories via a Gutenberg integration.

\n

\n

Medina said AMP stories are formed by components and work well with Gutenberg, since everything in the new editor corresponds to a block.

\n

“We want powerful components like these to become available across all CMS’s,” Medina said. “The CMS space is moving steadily along the progressive web road.”

\n

Check out the video below to learn more about Google’s experience integrating modern web capabilities and progressive technologies into the WordPress platform and ecosystem.

\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Nov 2018 00:27:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 5.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/11/wordpress-5-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3706:\"

WordPress 5.0 Beta 4 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.

\n\n\n\n

There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

The WordPress 5.0 release date has changed, it is now scheduled for release on November 27, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 3:

\n\n\n\n

Block Editor

\n\n\n\n

The block editor has been updated to match the Gutenberg 4.3 release, the major changes include:

\n\n\n\n\n\n\n\n

Additionally, there have been some bugs fixed that popped up in beta 3:

\n\n\n\n\n\n\n\n

Internationalisation

\n\n\n\n

We’ve added an API for translating your plugin and theme strings in JavaScript files! The block editor is now using this, and you can start using it, too. Check out the developer note to get started.

\n\n\n\n

Twenty Nineteen

\n\n\n\n

Twenty Nineteen is being polished over on its GitHub repository. This update includes a host of tweaks and bug fixes, including:

\n\n\n\n\n\n\n\n

Default Themes

\n\n\n\n

All of the older default themes—from Twenty Ten through to Twenty Seventeen—have polished styling in the block editor.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! 

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n
\n\n\n\n

International-
isation is a word with
many syllables.

\n\n\n\n

Meta boxes are
the original style block.
Old is new again.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Nov 2018 01:27:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: WordCamp Nordic Tickets Now on Sale, Sponsorship Packages Sold Out in Minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/wordcamp-nordic-tickets-now-on-sale-sponsorship-packages-sold-out-in-minutes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2086:\"

Tickets for the first ever WordCamp Nordic went on sale today and 100 seats sold within 20 minutes. The event is scheduled to be held in Helsinki, Finland, March 7-8, 2019. There are currently 97 regular tickets and 59 micro-sponsor tickets remaining in the first batch, but more will be released in another round.

\n

If there was any question about whether this new regional WordCamp would gain support, the record-setting buy up of all the sponsor packages has put them to rest. All of the Gold packages (3000 €) were purchased within one minute. Silver packages (1500 €) and Bronze packages (750 €) were all purchased within four minutes and 35 minutes, respectively.

\n

“Sponsor packages tend to go in a few hours whenever there’s a WordCamp in Finland, largely thanks to our communications team and the fact that most companies involved with WordPress follow the conversations on our local Slack/Twitter where these things get announced,” co-organizer Niko Pettersen said. “But this must have been a record even for us. WordCamp Nordic seems to be drawing a lot of interest.”

\n

The call for speakers opened on November 7 and submissions close January 7, 2019. All of the sessions will be held in English and the camp is planning to have two tracks. Those interested to speak may apply for a long talk (40 minutes) or a lightning talk (15 minutes). Selections will be made by mid-January and speakers will be announced in February. Follow @WordCampNordic for all the latest news from the event.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Nov 2018 00:30:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WP GDPR Compliance Plugin Patches Privilege Escalation Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wp-gdpr-compliance-plugin-patches-privilege-escalation-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5052:\"

At the end of last week, a plugin called WP GDPR Compliance sent out a security update for a privilege escalation vulnerability that was reported to the WordPress Plugin Directory team on November 6. The plugin was temporarily removed and then reinstated after the issues were patched within 24 hours by its creators, Van Ons, a WordPress development shop based in Amsterdam.

\n

The changelog for the most recent release states that previous versions are vulnerable to SQL injection due to “wrong handling of possible user input in combination with unsafe unserialization.” The fixes are in version 1.4.3, which includes the following:

\n\n

Van Ons said they requested the Plugin Directory team do a forced update but they said it was not an option in this case.

\n

WP GDPR Compliance has more than 100,000 active installs. According to Wordfence, the vulnerability is being actively exploited in the wild and many users are reporting new administrator accounts being created on their affected sites. The Wordfence blog has a breakdown of how attackers are taking advantage of these sites:

\n

We’ve already begun seeing cases of live sites infected through this attack vector. In these cases, the ability to update arbitrary options values is being used to install new administrator accounts onto the impacted sites.

\n

By leveraging this flaw to set the users_can_register option to 1, and changing the default_role of new users to “administrator”, attackers can simply fill out the form at /wp-login.php?action=register and immediately access a privileged account. From this point, they can change these options back to normal and install a malicious plugin or theme containing a web shell or other malware to further infect the victim site.

\n

Wordfence has seen multiple malicious administrator accounts present on sites that have been compromised, with variations of the username t2trollherten. Several WP GDPR Compliance plugin users have commented on the Wordfence post saying they were victims of the exploit, having found new admin users with a backdoor and file injections added.

\n

The plugin has its own website where the vulnerability was announced. Its creators recommend that anyone who didn’t update right away on November 7, 2018, should look for changes in their databases. The most obvious symptom of attack is likely to be new users with administrator privileges. Any unrecognized users should be deleted. They also recommend restoring a complete backup of the site before November 6 and then updating to version 1.4.3 right away.

\n

The WP GDPR Compliance plugin lets users add a GDPR checkbox to Contact Form 7, Gravity Forms, WooCommerce, and WordPress comments. It allows visitors and customers to opt into allowing the site to handle their personal data for a defined purpose. It also allows visitors to request data stored in the website’s database through a Data Request page that allows them to request data to be deleted.

\n

While the name of the plugin includes the word “compliance,” users should note that the plugin details includes a disclaimer:

\n

“ACTIVATING THIS PLUGIN DOES NOT GUARANTEE YOU FULLY COMPLY WITH GDPR. PLEASE CONTACT A GDPR CONSULTANT OR LAW FIRM TO ASSESS NECESSARY MEASURES.”

\n

A relatively new amendment to section 9 of the plugin development guidelines restricts plugin authors from implying that a plugin can create, provide, automate, or guarantee legal compliance. Heather Burns, a member of WordPress Privacy team, worked together with Mika Epstein last April to put this change into effect. This guideline is especially important for users to remember when a plugin author uses GDPR Compliance in the name of the plugin. It isn’t a guarantee of compliance, just a useful tool as part of larger plan to protect users’ privacy.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Nov 2018 20:20:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Akismet: Version 4.1 of the Akismet WordPress Plugin Is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2031\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://blog.akismet.com/2018/11/12/version-4-1-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:826:\"

Version 4.1 of the Akismet plugin for WordPress is now available and contains the following changes:

\n\n\n\n

To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in the WordPress plugins directory.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Nov 2018 19:51:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Matt Mullenweg Addresses Controversies Surrounding Gutenberg at WordCamp Portland Q&A\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85433\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/matt-mullenweg-addresses-controversies-surrounding-gutenberg-at-wordcamp-portland-qa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8531:\"

Matt Mullenweg joined attendees at WordCamp Portland, OR, for a Q&A session last weekend and the recording is now available on WordPress.tv.

\n

The first question came from a user who tried Gutenberg and turned it off because of a plugin conflict. She asked if users will have to use Gutenberg when 5.0 is released. Mullenweg said one of the reasons Gutenberg has been tested so early is to give plugin developers time to get their products compatible. He also said that it has been the fastest growing plugin in WordPress’ history, with more than 600,000 installations since it was first made available.

\n

In response to her question he said users will have the option to use the Classic Editor and that the team is considering updating it to include per-user controls and the possibility to turn it on/off for different post types.

\n

Subsequent questions went deeper into recent controversies surrounding Gutenberg, which Mullenweg addressed more in depth.

\n

“The tough part of any open source project – there’s kind of a crucible of open source development which can sometimes be more adversarial and sometimes even acrimonious,” he said. “Working within the same company, you can kind of assume everyone is rowing in the same direction. In a wide open source ecosystem, some people might actually want the opposite of what you’re doing, because it might be in their own economic self-interest, or for any number of reasons.

\n

“I liken it much more to being a mayor of a city than being a CEO of a company. I’ve done WordPress now for 15 years so I’m pretty used to it. It might seem kind of controversial if you’re just coming in, but this is not the most controversial thing we have ever brought into WordPress. The last time we had a big fork of WordPress was actually when we brought in WYSIWYG the first time. Maybe there’s something about messing with the editor that sets people off.”

\n

Mullenweg commented on how polarizing Twitter can be as a medium and how that can impact conversations in negatives ways. He said people tend to read the worst into things that have been said and that has been a new challenge during this particular time in WordPress’ history. WordPress tweets are sprinkled into timelines along with politics and current events in a way that can cause people to react differently than if the discussion was held in a trac ticket, for example.

\n

One attendee asked, “With Gutenberg there’s a lot of uncertainty. Where do you see the tipping point where you see people become more favorable to Gutenberg than the Classic Editor?”

\n

“Part of getting these two plugins, Gutenberg and Classic Editor, out early, was that it could remove uncertainty for people,” Mullenweg said. “Months before they were released you could kind of choose your path. The hope is that the 5.0 release day is the most anti-climactic thing ever. Because we have over a million sites that have either chosen to not use Gutenberg, which is totally ok, or have already opted in and have been getting these sometimes weekly updates. We have hosts that have been actually been pre-installing, pre-activating Gutenberg with all of their sites.”

\n

Mullenweg said hosts that have pre-installed Gutenberg have not reported a higher than normal support load and that it has basically been “a non-event.” It’s the users who are updating to 5.0 after many years of using WordPress who will have the most to learn.

\n

“Gutenberg does by some measures five or ten measures more than what you could really accomplish in the classic editor,” Mullenweg said. “That also means there’s more buttons, there’s more blocks. That is part of the idea – to open up people’s flexibility and creativity to do things they would either need code or a crazy theme to do in the past. And now we’re going to open that up to do WordPress’ mission, which is to democratize publishing and make it accessible to everyone.”

\n

Gutenberg’s current state of accessibility has been a hot topic lately and one attendee asked for his thoughts about the recent discussions. Mullenweg said there is room for improvement in how this aspect of the project was handled and that WordPress can work better across teams in the future:

\n

Accessibility has been core to WordPress from the very beginning. It’s part of why we started – adoption of web standards and accessibility things. We’ve been a member of the web standards project for many many years. We did kind of have some project management fails in this process where we had a team of volunteers that felt like they were disconnected from the rapid development that was happening with Gutenberg. Definitely there were some things we could do better there. In the future I think that we need – I don’t know if it makes sense to have separate accessibility as a separate kind of process from the core development. It really needs to be integrated at every single stage. We did do a lot, as Matias did a big long post on it. We’ve done a ton of keyboard accessibility stuff, there’s ARIA elements on everything. One of their feedbacks was that we did it wrong, but we did it the best that we knew how to and it’s been in there for awhile. There’s been over 200 closed issues from really the very beginning. We also took the opportunity to fix some things that had been poorly accessible in WordPress from the beginning. It’s not that WordPress is perfectly accessible and all WCAG AA and it’s reverting. It’s actually that huge swaths of WP are inaccessible – they just might not be considered core paths from the current accessibility team but I consider them core.

\n

In response to a question about the future of React in WordPress, Mullenweg went more in depth on the vision he had when he urged the WordPress community to learn JavaScript deeply in 2015. At that time he said “it is the future of the web.” He described how each block can be a launching point for something else – via a modal, such as updating settings, doing advanced things with an e-commerce store, zooming in and out of those screens from the editor. This was perhaps the most inspirational part of the Q&A where the potential of Gutenberg shines as bright as it did in the early demos.

\n

“The other beautiful thing is that because Gutenberg essentially allows for translation into many different formats,” Mullenweg said. “It can publish to your web page, your RSS feed, AMP, blocks can be translated into email for newsletters, there’s so much that the structured nature of Gutenberg and the semantic HTML it creates and the grammar that’s used to parse it, can enable for other applications. It becomes a little bit like a lingua franca that perhaps even crosses CMS’s. There’s now these new cross-CMS Gutenberg blocks will be possible. It’s not just WordPress anymore. It may be a JavaScript block that was written for Drupal that you install on your WordPress site. I mean, hot diggity! How would that have ever happened before? That’s why we took two years off; it’s why we’ve had everyone in the world working on this thing.”

\n

JavaScript is what makes this cross-platform collaboration possible and it’s already evident in the work the Drupal Gutenberg contributors are doing, as well as the platform-agnostic Gutenberg Cloud project. When Gutenberg is released in 5.0, it will enable more for WordPress and the web than we can predict right now.

\n

“This is not the finish line,” Mullenweg said. “5.0 is almost like the starting point. Expect just as much time invested into Gutenberg after the 5.0 release as before – to get it to that place where we don’t think it’s just better than what we have today but it’s actually like a world-class web-defining experience, which is what we want to create and what you all deserve.”

\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Nov 2018 15:30:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WordPress 5.0 Release Date Update to November 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wptavern.com/wordpress-5-0-release-date-update-to-november-27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2548:\"

The WordPress 5.0 release date has been pushed back to November 27. The previous schedule outlined the possibility of a slip date where the first target date could slip by up to eight days if necessary.

\n

“As discussed during the Core devchat this week, the initial November 19th target date is looking a bit too soon for a release date,” Gutenberg technical lead Matias Ventura said in today’s announcement on the make.wordpress.org/core blog. “After listening to a lot of feedback — as well as looking at current issues, ongoing pull requests, and general progress — we’re going to take an extra week to make sure everything is fully dialed in and the release date is now targeted for November 27th.”

\n

Ventura outlined a new plan where beta 4 and beta 5 releases will coincide with Gutenberg 4.3 and 4.4 releases. RC1 is expected to be released November 19. He said contributors will be posting daily high level updates on the current status of the release, including things like open pull requests to be reviewed and outstanding bugs, to the #core-editor channel.

\n

The announcement also includes a short video demonstration of Gutenberg fully integrated with the new default Twenty Nineteen theme.

\n

\n

Given the recent pushback on the timeline from prominent WordPress developers and business owners, the updated November 27 timeline may still not offer enough time to resolve the issues remaining and allow the ecosystem to prepare training materials that accurately reflect late stage UI changes.

\n

At a spontaneous Q&A session at WordCamp Portland this weekend, Matt Mullenweg said WordPress 5.0 was branched from 4.9.8 so this release has been tightly wound to the previous one to allow for a more seamless transition.

\n

The next targeted release day falls on the Tuesday after Cyber Monday, which should be a relief to anyone running a WordPress-powered e-commerce site. If WordPress misses the updated November 27 release date, it will be pushed back to the secondary target date of January 22, 2019.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Nov 2018 20:06:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: WPWeekly Episode 337 – Gutenberg User Experiences, Release Timelines, and the Classic Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=85470&preview=true&preview_id=85470\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/wpweekly-episode-337-gutenberg-user-experiences-release-timelines-and-the-classic-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2142:\"

In this episode, John James Jacoby and I break down what’s happening with Gutenberg. We discuss our trials and tribulations with the editor, the release timeline, and calls from members of the community to delay WordPress 5.0 until January. We also share details on how long the Classic Editor plugin will be supported. Last but not least, we talk about the possible release strategy of shipping point releases every two weeks after WordPress 5.0 is released.

\n

Stories Discussed:

\n

How to Add an Image to A Paragraph Block in Gutenberg

\n

Adding Aligned Images to Paragraphs in Gutenberg Is Not as Tough as I Thought

\n

WordPress 5.0 Beta 3 Released, RC 1 Expected November 12

\n

WordPress 5.0 needs a different timeline   

\n

WordPress 5.0 is Not Ready

\n

Classic Editor Plugin May Be Included with 5.0 Updates, Support Window Set to End in 2021

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, November 14th 3:00 P.M. Eastern

\n

Subscribe to WordPress Weekly via Itunes

\n

Subscribe to WordPress Weekly via RSS

\n

Subscribe to WordPress Weekly via Stitcher Radio

\n

Subscribe to WordPress Weekly via Google Play

\n

Listen To Episode #337:
\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Nov 2018 17:21:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Matt: Gutenberg in Portland Oregon and Podcasts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://ma.tt/2018/11/gutenberg-in-portland-oregon-and-podcasts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1192:\"

I’ve had the opportunity to talk about Gutenberg at two great venues recently. The first was at WordCamp Portland which graciously allowed me to join for a Q&A at the end of the event. The questions were great and covered a lot of the latest and greatest about Gutenberg and WordPress 5.0:

\n\n\n\n
\n\n
\n\n\n\n

Last week I also joined Episode 101 of the WP Builds podcast, where as Nathan put it: “We talk about Gutenberg, why Matt thinks that we need it, and why we need it now. We go on to chat about how it’s divided the WordPress community, especially from the perspective of users with accessibility needs.”

\n\n\n\n

They may be out of seats already, but I’ll be on the other coast to do a small meetup in Portland, Maine this week. As we lead up to release and WordCamp US I’m really enjoying the opportunity to hear from WordPress users of all levels all over the country.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Nov 2018 04:45:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Calls to Delay WordPress 5.0 Increase, Developers Cite Usability Concerns and Numerous Bugs in Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85371\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://wptavern.com/calls-to-delay-wordpress-5-0-increase-developers-cite-usability-concerns-and-numerous-bugs-in-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9585:\"

Developers and business owners are waiting anxiously in the wings, as Gutenberg is 11 days away from its debut in WordPress 5.0. There is still a chance that the release could be delayed to the secondary date (January 22, 2019), but the decision has not yet been announced.

\n

“I am lukewarm on the 19th, but not because of the number of open issues (which isn’t a good measure or target) — more that we’ve been a day or two behind a few times now,” 5.0 release lead Matt Mullenweg said during yesterday’s dev chat. He said that reports “from the field” continue to be good and companies that have already installed and activated the plugin haven’t reported a higher than normal support burden.

\n

“My concern can be summed up as this,” Aaron Jorbin said. “There are approximately 400 issues that need either code or a decision to punt. Assuming five minutes per issue, that means there are about 33 hours worth of bug scrubs that need to take place between now and RC.”

\n

“I don’t think we can make a decision on moving the date in the next 45 minutes,” Gary Pendergast said in response to concerns raised at the meeting. “I do think it’s fair to say that the Gutenberg and 5.0 leadership teams are hearing all the feedback, and are actively looking whether the timeline is still correct.”

\n

Mullenweg said open issues are not a good measure of whether the release is on target but the numerous bugs the community is encountering has precipitated a flurry of posts advocating for the release to be delayed.

\n

In a post titled “WordPress 5.0 needs a different timeline,” Joost de Valk, author of Yoast SEO, cites accessibility concerns and the stability of the project as reasons for a delay. de Valk identifies himself a strong supporter of Gutenberg and his team has already built compatibility and Gutenberg-first features into their plugin, which has more than 5 million active installs.

\n

“It’s arguably one of the biggest leaps forward in WordPress’ editing experience and its developer experience in this decade,” de Valk said. “It’s also not done yet, and if we keep striving for its planned November 19th release date, we are setting ourselves up for failure.”

\n

de Valk gave two reasons for why he believes the November 19th timeline to be untenable:

\n

There are some severe accessibility concerns. While these aren’t new and a few people are working hard on them, I actually think we can get a better handle on fixing them if we push the release back. Right now it looks to me as though keyboard accessibility has regressed in the last few releases of Gutenberg.

\n

The most important reason: the overall stability of the project isn’t where it needs to be yet. There are so many open issues for the 5.0 milestone that even fixing all the blockers before we’d get to Release Candidate stage next week is going to prove impossible. We have, at time of writing 212 untriaged bugs and 165 issues on the WordPress 5.0 milestone.

\n

WordPress developer Mark Root-Wiley published a post the same day titled “WordPress 5.0 is Not Ready.” He outlined why he believes the release needs to be delayed and suggested the project pursue more auditing and quality assurance testing before shipping it out.

\n

“WordPress 5.0 can and should be a positive change to WordPress, but if it is released in late November as planned, it won’t be,” Root-Wiley said. “There are simply too many bugs in the editor, and the experience is not polished enough. This is because the rate of development has prevented systematic quality assurance (QA) and user testing. Both types of testing are required to ensure the editor is ready and to increase the community’s confidence in the update.”

\n

Root-Wiley describes a buggy experience when attempting to write blog posts with the new editor, which echoes many others’ recent experiences.

\n

“I’m doing my best to give feedback, but it’s exhausting and there are so many little bugs that I struggle to isolate and replicate the one I’m reporting without running into another,” Root-Wiley said. “How is it possible for me to find so many bugs without trying from just writing 1.5 blog posts?”

\n

Root-Wiley also suggested removing what he deemed to be unnecessary features in order to streamline the editing experience and focus on the fundamentals. These features include the tables block, paragraph background colors, spotlight and fullscreen mode, dropcaps, verse block, among others.

\n

“The pace of development has been blistering,” Root-Wiley said. “That speed has been great for developing a lot of features and iterating on those features quickly, but it hasn’t allowed for sufficient testing. What’s needed now is more time for people to find and report bugs with the editor features in their proposed final state.”

\n

Gutenberg criticism is often characterized as coming from people who are resistant to change, but these strong messages about delaying the release come from developers who believe the new editor is the future and have heavily invested in contributing to its success.

\n

Both de Valk and Root-Wiley’s posts seem to have resonated with many who have had similar experiences with the editor. Other core developers and committers have also publicly lent their voices to the call to delay the release.

\n
\n

My thoughts are very much aligned here. I\'m super excited for the release — I think it\'s crucial for WordPress\' success. But I don\'t think it, nor the ecosystem, are quite ready following the shortened release cycle. https://t.co/R0nZt0mk41

\n

— Mike Schroder (@GetSource) November 7, 2018

\n

\n
\n

This: https://t.co/wpcQ02qcTw They are missing almost every milestone on their release schedule, leaving me 1 week to test with RC before Thanksgiving, and plugin/theme authors no time to develop/test with stabler code. It should just come out with their backup January date.

\n

— Lisa Woodruff (@lisa_m_woodruff) November 8, 2018

\n

\n

Opinions on Gutenberg’s readiness vary wildly depending on the person’s perspective and involvement in the project. Those who are working on it full-time have not publicly offered opinions indicating that it might not be ready for the November 19 timeline.

\n

“The 5.0 milestone is in a very manageable place, but if the volume becomes more worrying in the next couple days or it becomes clear milestones won’t be made, we’ll revise as needed,” Gutenberg technical lead Matias Ventura Ventura said during yesterday’s dev chat. He confirmed that the fast pace of development will continue.

\n

Regardless of when 5.0 is released, users can count on getting minor releases every two weeks to address bugs and issues that pop up after Gutenberg is in the hands of millions more users.

\n

“Hopefully as people get used to the more regular cadence they can plan around it, much like they used to complain a ton about, but then got used to, 3 major releases a year,” Mullenweg said during the dev chat.

\n

In 2016, Mullenweg began describing how WordPress could become “the operating system of the web,” with open APIs that others can build on. While that idea encompasses a lot more than just release schedules, WordPress seems to be moving in the direction of shipping updates that come more frequently and eventually more invisibly in the background, similar to how users update their browsers. Releasing Gutenberg in its current state, with frequent updates following, could prove to be a major testing ground to see if greater world of WordPress users are ready to embrace this new era of rapid iteration.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Nov 2018 00:03:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Adding Aligned Images to Paragraphs in Gutenberg Is Not as Tough as I Thought\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/adding-aligned-images-to-paragraphs-in-gutenberg-is-not-as-tough-as-i-thought\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4126:\"Last week, I published an article that describes the process I went through in Gutenberg to try to add an aligned image to a paragraph block. I concluded that performing the task in the Classic Editor was easier than in Gutenberg.\n\n\n\nIn response to the article, William Earnhardt compared the process and showed how it can be accomplished in two steps in Gutenberg.\n\n\n\n\n
  1. Drag an image into editor where you want it to go.
  2. Click align right.
\n\n\n\n\nDragging and dropping images into WordPress is not something I do. It’s not how I write. His method is simpler but I prefer to work within the interface. His second suggestion of accomplishing the task is the method I’ll use from now on.\n\n\n\n\n
  1. Click the block inserter above the paragraph you want to insert the image before.
  2. Select the image block.
  3. Drag the image onto the block.
  4. Click align right.
\n\n\n\n\nIn the last few months of using Gutenberg, I’ve become accustomed to adding new blocks by pressing enter at the end of a paragraph block or by clicking the plus sign to the left of a block. I haven’t used the plus sign between blocks but it makes sense and indeed, it’s quicker to accomplish the task.\n\n\n\nAccording to Earnhardt, there are even more ways to complete the task in Gutenberg. This brings up an important question, how many different ways and user interfaces should there be to accomplish a task? If you don’t do it a certain way, are you doing_it_wrong?\n\n\n\n\n
\n\n\n\n\nTake for example, adding captions to images. In Gutenberg, there are at least two opportunities to add a caption. The first is the attachment details screen after uploading or selecting an image from the media library.\n\n\n\nThe second is the Image block user interface. When using the Image block interface, my cursor gets stuck in the caption area and I need to click outside of the block in order to continue. If I use the attachment details screen, it automatically puts the caption text into the image block, bypassing the hurdle. Which interface am I supposed to use and which method is considered doing_it_wrong?
\n\n\n\n\n
Adding a Caption via the Image Block Interface
\n\n\n\n\n\n

I’m Willing to Learn

\n\n\n\n\nI understand the long vision of Gutenberg and what it means for the future of WordPress. For the past several months, I’ve used the plugin and interface exclusively to craft content.\n\n\n\nI’ve been learning things along the way and trying to readjust my workflows but the question I keep coming back to when doing things in Gutenberg is why?\n\n\n\nWhy is this button hidden? Why are there three differently located buttons to add blocks when it would be nice to memorize one? Why does this do that and vice versa? Where is all of the research and usability testing that explains the why behind so many of the interactions and flows? Am I just a moron or is it the interface that guides me in the wrong direction?\n\n\n\nMany of my experiences in using Gutenberg this past year have been echoed by Mark Root-Wiley. He does a great job of saying what I’ve been feeling and thinking for a long time.\n\n\n\nWhen I and thousands of others watched Matías Ventura‏ perform a live demo of Gutenberg at the 2017 State of Word, people were blown away. But this is someone who has been creating Gutenberg from the core and is proficient in all that it offers. Is this the level of Gutenberg proficiency I and others need in order to get things done? Probably not, but at times, it sure feels that way.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Nov 2018 07:37:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Classic Editor Plugin May Be Included with 5.0 Updates, Support Window Set to End in 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85387\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/classic-editor-plugin-may-be-included-with-5-0-updates-support-window-set-to-end-in-2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6806:\"

Gary Pendergast announced this morning that the Classic Editor plugin will be officially supported until December 31, 2021. The plugin eases the transition for sites where plugins or themes are not yet compatible with Gutenberg and gives users the opportunity to preserve their existing workflows.

\n

“Since the Classic Editor plugin is central in this transition, we are considering including it with upgrades to WordPress 5.0,” Pendergast said. “New WordPress installs would still add it manually, and we’ve included it in the Featured Plugins list to increase visibility. If you have thoughts on this idea, please leave a comment.”

\n

Pendergast clarified that “officially supported” means that the plugin “will be guaranteed to work as expected in the most recent major release of WordPress, and the major release before it.” He also said the project will evaluate the continuing maintenance of the plugin in 2021 and may possibly extend the date.

\n

The post has already received quite a bit of feedback and generally positive reactions to the prospect of including the Classic Editor along with 5.0 updates for existing sites.

\n

WordPress Core Committer Pascal Birchler asked for a clarification on what “we” referred to in Pendergast’s post, and Pendergast clarified that he is speaking on behalf of the WordPress project. Other commenters pressed for more information, as the announcement was delivered as something that had already been decided and the conversation surrounding the decision was not public.

\n

“I’m grateful for the communication on a hard date for support of the classic editor,” Darren Ethier commented on the post. “It helps many people depending on WordPress for their livelihood to make plans surrounding things depending on it. But for volunteers who ‘show up’ at meetings and in contributing, the process for arriving at these kinds of decisions in an open source project is very opaque and seems to be increasingly so.”

\n

This announcement highlights a trend in recent decision making for the project where decisions on important items appear to have been made behind closed doors without community input. Matthew MacPherson’s proposal for an independent accessibility audit, which had broad support from the community, was shut down in a similar way. MacPherson was named WordPress 5.0’s accessibility lead but didn’t seem to be fully vested with the power to lead that aspect of the release in the community’s best interests. I asked MacPherson if he could further clarify how the decision to forego the audit was reached, as it seemed even a surprise to him in the GitHub issue thread. He said he had “no comment” on how the decision came about.

\n

WPCampus is now pursuing an accessibility audit in order to better serve its community of more than 800 web professionals, educators, and others who work with WordPress in higher education.

\n

“We’re receiving a lot of interest and I’m holding meetings with potential vendors to answer their questions,” WPCampus director Rachel Cherry said. “We’ve received a lot of messages from individuals and organizations wanting to contribute financially.”

\n

The recent report from the accessibility team demonstrates critical issues that prevent the team from recommending Gutenberg to users of assistive technology. These issues also have a major impact on those using WordPress for higher education, as the law requires them to meet certain standards. Several in this particular industry commented on Pendergast’s post to advocate for shipping the Classic Editor plugin with new installs as well.

\n

“Many organizations who use WordPress are required by law to provide accessible software under Section 508,” Rachel Cherry said. “Until such a time when the accessibility of Gutenberg has been improved, and Section 508 compliance is clear, these organizations will require use of the Classic Editor.

\n

“Not to mention the users who will be dependent upon the Classic Editor to have an accessible publishing experience.

\n

“Please consider bundling Classic Editor with all versions of core, new and updated, going forward so that every end user has the easy and inclusive option of using it from day one.”

\n

Elaine Shannon, another WordPress user who works in academia, also commented on the Pendergast’s post to recommend having the Classic Editor bundled with new versions of WordPress, due to many education sites running on multisite installations.

\n

“Some institutions are on managed hosts, where they’ll receive 5.0 without initiating the update themselves,” Shannon said. “Others are managed by on-campus IT services, where one campus admin will push the update and affect thousands of users. In many cases, these are MultiSites where end users – the ones who need the choice of whether to use Gutenberg or Classic Editor – do not have the ability to add a plugin. So regardless of whether these users are in a brand-new shiny install or just an updated existing one, many users are going to need to fall back to the Classic Editor, and if it’s not bundled with Core there will be some folks left having to contact their administrator.”

\n

Pendergast’s post said the WordPress project is considering including the plugin with upgrades to 5.0 but did not identify where or when that decision will be made. However, users who depend on the plugin now have a clear idea of how long it will be supported.

\n

“As for the EOL on Classic Editor support, that’s probably more clarity than [the core team] has ever really given on a feature-to-plugin transition and I’m in favor of having that hard date,” WordPress core developer Drew Jaynes said. “It sets the right tone that the plugin is not intended as a long-term solution, rather a stopgap with a definitive EOL.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Nov 2018 20:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Nidhi Jain Is Awarded the Kim Parsell Travel Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85390\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/nidhi-jain-is-awarded-the-kim-parsell-travel-scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1553:\"In 2015, the WordPress Foundation created a travel scholarship in memory of Kim Parsell. The scholarship covers travel expenses, lodging, and a ticket to the event. This year’s recipient is Nidhi Jain from Udaipur, Rajasthan, India. \n\n\n\nJain is a volunteer organizer for WordCamp Udaipur, a WordPress developer, contributor, and a seasoned traveler.
\n\n\n\n“Being selected for the Kim Parsell Memorial Scholarship is an honor, achievement and a proud moment for me,” Jain told the WordCamp US organizing team when asked what it means to be selected.  \n\n\n\n“I will try my best to make the most out of it and give back to the community in all possible ways. Since I have been a WordCamp volunteer and organizer in the last few years, I am excited to see and learn from WordCamp US. I am sure, I will have a lot of sweet memories and wonderful learnings to take back home.”\n\n\n\nPrevious winners include Elizabeth Shilling in 2016 and Bianca Welds in 2017. If you’re not familiar with who Kim Parsell is, I recommend reading this essay which provides some context as to why the scholarship was created in her memory.
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Nov 2018 13:59:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"HeroPress: Accidental Activist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2648\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://heropress.com/essays/accidental-activist/#utm_source=rss&utm_medium=rss&utm_campaign=accidental-activist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12230:\"\"Pull

I never meant to become an activist. I swear. It was an accident.

\n

And yet here I am, celebrating my one year anniversary of leading the Diversity Outreach Speaker Training working group in the WordPress Community team. We are causing waves in the number of women and other underrepresented groups who are stepping up to become speakers at WordPress Meetups, WordCamps, and events. Pretty cool, right?

\n

How did this happen?

\n

Let’s start this story with how I got into WordPress. Back in 2011, I was looking for a practicum placement for the New Media Design and Web Development college program I was in in Vancouver, BC. We had touched on WordPress only briefly in class. I was curious about it, so I got a Practicum placement working on a higher education website that was built in WordPress. (It was in BuddyPress, even! Ooh. Aah.) As a thank you, my practicum advisor bought me a ticket to WordCamp Vancouver 2011: Developer’s Edition. That event was the start of my love affair with WordPress and I began taking on freelancing gigs. I’ve been a WordPress solopreneur for most of the time since.

\n

The following year my practicum advisor, who had become a client, was creating the first ever BuddyCamp for BuddyPress. He asked me to be on his organizing team. (Side note: I was especially excited to moderate a panel with Matt Mullenweg and other big names on it!) I was noticed and I was invited to be on the core organizing team for the next year’s WordCamp Vancouver by the lead organizer. I was thrilled. It was quite an honour!

\n

This is where the real story begins… after an important disclaimer.

\n

Disclaimer: For simplicity in this story, I’ll be using the terms women and men, though in reality gender is not a simple binary and is actually a wide spectrum of different identities.

\n

The Real Beginning

\n

There were three of us—myself and two men—and it was our first time any of us were organizing a WordCamp. We were having dinner in one of our apartments and we had 40 speaker applications spread out before us. The plan was to pick 14 to speak. It was hard. They were all really good.

\n

The lead organizer grabbed 6 out of the 7 that came from the women and said, “Well, we are accepting all of these.”

\n

At this point I didn’t know that not many women were applying to speak at tech conferences at the time.

\n

So I was the one saying, “Wait, wait. Who cares what gender they are? Let’s go through them and pick based on the topics that would fit the conference’s flow.”

\n

They both said that the 6 of the women’s pitches were really good, fit with the flow, and frankly, we needed to accept as many as we could or we’d get called out. (This is embarrassing to say now, but that was the conversation back in 2013.)

\n

Here’s how it went down:

\n

After we accepted the six, two of the women dropped out for family emergencies. (Guess how many men dropped out for family emergencies?) Also we had added a third speakers’ track. Now there were only 4 women out of 28 speakers. Only 1 in 7. That is 14%, my friends. That is not great.

\n

So not great, in fact, that we did get called out. People did talk about it, question us about it, and even wrote blog posts about it.

\n

More Experience

\n

So when later that year I went to WordCamp San Francisco—the biggest WordCamp at the time (before there was a WordCamp US)—I took the opportunity to chat with other organizers at a WordCamp organizer brunch.

\n

I found out that many of the organizers had trouble getting enough women presenters.

\n

I was surprised to find that we actually had a high number of women applicants in comparison to others, as many of them had zero! They were asking me how we got such a high number. They all said they would happily accept more if only more would apply.

\n

So then I needed to know, why was this happening? Why weren’t we getting more women applicants? I started researching, reading, and talking to people.

\n

Though this issue is complex, one thing that came up over and over was that when we would ask the question, “Hey, will you speak at my conference?” we would get two answers:

\n\n

That’s when the idea happened.

\n

The Idea

\n

As it goes, the idea happened while I was at a feminist blanket-fort slumber party. Yes, you heard right. And as one does at all feminist blanket-fort slumber parties, we talked about feminist issues.

\n

When I brought up my issue about the responses we were getting, one of the ladies said, “Why don’t you get them in a room and have them brainstorm topics?”

\n

And that was it. That set me on the path.

\n

I became the lead of a small group creating a workshop in Vancouver. In one of the exercises, we invited the participants to brainstorm ideas and show them that they have literally a hundred ideas. (Then the biggest problem becomes picking one. \"?\" )

\n

In our first iteration, we covered:

\n\n

Other cities across North America got wind of our workshop and started running it as well, and they added their own material.

\n

Our own participants wanted more support, so the next year we added material created from the other cities as well as generated more of our own:

\n\n

We did it! In 2014—in only one year since we started—we had 50% women speakers and 3 times the number of women applicants! Not only that, but it was a Developer’s Edition. It’s more challenging it is to find women developers in general, let alone those who will step up to speak.

\n

Building On

\n

Impressive as that is, the reason I am truly passionate about this work is because of what happened next:

\n\n

It is results like these that ignited my passion. I’ve now seen time and again what happens when different kinds of folks speak in the front of the room. More kinds of people feel welcome in the community. The speakers and the new community members bring new ideas and new passions that help to make the technology we are creating more inclusive as well as generate new ideas that benefit everyone.

\n

This workshop has been so successful, with typical results of 40-60% women speakers at WordCamps, that the WordPress Community Team asked me to promote it and train it for women and all diverse groups around the world. We created the Diversity Outreach Speaker Training working group. I started creating and leading it in late 2017.

\n

Thanks to our group, our workshop has been run in 17 cities so far this year, 32 have been trained to run it, and 53 have expressed interest in 24 countries. Incredible!

\n

I love this work so much that I’m now looking at how to do this for a living. I’m proud of how the human diversity represented on the stage adds value not only to the brand but also in the long-term will lead to the creation of a better product. I’m inspired by seeing the communities change as a result of the new voices and new ideas at the WordPress events.

\n

“Jill’s leadership in the development and growth of the Diversity Outreach Speaker Training initiative has had a positive, measurable impact on WordPress community events worldwide. When WordPress events are more diverse, the WordPress project gets more diverse — which makes WordPress better for more people.”

\n

– Andrea Middleton, Community organizer on the WordPress open source project

\n

I’m exploring sponsorships, giving conference and corporate trainings, and looking at other options so that I can be an Accidental Activist full-time and make a bigger impact. Imagine a world where more kinds of people are speaking up. That’s a world I’m excited to see.

\n

Resources:

\n

Workshop: http://diversespeakers.info/

\n

More info and please let us know if you use it or would like help using it: https://tiny.cc/wpwomenspeak

\n

Diversity Outreach Speaker Training Team—Join us! https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/

\n

How to build a diverse speaker roster: Coming soon. Contact Jill for it.

\n

The post Accidental Activist appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Nov 2018 12:00:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jill Binder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Authors of Popular WordPress.org Themes Rolling Out Gutenberg Compatibility Updates Ahead of 5.0 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/authors-of-popular-wordpress-org-themes-rolling-out-gutenberg-compatibility-updates-ahead-of-5-0-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5506:\"

Astra, a free theme that has steadily been growing in popularity, is now fully compatible with Gutenberg. The theme was first released in May 2017 and has more than 100,000 active installations. It was downloaded approximately 2,000 – 4,500 times per day over the past month and currently maintains a 5-star average rating on WordPress.org after 844 reviews.

\n

Astra’s creators advertise the theme as fast, lightweight (less than 50KB on frontend), and compatible with many page builders. These features have been key to its rapid growth. Last week they announced full Gutenberg compatibility, which means sites built with Astra will be able to take advantage of all the new features in the editor when 5.0 is released.

\n

Astra’s Gutenberg compatibility update includes front-end styles displayed in the editor and support for the full-width alignment option. The width of the content in the editor matches that of the frontend, and the same is true for the typography, colors, and background.

\n

\n

The theme also ensures that the default Gutenberg blocks, i.e. quotes and galleries, will inherit Astra customizer styles to match the rest of the site.

\n

Astra’s creators support the theme by offering commercial packages that include additional features and plugins, starter sites, add-ons for page builders, and support. They plan to offer additional Gutenberg features in commercial add-ons. Astra’s Ultimate Addons product will introduce custom blocks, such as Section, Heading, Info Box, Post Grid, Google Map, Table, Social Share, Menu, Buttons, along with pre-made starter templates.

\n

After two months of weekend work, Anders Norén reported that all 18 of his free themes on WordPress.org have been updated to be compatible with Gutenberg. Norén’s popular minimalist style themes have a cumulative rating of 4.97 out of 5 stars and have been downloaded more than 2.2 million times. They are active on an estimated 100,000 WordPress installations.

\n

“There are no custom blocks or other fancy stuff to be found in the updates, but if you’re running one of my themes, you should be able to update to WordPress 5.0 and start using Gutenberg without any hitches, in the editor or on the front-end,” Norén said. “If you plan to keep using the classic editor, things should look mostly the same after you install the update.”

\n

The Gutenberg compatibility update for Norén’s themes includes editor styles, with layout, typography and colors matching the theme, styles for core blocks and new alignment options, and custom font sizes and color palette in the editor. Norén also took the opportunity to do an overall code cleanup and add improvements for older versions of PHP, accessibility and localization improvements, and bug fixes, amounting to 17,525 lines of code added or modified.

\n

“The past couple of weekends have been grueling, but knowing that my themes will be ready for WordPress 5.0 – whether it hits the November 20th release date or not – was worth it,” Norén said.

\n

Themeisle has updated Hestia with Gutenberg compatibility in the theme’s 2.0 release. The popular Material Design WordPress theme is the company’s flagship product and is installed on more than 100,000 WordPress sites. The company is planning to release a brand new theme that will be fully Gutenberg compatible. They have not yet announced if Zerif Lite (100,000+ installs) will be updated for the new editor.

\n

Six weeks ago, searching the WordPress.org Theme Directory for “Gutenberg” produced 26 results where compatibility is mentioned in the theme descriptions. That number has jumped to 53. Support for the new editor seems to have happened much faster in the commercial theme space where searching for Gutenberg on Envato already turns up hundreds of results before the editor has even landed in core. Authors of free themes on WordPress.org don’t always have the same motivation. Those who support popular themes are more likely to have their themes compatible by the time WordPress 5.0 arrives, especially if the free theme is connected to a paid product.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Nov 2018 04:34:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: WordPress 5.0 Beta 3 Released, RC 1 Expected November 12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/wordpress-5-0-beta-3-released-rc-1-expected-november-12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6909:\"

WordPress 5.0 Beta 3 was released this morning. This beta incorporates all the changes from Gutenberg 4.2 RC1, which was released last week. It fixes a bug with the display of the custom fields meta box and also improves REST API requests.

\n

Gutenberg has undergone a few UI tweaks and introduces a Formatting API for adding new RichText components. The inserter between blocks was updated to provide a more consistent experience that matches the other “add block” buttons. Version 4.2 also adds support for displaying icons in new block categories to better organize groups of blocks. The example pictured in the release post shows the Jetpack icon. The Jetpack team has been working on a number of blocks for existing features and is expected to release those soon.

\n

\n

WordPress 5.0 Beta 3 brings in updates from Twenty Nineteen’s GitHub repository, including support for selective refresh widgets in the customizer, support for responsive embeds, and tweaks to improve the experience on mobile devices.

\n

Updates to WordPress 5.0 Schedule: More Beta Releases and a Shortened RC Period

\n

WordPress 5.0 is now two weeks away from its projected release date of November 19. Last week Gary Pendergast announced some updates to the 5.0 release schedule that build in extra time for betas. After pushing out Beta 3 Pendergast said he expects to release Beta 4 later this week. He also offered an explanation for why RC1 is scheduled for release on November 12, allowing for just one week of last-minute testing following RC.

\n

“The block editor has been available for over a year,” Pendergast said. “It’s already had a longer testing period, with 30 times the number of sites using it, than any previous WordPress release. The primary purpose of the beta and release candidate periods is to ensure that it’s been correctly merged into Core.”

\n

Initial feedback on the schedule changes indicate that some user would appreciate a longer RC period, since the code being tested has changed so often.

\n

“The API freeze just happened in version 4.2, so saying the editor has been available for over a year in anywhere near its current state doesn’t make sense for a 7-day RC period on such a major change,” WordPress trainer and developer Brian Hogg said.

\n

“As an example, just in the last version or two the hover-over menu to remove a block has been taken out and tucked away at the top menu (which was available as shown in https://youtu.be/yjqW_IS6Q7w?t=80), with little time for anyone to provide usability feedback on changes like this.”

\n

Those who are creating training materials and videos have been waiting for a bit of a reprieve in Gutenberg development to make sure their materials are accurate and ready for 5.0.

\n

“Knowing it’s an RC means we can assume a level of ‘this is how it will be’ that just isn’t necessarily with pre-RC versions,” Modern Tribe developer George Gecewicz commented on the post. “That relative certainty is useful for testing aggressively, finalizing design/UI stuff, and revealing post-merge bugs.”

\n

Gutenberg 4.1 was supposed to be the “UI freeze” milestone, but that hasn’t happened yet with several changes introduced in 4.2.

\n
\n

The \"freeze\" in \"UI freeze\" doesn\'t mean you can thaw it and change it willy nilly. Some of us rely on such landmarks to do our work.

\n

— Morten Rand-Hendriksen (@mor10) November 5, 2018

\n

\n

There should be short window of time before 5.0 is released where training materials can be finalized. However, the Gutenberg team plans to continue on from there with its same pace of development.

\n

“Over the past six months, there has been a release every two weeks,” Pendergast said. “We’ll plan to continue that over the first few WordPress 5.0.x releases, to ensure that bug fixes are available as quickly as possible. How soon should we expect WordPress 5.0.1? Approximately two weeks after WordPress 5.0, unless we see bug reports that indicate a need for a faster release.”

\n

WordPress 5.0 is on schedule for its original release date, but there is still a possibility for the the release to be delayed. Matt Mullenweg, commenting on responses to the accessibility team’s assessment of Gutenberg, said that delaying the release has “definitely been considered” and that it may still happen. His response also indicates that WordPress users can expect the pace of core development to continue along the path Gutenberg has carved.

\n

“Despite some differences that still need be resolved, there’s general consensus that the long-term way to create the best WP experience for all types of users is not something you can tack on with 5-6 weeks at the end, but will be the result of continuing the continuous iteration we’ve had with the 42 public releases of Gutenberg so far,” Mullenweg said. “It means we can get improvements into the hands of users within weeks following a release, not months (or years) as was the old model with WordPress.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2018 18:39:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 5.0 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/11/wordpress-5-0-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3164:\"

WordPress 5.0 Beta 3 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.

\n\n\n\n

There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

WordPress 5.0 is slated for release on November 19, and we need your help to get there. Here are some of the big issues that we’ve fixed since Beta 2:

\n\n\n\n

Block Editor

\n\n\n\n

The block editor has been updated to include all of the features and bug fixes from the upcoming Gutenberg 4.2 release. Additionally, there are some newer bug fixes and features, such as:

\n\n\n\n\n\n\n\n

Twenty Nineteen

\n\n\n\n

Twenty Nineteen has been updated from its GitHub repository, this version is full of new goodies to check out:

\n\n\n\n\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! 

\n\n\n\n

If you’re able to contribute with coding or testing changes, we have a multitude of bug scrubs scheduled this week, we’d love to have as many people as we can ensuring all bugs reported get the attention they deserve.

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n
\n\n\n\n

WordPress Five Point Oh
is just two short weeks away.
Thank you for helping!
\"?\"

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2018 00:20:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: GitHub Rolls Out More Small Improvements as Part of Project Paper Cuts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/github-rolls-out-more-small-improvements-as-part-of-project-paper-cuts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4625:\"

In August, GitHub announced Project Paper Cuts, an effort aimed at bringing small improvements to the developer and project maintainer experiences. These are fixes for issues that don’t generally fall within larger initiatives. Some of the first improvements that have already been implemented include the following:

\n\n

One of the latest improvements allows repository admins to transfer an issue that has been misfiled to another repository where it belongs. At the moment it only works within the same GitHub organization account. Initial feedback from users indicates many would appreciate this feature require push permissions, instead of admin permissions, as there are likely more users who can help in the bug tracker with moving issues, setting labels, and closing bugs.

\n
\n

Issue filed in the wrong repo?

\n

We know your pain! And now we\'ve got a fix.

\n

Repo admins can transfer issues to wherever they belong. \"?\" pic.twitter.com/rPwNng7ZOl

\n

— GitHub (@github) October 31, 2018

\n

\n

The “suggested changes” feature GitHub introduced in beta two weeks ago seems to have been adopted fairly quickly by users. Suggested Changes lets users suggest a change to code in a pull request. These changes can be accepted by the author or assignees with one click and then committed.

\n

\n

GitHub reports more than 10 percent of all reviewers suggested at least one change. They have received 100,000 suggestions and estimate that 4% of all review commits created have included a suggestion. Based on feedback so far, GitHub put the following improvements on the roadmap for the Suggested Changes feature:

\n\n

Project Paper Cuts is borrowing heavily from Refined GitHub, a browser extension that simplifies the GitHub interface and adds useful features.

\n

“Full-time open source developer Sindre Sorhus has built a great browser extension that builds on and improves the GitHub experience, along with a fantastic community that has come together to discuss workflows and build their favorite features,” GitHub product manager Luke Hefson said. “Project Paper Cuts has taken inspiration from a lot of Refined GitHub’s additions, and we’re building some of the most-loved features right into GitHub itself.”

\n

GitHub is aiming to be more open and transparent with user feedback after the 2016 fiasco with disgruntled open source project maintainers. These fixes for small annoyances add up in the grand scheme of things to improve project workflow for millions of developers and project maintainers. The improvements are shipping out regularly and are all outlined in GitHub’s public changelog.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Nov 2018 18:58:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WPWeekly Episode 336 – Interview With Andrew Roberts, CEO and Co-founder of Tiny\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=85267&preview=true&preview_id=85267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wpweekly-episode-336-interview-with-andrew-roberts-ceo-and-co-founder-of-tiny\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2772:\"

In this episode, John James Jacoby and I are joined by Andrew Roberts, CEO and Co-founder of Tiny. Tiny is the company behind the popular open source library TinyMCE. Roberts shares his entrepreneurial journey, what the company plans on doing with its recent round of funding, and the relationship between TinyMCE and Gutenberg.

\n

Here is an excerpt from the show on what Roberts thinks about Gutenberg.

\n

I think that ultimately Gutenberg will be more innovative than just incrementally changing from the old editor experience toward block-based editing.

\n

I think you know Matt’s probably had a tough year with some of the criticisms around Gutenberg but I admire his courage and leadership because if he hadn’t put his brand equity on the line, if he hadn’t invested his goodwill in doing this, this would never be launching in a month from now.

\n

There may be a painful year or two but in the grand scheme of things this will turn out for the better. It’s taken a lot of courage and bravery for him to do that. He’s taken a lot of shots in the back, but you know that’s why he gets paid the big bucks as they say.

\n

Stories Discussed:

\n

WordPress 5.0 Beta 1
\nWordPress Accessibility Team Delivers Sobering Assessment of Gutenberg: “We have to draw a line.”
\nWooCommerce 3.5 Introduces REST API v3, Improves Transactional Emails
\nWP Engine Acquires Array Themes

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, November 7th 3:00 P.M. Eastern

\n

Subscribe to WordPress Weekly via Itunes

\n

Subscribe to WordPress Weekly via RSS

\n

Subscribe to WordPress Weekly via Stitcher Radio

\n

Subscribe to WordPress Weekly via Google Play

\n

Listen To Episode #336:
\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Nov 2018 13:25:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: How to Add an Image to A Paragraph Block in Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/how-to-add-an-image-to-a-paragraph-block-in-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2393:\"

WordPress 5.0 is on the horizon and with it comes a number of opportunities to explain how to get things done in the new editor.

\n\n\n\n

Testing Scenario

\n\n\n\n

A user has written three paragraphs and decides to add an image to the second paragraph. This user wants the image to be aligned to the right.

\n\n\n\n

Accomplishing the Task in the Classic Editor

\n\n\n\n

The classic editor is essentially one big block. Adding media to a paragraph is as quick as placing the mouse cursor at the beginning of a paragraph, clicking the add new media button, selecting or uploading an image, and choosing its alignment.

\n\n\n\n

Accomplishing the Task in Gutenberg

\n\n\n\n

In Gutenberg, each paragraph is a block and each block has its own toolbar. This is important because after writing three paragraphs, you can’t click on an add media button. Instead, you need to create an image block.

\n\n\n\n

Once you’ve selected an image, you need to move the image block above the paragraph block where you want to insert it. At first, you might try to drag and drop the image into the paragraph but that doesn’t work. You need to use the up and down arrows or drag the block into position.

\n\n\n\n

Once the image block is in the correct location, click the align right icon. The image will be inserted into the right side of the paragraph block.

\n\n\n\nA Right Aligned Image Inside of A Paragraph Block\n\n\n\n

If you want to move the image to a different paragraph block, you’ll need to click the Align center button which turns the image back into its own block and repeat the process described above.

\n\n\n\n

Adding Images to Paragraphs in the Classic Editor Is Easier

\n\n\n\n

The task I described above is one I think millions of users will have trouble completing when WordPress 5.0 is released. In the Classic editor, the writing flow doesn’t feel disjointed when you want to add images or embed content into posts.

\n\n\n\n

In Gutenberg, everything is a block which in many cases, causes the flow to be disrupted as you need to figure out what block you need, how to manipulate it, where to move it, find where the options are, etc.

\n\n\n\n

The process of adding images to paragraphs will likely improve after WordPress 5.0 is released but until then, the Classic editor wins this use case.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Nov 2018 11:35:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Google’s reCAPTCHA v3 Promises a “Frictionless User Experience”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/googles-recaptcha-v3-promises-a-frictionless-user-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3218:\"

Google introduced reCAPTCHA v3 this week, which promises a new “frictionless user experience.” Earlier versions of the API stopped bots but also drew the ire of internet users across the globe. Users were regularly inconvenienced with distorted text challenges, street sign puzzles, click requirements, and other actions to prove their humanity.

\n

v3 offers a marked improvement by detecting bots in the background and returning a score that tells the admin if the interaction is suspicious. It scores traffic with its Adaptive Risk Analysis Engine instead of forcing human users to perform interactive challenges. The score can be used three different ways:

\n\n

v3 give site owners more options to customize the thresholds and actions for different types of traffic. The video below explains how it works and the developer docs have more information on frontend integration and score interpretation.

\n

\n

Site owners can view their traffic in the reCAPTCHA admin console. It also displays a list of all of your sites and what version of the API they are using.

\n

\n

The admin console also has a form for registering new sites:

\n

\n

The WordPress Plugin Directory has dozens of standalone plugins and contact forms that make use of reCAPTCHA in some way. Sites that are already set up to use v2 or the Invisible CAPTCHA, will not automatically update to use v3. There’s a different signup and implementation process that the site owner has to perform before having it integrated on the site.

\n

WordPress plugin developers who offer reCAPTCHA will have to decide if they want to update existing plugins to use v3 or package a v3 offering in a new plugin. The reCAPTCHA v1 API was shut down earlier this year in March. Google’s reCAPTCHA PHP client library on GitHub is still actively encouraging use of both v2 and v3. A date has not been announced for v2 to be deprecated.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Nov 2018 00:09:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Dev Blog: Quarterly Updates | Q3 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2018/11/quarterly-updates-q3-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14624:\"

To keep everyone aware of big projects and efforts across WordPress contributor teams, I’ve reached out to each team’s listed representatives. I asked each of them to share their Top Priority (and when they hope for it to be completed), as well as their biggest Wins and Worries. Have questions? I’ve included a link to each team’s site in the headings.

\n\n\n

Accessibility

\n

\n\n

\n

CLI

\n

\n\n

\n

Community

\n

\n\n

\n

Core

\n

\n\n

\n

Design

\n

\n\n

\n

Documentation

\n

\n\n

\n

Hosting

\n

\n\n

\n

Marketing

\n

\n\n

\n

Meta (WordPress.org Site)

\n

\n\n

\n

Mobile

\n

\n\n

\n

Plugins

\n

\n\n

\n

Polyglots

\n

\n\n

\n

Support

\n

\n\n

\n

Theme Review

\n

\n\n

\n

\n

Training

\n

\n\n

\n

Interested in updates from the last quarter? You can find those here: https://wordpress.org/news/2018/07/quarterly-updates-q2-2018/

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Nov 2018 16:46:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Dev Blog: The Month in WordPress: October 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/11/the-month-in-wordpress-october-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8136:\"

Teams across the WordPress project are working hard to make sure everything is ready for the upcoming release of WordPress 5.0. Find out what’s going on and how you can get involved.

\n\n\n\n
\n\n\n\n

The Plan for WordPress 5.0

\n\n\n\n

Early this month, the planned release schedule was announced for WordPress 5.0, which was updated a few weeks later. WordPress 5.0 is a highly anticipated release, as it’s the official  launch of Gutenberg — the new block editor for WordPress Core. For more detail, check out this  granular timeline.

\n\n\n\n

Along with the planned release schedule, @matt, who is heading up this release, announced leads for critical focuses on the project, including @matveb, @karmatosed, @laurelfulford, @allancole, @lonelyvegan, @omarreiss, @antpb, @pento, @chanthaboune, @danielbachhuber, and @mcsf.

\n\n\n\n

WordPress 5.0 is currently in its second beta phase and will soon move to the release candidate status. Help test this release right now by installing the WordPress Beta Tester plugin on your site.

\n\n\n\n

Want to get involved in building WordPress Core? Follow the Core team blog and join the #core channel in the Making WordPress Slack group. You can also help out by testing or translating the release into a local language.

\n\n\n\n

New Editor for WordPress Core

\n\n\n\n

Active development continues on Gutenberg, the new editing experience for WordPress Core. The latest release is feature complete, meaning that all further development on it will be to improve existing features and fix outstanding bugs.

\n\n\n\n

Some have raised concerns about Gutenberg’s accessibility, prompting the development team to detail some areas in which the new editor is accessible. To help improve things further, the team has made a public call for accessibility testers to assist.

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Gutenberg tag on the Core team blog and join the #core-editor channel in the Making WordPress Slack group. Read this guide to find areas where you can have the most impact.

\n\n\n\n

Migrating HelpHub to WordPress.org

\n\n\n\n

HelpHub is an ongoing project to move all of WordPress’ user documentation from the Codex to the WordPress Support portal.

\n\n\n\n

HelpHub has been developed on a separate staging server and it’s now time to migrate the new documentation to its home on WordPress.org. The plan is to have everything moved over  before WordPress 5.0 is released, so that all the new documentation will be available on the new platform from the start.

\n\n\n\n

The HelpHub team has published a call for volunteers to help with the migration. If you would like to get involved, join the #docs channel in the Making WordPress Slack group, and contact @atachibana to get started.

\n\n\n\n

A New Default Theme for WordPress

\n\n\n\n

A brand new default theme — Twenty Nineteen — has been announced with development being led by @allancole. The theme is packaged with WordPress 5.0, so it will be following the same release schedule as Core.

\n\n\n\n

The new theme is designed to integrate seamlessly with Gutenberg and showcase how you can build a theme alongside the new block editor and take advantage of the creative freedom that it offers.

\n\n\n\n

Want to help build Twenty Nineteen? Join in on the theme’s GitHub repo and join the #core-themes channel in the Making WordPress Slack group.

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

If you have a story we should consider including in the next “Month in WordPress” post, please submit it here.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Nov 2018 08:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Gutenberg Cloud Plugin for WordPress is Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/gutenberg-cloud-plugin-for-wordpress-is-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5938:\"

Frontkom, the team behind the Gutenberg Cloud project, has published the beta version of its WordPress plugin to the official repository. Cloud Blocks serves as a connector, allowing WordPress users to browse and install open source blocks from Gutenberg Cloud. The blocks are hosted on NPM and their assets are served from CloudFlare using unpkg.com.

\n

\n

Gutenberg Cloud’s online library of blocks is CMS agnostic, offering blocks for both Drupal and WordPress sites, and more CMSs in the future. The service advertises three key benefits for developers who host blocks on Gutenberg Cloud:

\n\n

Frontkom is actively recruiting WordPress developers to add blocks to the cloud to test the process. Documentation for migrating blocks from a plugin is available on GitHub. Frontkom has also produced a new boilerplate generator for building Gutenberg Cloud blocks.

\n

Users should note that the team is still ironing out the experience for developers adding blocks to the cloud, so the plugin isn’t yet ready for general use. It’s currently under active development.

\n

WordPress Developers Say Gutenberg Cloud May Not be the Best Way to Release Blocks but Platform has Potential

\n

I contacted some WordPress developers who have tested sending their blocks to Gutenberg Cloud to get their initial reactions to the platform.

\n

“The idea that folks will be able to install blocks a la carte is interesting,” CoBlocks author and ThemeBeans founder Rich Tabor said. “It’s pretty much as easy as installing plugins.”

\n

Tabor experimented with migrating his Block Gallery blocks and said the process was not difficult but he foresees difficulties in maintaining blocks across parent plugins and Gutenberg Cloud.

\n

“As a developer, I’m still not entirely convinced Gutenberg Cloud is the best way to release blocks, aside from relatively simple blocks,” Tabor said. “I personally lean towards building suites of blocks that share a relative purpose, instead of one plugin (or one Cloud Block instance) per block. For one, it cuts down on maintenance quite a bit, as custom components can be shared between blocks. And there’s much better discoverability on getting relative blocks in the hands of users — if they’re grouped together.”

\n

Block collections have been criticized for making it difficult to search for and discover individual blocks, but Tabor makes some good arguments for improving block discoverability by grouping together features users often need. That is the whole point of successful plugins like Jetpack, but this type of packaging also lends itself to criticism about bloat.

\n

“It’s a similar conundrum when we look at grouped/not grouped shortcode plugins,” Tabor said. “I suppose the main difference is that the nature of blocks is much more complicated than that of shortcodes. History seems to repeat itself.”

\n

Tabor said he is considering distributing a few of his free blocks through Gutenberg Cloud but he hasn’t fully decided yet.

\n

WordPress core contributor, Josh Pollock, who has worked extensively with React and Gutenberg, also tested the Gutenberg Cloud platform. He said he thinks it has a lot of potential for developers who write blocks that are mainly JavaScript already.

\n

“I could see how an agency that builds WordPress sites could save a lot of time and hassle building out a block library,” Pollock said. “As a plugin developer with a lot of little ideas, the pain and time of setting up a block and block environment, which no one has gotten right yet, makes me very excited about this.”

\n

Pollock also reported a positive experience with the create-cloud-block generator.

\n

“The code that create-cloud-block generates is well-written, but not too opinionated,” Pollock said. “The developer experience is both really cool — you preview your block in a functional Gutenberg-powered editor with no WordPress site attached — and a little frustrating as there is no live reload yet. I know they are just getting started and the tool doesn’t lock you into any structure, which is great. I’ll be keeping my eye on this project.”

\n

Frontkom CTO Per André Rønsen said his team will continue testing the cloud internally until they get more developer feedback on the corresponding WordPress plugin. For Drupal users, Gutenberg Cloud will be shipped as a submodule of Gutenberg, which means all sites that install Gutenberg will also get the Cloud module. It can, however, be disabled. Rønsen said his team plans to showcase Gutenberg Cloud for D8 at DrupalCamp Oslo in November.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Oct 2018 23:12:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Matt: What’s in My Bag, 2018 Edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48557\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://ma.tt/2018/10/whats-in-my-bag-2018-edition/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12451:\"\n\n\n\n
  1. SDR Kashmir Travel Folio, made with this super-cool material called Dyneema, which is twice as strong as Kevlar and 15 times as strong as steel, but virtually weightless.
  2. Garmin Forerunner 935 which is a triathlon watch, so it can tell me how much I don’t run, how much I don’t bike, and how much I don’t swim. Crazy sensors on it, and it’s lighter than an Apple Watch, which I tried again to use this year but wasn’t able to handle another device in my life that I had to charge daily. It has a weird charger, pictured next to it, but only needs charging once every few weeks so I don’t mind at all.
  3. This is the latest 15” grey touchbar MacBook Pro, customized by Uncover to have the Jetpack logo on it. I like the keyboard quietness and performance improvements of latest generation.
  4. Fit Pack 2 from Aer is the same I wrote a whole blog post about last year, and I still love and adore it every day. They have a few bigger and smaller packs, but the quality is just fantastic and I love all the pockets. Mine is starting to tear a little bit by one of the shoulder straps, but I do keep ~18lbs in it regularly.
  5. This is a grey wool buff, which works as a scarf, a hat, or an eye cover if I’m trying to sleep. I tried this out because of one of Tynan’s also-great gear posts.
  6. Passport, because you never know when you’ll need to leave the country.
  7. Kindle Oasis with this random case on it. I dig that this one is apparently waterproof — which I’ve never tested — but doesn’t feel like we’ve found the perfect size and weight balance yet. Reading is my favorite activity right now so this is my most-loved item.
  8. Imazing 10k charger. Great capacity, charges via USB-C. (2nd year)
  9. I’ve started carrying around some stationery so I can write notes to people when I’m on the road. Now I just need better handwriting…
  10. Delfonics is a funky-cool Japanese stationery, and this 3”x4” Rollbahn notebook is tops, and actually fits in my pocket. The Amazon one linked might be larger, I found it at Paper-Ya on Granville Island.
  11. A small leather bracelet I got in Seoul, Korea.
  12. Two things here: a rolled-up chamois cloth for cleaning glasses, inspired by my late friend Dean, and a WordPress ring I wear sometimes.
  13. Three pens here: A cool customized one we did for Automatticians; a Lamy Accent 4pen which has red, blue, black, and a mechanical pencil built in; a Sharpie for signing stuff.
  14. Have gone away from the carbon fiber clip and now using this small Paul Smith card wallet.
  15. Apple Magic Mouse 2. When this one breaks I’ll switch it out for a black one.
  16. Charger for the MacBook Pro.
  17. A super small international adapter, which is also nice for converting the 3-prong in the next item into a 2-prong. It’s Lenmar but I’m not going to link Amazon because they’re charging too much, just picked up in an airport store.
  18. Probably my favorite new item of the year: I have given Native Union a hard time in the past but super love this combo extension cord and USB charger. It is an 8-foot extension cord, which is remarkably handy, has two AC outlets, 3 USB ports, and one USB-C. Total life-saver.
  19. A dyneema accessory pouch, retaW aoyama / tokyo fragrance lipcream, Aveda Peppymint breath refresher, Aesop Ginger Flight Therapy roller, a spray hand cleanser, and Mintia COLDSMASH.
  20. District Vision makes these these running sunglasses in Japan, which I found at the Snow Peak store in NYC.
  21. These sunglasses are a collaboration between Salt and Aether.
  22. A single-use packet of Sriracha. Hot sauce in your bag? Swag.
  23. A palo santo smudge stick, smells great when you burn it. I’m turning into a hippie.
  24. Hermes business card holder.
  25. iPhone XS with a Jetpack Popsocket.
  26. Pixel 2, now replaced by a Pixel 3 XL.
  27. This is a bag with some small opals I gave as a Burning Man gift.
  28. iPad Pro 10.5 and Apple sleeve with Pencil holder, which is still one of my favorite gadgets of the year. Everything about this device just works and is a pleasure to use, and I’ve already ordered the new 11″ Pro and related accessories.
  29. Half meter (the perfect size) lightning cable.
  30. Apple USB-C dongle.
  31. Cool multi-function USB cable with lightning, two micro-USBs, and USB-C. I give these away all the time now and it’s nice to pair with the battery in #8 because I know I can charge anybody with this thing.
  32. Short USB-C.
  33. Combo micro-USB and Lightning.
  34. Short lightning cable, just like 29.
  35. Velcro cable ties, great for tidying pretty much anything. I just take a few out of the big pack and roll them up to travel with.
  36. Retractable USB-C, don’t love these as they break but it’s the best of what’s out there.
  37. USB-C to Lightning, great for super-fast charging.
  38. My favorite USB-C hub so far, the Satechi Aluminum Type-C Multimedia Adapter with 4K HDMI, Mini DP, USB-C PD, Gigabit Ethernet, USB 3.0, Micro/SD Card Slots. Pretty much everything you could possibly need.
  39. A pretty handy Ventev dashport car port charger that’s small and light. (2nd year)
  40. A few spare SIM cards, some SD cards, thingy to poke SIM card holder, and combo USB-C / USB-A 64gb stick.
  41. Lockpick set. (4th year)
  42. Bragi Pro custom earphones. For many years I had custom in-ear monitors, but the convenience of wireless overcame that, even before they started taking headphone jacks out of phones. Bragi now allows you to send in ear molds from an audiologist and they’ll make these custom true wireless headphones that fit and sound great, but I have trouble recommending because the case is so heavy and once got so jammed I almost thought I’d have to throw the whole thing away, and the app has never been able to “connect” for me because it gets stuck on turning on some fitness sensors. If it could connect I think I could turn off the other feature that is annoying, which is the touch controls that I find get triggered by my hat or when my head is against a chair. So, a qualified “maybe try this.”
  43. Sennheiser Culture Series Wideband Headset, which I use for podcasts, Skype, Facetime, Zoom, and Google Hangout calls with external folks and teams inside of Automattic. Light, comfortable, great sound quality, and great at blocking out background noise so you don’t annoy other people on the call. I’d love to replace this with something wireless but haven’t found one with as high fidelity audio.
  44. GL.iNet GL-AR750 Travel AC Router which I use to create wifi networks different places I go, which is often faster than hotel/etc wifi, and I can also VPN encrypt all my traffic through it. Pretty handy! But not user-friendly. Often keep it in my suitcase and not my backpack. I have a retractable Ethernet and micro-USB attached to it.
  45. Matte black Airpods. I love Airpods and these look super cool, I think these were from BlackPods which looks shut down now but Colorware has some alternatives. (2nd year)
  46. Westone ES49 custom earplugs, for if I go to concerts or anyplace overly loud. (4th year)
  47. An ultralight running jacket I think I got at Lululemon Lab in Vancouver. They don’t have anything like it available online right now but it folds up ultra-tiny, weighs nothing, and is a nice layer for on an airplane. My only complaint (as with all Lululemon products) is the low quality of the zipper. (2nd year)
\n\n\n\n

That’s it for this year. As a bonus I’ll link some of my favorite other-bag items including toiletries: Muji dopp kit bag, these amazing travel bottles for creams, travel atomizer, Elysium Basis, Muji q-tips, Aesop Two Minds Facial Hydrator, Sunleya Sun Care SPF 15, folding brush / comb, Philips Sonicare Brush, Aesop toothpaste, Tom’s SLS-free toothpaste, Orabrush cleaner.

\n\n\n\n

If you’re curious, here are the previous years: 2014, 2016, 2017.

\n\n\n\n

If you have any questions please leave them in the comments!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Oct 2018 03:44:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WordPress.com and Jetpack Launch New Activity Feature for Monitoring Website Changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85171\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/wordpress-com-and-jetpack-launch-new-activity-feature-for-monitoring-website-changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3652:\"

WordPress.com launched a new Activity feature today, a tool for monitoring changes that occur on the site and actions initiated through the admin. It’s also available for Jetpack-enabled sites and the activity log can be viewed on WordPress.com or on the WordPress mobile apps.

\n

\n

Activity logs the following actions and presents them in an easy-to-read timeline on WordPress.com:

\n\n

The Activity log can be useful for debugging client sites where the client cannot remember the actions they performed that changed their website. Users can also update plugins and themes directly from the activity log.

\n

\n

WordPress.com’s new Activity feature is reminiscent of XWP’s Stream plugin, which launched in 2013 with similar admin logging features stored locally. It offers support for multisite as well as several popular plugins, such as ACF, bbPress, BuddyPress, EDD, Gravity Forms, WooCommerce, Yoast SEO, and Jetpack. Stream hasn’t gained much traction in recent years with just 30,000 active installations.

\n

In 2014, Stream’s creators explored offering Stream as a service where the logs were stored in AWS and included configurable SMS notifications. The service was shut down in 2015 in favor of storing the activity logs locally due to the expense of cloud storage. Shortly after that it was acquired by XWP.

\n

Automattic is also exploring offering its new Activity feature as a paid service. Currently sites on the Free plan only have access to the last 20 most recent events. Access is tiered based on the plan. Personal and Premium users have access to activities from the last 30 days and Professional users can see all activities for the past year. The ability to filter activities by type is also restricted to paid users only.

\n

Jetpack site owners should note that Activity is activated by default – it’s not a module that can be turned on or off. The feature doesn’t send any new data to WordPress.com but rather offers a new interface for data that is already synced.

\n

The full list of activities the feature collects, as well as privacy information related to data retention, is available for WordPress.com and Jetpack sites in the documentation for the feature. Users can report bugs to the Calypso GitHub repository.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Oct 2018 03:04:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: WordPress Accessibility Team Delivers Sobering Assessment of Gutenberg: “We have to draw a line.”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/wordpress-accessibility-team-delivers-sobering-assessment-of-gutenberg-we-have-to-draw-a-line\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9807:\"photo credit: classroomcamera DSC03657(license)\n

WordPress’ accessibility team has published a statement on the level of overall accessibility of Gutenberg. The team, largely a group of unpaid volunteers, collaborated on a detailed assessment that publicly challenges Gutenberg’s readiness for core in a way that no other WordPress team has done through official channels to date. After a week of testing the most recent version of the plugin, the team concluded that they cannot recommend Gutenberg to be used by anyone who relies on assistive technology.

\n

The Accessibility team – like any team in WordPress – has no specific authority over the project. Because we’re a small team of volunteers, we’ve been pragmatic in how we apply the guidelines. We have made tradeoffs in prioritization. Gutenberg is a place where we feel it is necessary to draw a line. The ability to author, edit, and publish posts is the primary purpose of WordPress.

\n

Accessibility team rep Joe Dolson, speaking on behalf of the team, cited cognitive load and complexity, inconsistent user interface behavior, heavy reliance on keyboard shortcuts, and difficulties with keyboard navigation through blocks, among other concerns about Gutenberg. He outlined an example of the keyboard sequence required to do something as simple as change the font size in a paragraph block. It currently requires 34 separate keyboard stops, and even more if the tester doesn’t have prior knowledge of how to navigate Gutenberg.

\n

“Because the complexity of interaction with Gutenberg is an order of magnitude greater than in the classic editor, we believe that Gutenberg is less accessible than the existing classic editor, though it offers many great features that are not available in the current editor,” Dolson said.

\n

This assessment echoes many of the common themes found in Gutenberg’s reviews on WordPress.org, even among the most recent reviews of the latest version. Ratings are currently hovering at 2.3 out of 5 stars. Users have repeatedly said the interface is “far too heavily reliant on hover based functionality.” Even those without accessibility needs find it confusing, unintuitive, and difficult to navigate content. Some testers find it nearly impossible to do what they want to do with it.

\n

The positive reviews recognize the software as a work in progress and testers seem more aware of the overall vision for the plugin. They are excited about some of the more advanced features that blocks offer, but many positive reviewers urge WordPress to give it more time before making it the default editor.

\n

The accessibility team is convinced that the main accessibility issues in Gutenberg stem from design issues.

\n

“Gutenberg is the way of the future in WordPress, but the direction it has taken so far has been worrying,” Dolson said. “We do not want to miss the opportunity to build a modern and inclusive application for WordPress, but in order to achieve that goal, accessibility needs to incorporated in all design processes in the project.

\n

“These problems are solvable. Retrofitting accessibility is not an effective process. It is costly in terms of time and resources.”

\n

In a recent post titled Iterating on Merge Proposals, Gary Pendergast, who is leading the merge of Gutenberg into core, acknowledged that they could have asked for the accessibility team’s help much earlier in the process.

\n

“The Accessibility team should’ve been consulted more closely, much earlier in the process, and that’s a mistake I expect to see rectified as the Gutenberg project moves into its next phase after WordPress 5.0,” Pendergast said. “While Gutenberg has always aimed to prioritize accessibility, both providing tools to make the block editor more accessible, as well as encouraging authors to publish accessible content, there are still areas where we can improve.”

\n

At this time there has been no official response to the accessibility team’s assessment. It does not look like it will meaningfully impact the release date, as Beta 2 went out last night and RC 1 is planned for release today. If the core dev chats are any indication, contributors involved in 5.0 seem to be on board with the ambitious timeline for its release.

\n

In a post titled “Accessibility in Gutenberg is not a one-more feature,” core developer Drew Jaynes urges the project’s leadership and contributors not to compromise core accessibility standards for the sake of an expedited timeline.

\n

“Please let’s not make the ‘new standard’ be that we’re willing to ship technically accessible but perhaps not entirely usable-for-all features; let’s not define it as one that sacrifices standards core to the WordPress experience in the name of perceived expediency; let’s not define it as the new default authoring experience for all users when not all users can use it well,” Jaynes said.

\n

WordPress 5.0 release lead Matt Mullenweg has frequently said the release will ship when it’s ready. He contends that the interface has been continually modified for accessibility needs throughout the process of developing Gutenberg.

\n
\n

Modifying the interface to accomodate a11y is the compromise, it has been continuous throughout the process. I don\'t know how to achieve the imaginary bar you\'re setting up.

\n

— Matt Mullenweg (@photomatt) October 26, 2018

\n

\n

Matthew MacPherson, Gutenberg’s accessibility lead, was not immediately available for comment on the team’s assessment. Ultimately, the decision to delay the release will fall to Mullenweg and his leadership team. The accessibility team, however, will not lend its endorsement of Gutenberg at this time:

\n

The accessibility team will continue to work to support Gutenberg to the best of our ability. However, based on its current status, we cannot recommend that anybody who has a need for assistive technology allow it to be in use on any sites they need to use at this time.

\n

Gutenberg is now 20 days away from landing in WordPress 5.0, but this does not leave enough time to solve the design and architectural issues the accessibility team has identified. They have proposed a notice on the 5.0 release to inform administrators of Gutenberg’s inadequacy for users of assistive technology, with a prompt to install the Classic Editor plugin. Many people with accessibility needs depend on the WordPress editor in order to do their work and will need to stick with the old interface. The proposal has been closed with a note indicating that 5.0 will point users to the Classic Editor plugin if they need it.

\n

The mistake of not having consulted accessibility experts in the design phase cannot be easily rectified at this point, but the Classic Editor is still available for those who need to preserve their same workflow. The conflict lies in whether WordPress should ship a new editor that those with accessibility needs cannot immediately use. It is a somewhat painful and frustrating outcome for those users when the entire ecosystem is rapidly moving towards Gutenberg as the standard.

\n

Either the accessibility and usability issues the team identified are not as bad as they purport or this document is a last-minute clarion call that could prevent WordPress from shipping an editor that excludes users who rely on assistive technology. Due to the gravity of their claims, the accessibility team’s statement on Gutenberg demands an official response.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Oct 2018 19:16:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 5.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2230:\"

WordPress 5.0 Beta 2 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version.

\n\n\n\n

There are two ways to test the WordPress 5.0 Beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

WordPress 5.0 is slated for release on November 19, and we need your help to get there. Here are some of the big issues that we fixed since Beta 1:

\n\n\n\n

Block Editor

\n\n\n\n

We’ve updated to the latest version of the block editor from the Gutenberg plugin, which includes the new Format API, embedding improvements, and a variety of bug fixes.

\n\n\n\n

Meta boxes had a few bugs, and they weren’t showing at all in the block editor, so we’ve fixed and polished there.

\n\n\n\n

Internationalisation

\n\n\n\n

We’ve added support for registering and loading JavaScript translation files.

\n\n\n\n

Twenty Nineteen

\n\n\n\n

The Twenty Nineteen repository is a hive of activity, there have been a stack of minor bugs clean up, and some notable additions:

\n\n\n\n\n\n\n\n

Everything Else

\n\n\n\n

The REST API has a couple of bug fixes and performance improvements. PHP 7.3 compatibility has been improved.

\n\n\n\n
\n\n\n\n

We’re fixing the bugs:
All the ones you’ve reported.
Some that we’ve found, too.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Oct 2018 05:04:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: php[world] 2018 to Feature Full-Day Gutenberg Development Workshop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/phpworld-2018-to-feature-full-day-gutenberg-development-workshop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4715:\"

The fourth annual php[world] conference is just two weeks away. The event is dedicated to uniting the PHP community and will be held November 14-15, 2018, in Washington, D.C.

\n

This year the organizing team created a “Content Advisory Board” to ensure the event included sessions that will appeal to everyone. The board includes two WordPress Developers, two Drupal developers, and two more more general PHP developers. They reviewed all incoming talk submissions and gave organizers ideas on what they thought would be of greatest interest to each community.

\n

php[world] has traditionally included several topics and speakers from the WordPress world. This year the program features a full-day training workshop on Gutenberg development led by Josh Pollock and Zac Gordon. The workshop is called The Future of WordPress Development and is available through a separate day ticket.

\n

“We’ve always tried to focus php[world] on being the PHP conference that appeals to WordPress and Drupal developers as well,” conference co-chair Eli White said. “We all write PHP (and JavaScript) code, and the DC area is full of WordPress and Drupal development shops. In fact, the majority of people in the local PHP user groups are doing WordPress development anyway. So we should all just be learning from each other.

\n

“For WordPress, that was obviously Gutenberg. Currently the release date for WordPress 5.0 and Gutenberg is November 19th, just a few days after php[world], and so it’s a really important topic for any developer who works with WordPress to be familiar with.”

\n

Workshop attendees can expect to become better acquainted with extending Gutenberg. The instructors plan to cover the basics of block creation as well as more advanced topics like making blocks dynamic and creating advanced blocks with the WordPress REST API and Redux.

\n

“For the workshop, our goal is to get folks comfortable with what they could do with Gutenberg,” Josh Pollock said. “We’ll cover the anatomy of a block, and different patterns for creating simple and complex blocks. We’ll go over each of the types of block types you can create and have hands-on time to play with these new skills and ask real time questions.

\n

“Developers should leave with an understanding of the different types of blocks they can build and why. They’ll also get plenty of example code, links, and advice they can use when it’s time to build blocks for their own WordPress projects.”

\n

The event includes a few other sessions geared towards WordPress developers: David Wolfpaw is giving a workshop called “Building WordPress Themes: A Primer” and Mo Jangda from Automattic is giving a talk on “How to Handle a Site Outage.” There is another full-day training on modern PHP security that happens the day before the Gutenberg workshop that White said the WordPress Developers on the content board urged them to include.

\n

The main conference is also hosting many sessions that would benefit WordPress developers who want to sharpen their PHP skills. A few highlights include:

\n\n

Check out the full schedule on the php[world] website.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Oct 2018 22:36:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WooCommerce 3.5 Introduces REST API v3, Improves Transactional Emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/woocommerce-3-5-introduces-rest-api-v3-improves-transactional-emails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3596:\"

WooCommerce 3.5 was released this week. It’s a minor update that has been in development since May and began testing in September. The release should be backwards compatible to version 3.0 of the plugin but users are always advised to test all of their themes and extensions before updating.

\n

Store owners can expect to see a change in the copy of the default transactional emails. They have been updated to be friendlier and more human. This is particularly important for the customer-facing emails. All of the following have been updated: on-hold, processing, completed, refunded both full and partially, invoice both with a pending and non-pending status, customer notes, password reset, new account. The default content in the store admin emails has also been improved.

\n

\n

The WooCommerce team anticipates that the updates to the transactional emails will reduce the need for store owners to customize their email templates. It also gives customers a better, friendlier connection to the store. More updates to the email content editing experience are planned for 2019.

\n

Store owners may also benefit from the new option to set a low stock threshold in the inventory tab for individual products, export products by category to the CSV exporter, and define custom product placeholder images that will resize to correct store aspect ratio.

\n

The WooCommerce REST API continues to evolve with v3 introduced in this release. It adds new endpoints required for the wc-admin feature plugin, the React-powered WooCommerce admin interface that was featured at last week’s WooSesh. REST API v3 also adds new features to existing endpoints while maintaining backwards compatibility with legacy API versions.

\n

WooCommerce 3.5 introduces support for the Custom Product Tables feature plugin, which is being developed to improve store performance and scalability. In some cases storing product data in custom tables has brought 30% faster page loads.

\n

In version 3.5 the “Preview Changes” button was removed from the publish meta box when editing products. If you’re missing it, Rémi Corson published a quick CSS snippet to bring it back.

\n

Check out the release post for a full rundown of all the updates, deprecations, and template file changes in version 3.5.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 Oct 2018 02:15:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WPTavern: WP Engine Acquires Array Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85078\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wptavern.com/wp-engine-acquires-array-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5848:\"

WP Engine has acquired Array Themes and Atomic Blocks from Mike McAlister for an undisclosed amount. McAlister has been developing WordPress themes since 2009. He initially sold his themes on ThemeForest. In 2011, he founded Array Themes.

\n

I reached out to McAlister to learn why he chose to be acquired, what excites him most about Gutenberg, and what the plans are going forward.

\n

Interview with Mike McAlister

\n

What ultimately made you decide to move on from managing your own theme and products company to a larger, more established company?

\n

The catalyst was when Brian Gardner reached out this summer and started a conversation about joining his team at WP Engine. As I told him at the time, he certainly wasn’t the first to make that offer, but he was definitely the most interesting. I had always respected Brian’s ethos on quality and design and really enjoyed our chats over the years.

\n

Once I started meeting folks at WP Engine like Jason Cohen and David Vogelpohl, it became obvious that we were all striving for the same future and outcome for customers. It just made sense to join forces to make it happen together.

\n

This was also a unique opportunity for me to start fresh and focus on crafting products with a stellar team. Although I was able to create an industry-respected theme collection and recently the Atomic Blocks plugin for Gutenberg, I wanted a new challenge.

\n

Couldn’t Array Themes have been built to directly support the Genesis framework without being acquired by WP Engine?

\n

It would be a lot of work to infuse the Array Themes collection and Genesis. The idea wasn’t exactly to bring Genesis to Array, rather to bring the expertise and craft of Array and Atomic Blocks to WP Engine, StudioPress and Gutenberg.

\n

StudioPress already has one of the biggest and best theme collections out there and is doubling down on Gutenberg support. I’m going to contribute what I’ve learned building Array Themes and Atomic Blocks to make the StudioPress offering even better.

\n

Will future themes require the Genesis framework?

\n

Although there will not be any new themes released under the Array Themes brand, some of the designs will live on as StudioPress themes in the future and those will be powered by the Genesis framework.

\n

We’re working on some really exciting new themes and features for Genesis that are going to continue making it the go-to solution for creating beautiful websites on WordPress, especially in the Gutenberg era.

\n

What do you think of the consolidation of brands in the WordPress space?

\n

We’re seeing a very unique and transitional time in the WordPress industry. The old way of doing things is going out the window as WordPress and its community changes before our eyes.

\n

Now, more than ever, WordPress needs companies with stellar talent to help usher it through to the next era and contribute to its long term success. I’m excited to be part of a team that is willing to take on that challenge!

\n

I can’t speak to the motivations of other businesses in the WordPress space, but the WP Engine acquisition of the Array product suite makes a lot of sense.

\n

With their recent acquisition of StudioPress, Array Themes, and Atomic Blocks, WP Engine is showing its customers and the WordPress community that they are doubling down on quality, design, Gutenberg, and an unmatched customer experience. These are all shared qualities between these individual entities and part of the long term strategy at WP Engine.

\n

What excites you most about Gutenberg?

\n

I’ve been excited about Gutenberg for over a year now. I was one of the first WordPress product developers to release a blocks plugin, a Gutenberg-friendly theme, a blog with tutorials, and the Gutenberg News site.

\n

I created all of these resources as a way of learning Gutenberg as well as contributing back to the community, and I will continue to do that with WP Engine and StudioPress!

\n

Gutenberg unlocks the WordPress editor and the endless opportunities that follow for content creators, developers, and everyone in between. Gutenberg is already responsible for a flood of new products and new solutions to problems the classic editor couldn’t solve and it hasn’t even been merged into core yet!

\n

The reality here is that Gutenberg isn’t just the future of WordPress, it’s the future of the Internet.

\n

Discounts Available for Array Themes Customers

\n

McAlister is joining WP Engine as a full-time employee. In addition, John Parris, a code wrangler for Array Themes has also joined WP Engine.

\n

StudioPress and WP Engine are offering discounts to single theme and theme club members. Those who purchased a lifetime membership will receive free access to the StudioPress Pro Plus All-Theme package with support and updates.

\n

To learn more about these discounts and how the acquisition came about, check out McAlister’s post where he says thanks and farewell to his customers.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Oct 2018 23:08:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Gary: Iterating on Merge Proposals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=2535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://pento.net/2018/10/26/iterating-on-merge-proposals/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5759:\"

Developing new WordPress features as plugins has been a wonderfully valuable process for all sorts of features to come into being, from the MP6 Dashboard Redesign, to oEmbed endpoints, and including multiple Customiser enhancements over the years. Thanks to the flexibility that this model offers, folks have been able to iterate rapidly on a wide range of features, touching just about every part of WordPress.

\n\n\n\n

The “Features as Plugins” idea was first introduced during the WordPress 3.7 development cycle, during which the features were merged after a short discussion during a core chat: it was only in the WordPress 3.8 cycle that the idea of a merge proposal post (called “Present Your Feature” back then) came into being. It was envisioned as a way to consult with WordPress leaders, key contributors, and the wider WordPress community on the readiness of this feature to be released. Ultimately, WordPress leaders would make a decision on whether the feature was right for WordPress, and the release lead would decide if it was ready for that release.

\n\n\n\n

Since then, most feature plugins have published some form of merge proposal post before they were ultimately merged into WordPress, and they’ve nearly all benefited to some degree from this process.

\n\n\n\n

The merge proposal process has worked well for smaller features, but it struggled with larger changes.

\n\n\n\n

The REST API is a great example of where the merge proposal process didn’t work. The REST API was a significant change, and trying to communicate the scope of that change within the bounds of a single merge proposal post didn’t really do it justice. It was impossible to convey everything that was changing, how it all worked together, and what it meant for WordPress.

\n\n\n\n

I’d go so far as to say that the shortcomings of the merge proposal process are at least partially responsible for why the REST API hasn’t seen the level of adoption we’d hoped for. It’s managed to gain a moderate amount of popularity with WordPress development agencies, and a handful of plugins use it in some ways, but it never really entered into mainstream usage in the ways it could’ve.

\n\n\n\n

In a project that prides itself on being willing to try new ideas, the merge proposal process has remained largely static for many years.

\n\n\n\n

Gutenberg is the first opportunity since the REST API was merged where we can examine the shortcomings of the merge proposal process, and see how we can apply the original intent of it to the Gutenberg project’s scope and long term vision.

\n\n\n\n

Merge Consultation

\n\n\n\n

Over the last six months, Gutenberg project leads have been consulting with teams across the WordPress project. Helping them get involved when they didn’t have any Gutenberg experience, explaining how their focus fit into the vision for Gutenberg, and listening to feedback on where things needed to be improved. In many circumstances, this consultation process has been quite successful: the WordPress Media and REST API teams are great examples of that. Both teams have got up to speed on the Gutenberg project, and have provided their valuable experience to make it even better.

\n\n\n\n

That’s not to say it’s been entirely successful. There’s been a lot of discussion about Gutenberg and Accessibility recently, much of it boils down to what Joe Dolson summarised as being “too little, too late”. He’s correct, the Accessibility team should’ve been consulted more closely, much earlier in the process, and that’s a mistake I expect to see rectified as the Gutenberg project moves into its next phase after WordPress 5.0. While Gutenberg has always aimed to prioritise accessibility, both providing tools to make the block editor more accessible, as well as encouraging authors to publish accessible content, there are still areas where we can improve.

\n\n\n\n

While there’s much to be discussed following WordPress 5.0, we can already see now that different teams needed to be consulted at different points during the project. Where Gutenberg has aimed to consult with teams earlier than a previous feature plugin would’ve, we need to push that further, ensuring that teams are empowered to get involved earlier still in the process.

\n\n\n\n

All feature plugins in the future, great and small, will benefit from this iteration.

\n\n\n\n

Creating a framework for more fluid feedback over the entire lifecycle of a feature project is beneficial for everyone. WordPress teams can ensure that their feedback is taken on board at the right time, project leads gain experience across the broad range of teams that work on WordPress, and projects themselves are able to produce a better resulting feature.

\n\n\n\n

They important thing to remember throughout all of this is that everything is an experiment. We can try an approach, discover the weaknesses, and iterate. We’re all only human, we all make mistakes, but every mistake is an opportunity to ensure the same mistake can’t happen again. Sometimes that means changing the software, and sometimes that means changing the processes that help build the software. Either way, we’re always able to iterate further, and make WordPress fun for everyone. \"?\"

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Oct 2018 03:30:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WPWeekly Episode 335 – Introduction to BigCommerce with Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=85070&preview=true&preview_id=85070\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wpweekly-episode-335-introduction-to-bigcommerce-with-topher-derosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1798:\"

In this episode, John James Jacoby and I are joined by Topher DeRosia, a developer evangelist for BigCommerce. DeRosia introduces what BigCommerce is, why users and developers should take a look at it, and why they’re making a big push into the WordPress space. He also provides an update on HeroPress and why next year, you’ll be seeing him at a lot more WordPress events.

\n

Stories Discussed:

\n

Polldaddy Rebrands to Crowdsignal
\nThe New Woo Adopts Gutenberg Components, User Interface Driven by React
\nGutenberg Team Addresses Accessibility Concerns, Highlights Tools and Features that Surpass the Classic Editor

\n

WPWeekly Meta:

\n

Next Episode: Wednesday, October 31st 3:00 P.M. Eastern

\n

Subscribe to WordPress Weekly via Itunes

\n

Subscribe to WordPress Weekly via RSS

\n

Subscribe to WordPress Weekly via Stitcher Radio

\n

Subscribe to WordPress Weekly via Google Play

\n

Listen To Episode #335:
\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Oct 2018 20:06:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: WPCampus is Pursuing an Independent Accessibility Audit of Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=85035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/wpcampus-is-pursuing-an-independent-accessibility-audit-of-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11736:\"

WPCampus is looking to hire a company to perform an accessibility audit of the Gutenberg editor. The organization is a community of more than 800 web professionals, educators, and others who work with WordPress in higher education. WPCampus director Rachel Cherry published a request for proposals detailing the organization’s specific concerns:

\n

Our organization is sensitive to the legal requirements set by Section 508 of the Rehabilitation Act. The recent 508 refresh brought these requirements in line with WCAG 2.0 level AA, an industry standard that helps ensure accessibility. WCAG 2.0 is also commonly used as a baseline for policies governing many WPCampus participants outside the United States, with the European Union already moving to WCAG 2.1.

\n

The audit is aimed at determining potential legal risk for institutions upgrading to WordPress 5.0 and will also identify specific challenges that Gutenberg introduces for assistive technology users and others with accessibility needs.

\n

WPCampus is funding the audit and is not soliciting contributions from the community at this time. However, Pagely has offered to donate $1,000 to the organization in order to offset the costs of the audit.

\n

“Contributions wise, at this point, we’d love for folks to share to help ensure we receive a wide variety of proposals,” Cherry said. WPCampus will publish the results of the audit to share with the greater WordPress community.

\n

“Beyond our institutions’ legal obligations, colleges and universities worldwide have committed to providing an accessible digital experience to their diverse communities,” Cherry said. “This is consistent with the broader culture of higher education, which values inclusivity and an exchange of ideas free from artificial barriers.

\n

“While the WordPress accessibility coding standards require new code to meet WCAG 2.0 AA, the new editor has not received a full accessibility audit. Lacking such an audit, the overall accessibility of Gutenberg is unclear. This makes it difficult for colleges and universities to determine the best course of action once WordPress 5.0 is released with Gutenberg as the default editor.”

\n

The Accessibility Team is Preparing a Statement on Gutenberg’s Current Level of Accessibility

\n

Accessibility has been one of the most pressing concerns regarding Gutenberg’s readiness for the world. The accessibility team met Monday and established a new weekly meeting time: 15:00 UTC on Fridays. They discussed a communication plan for Gutenberg accessibility feedback, particularly in regards to Matthew MacPherson’s call for accessibility testing on the plugin. User testing was conducted in March but a lot has changed since then. MacPherson has called for another round of tests from the community after Automattic decided to forego his proposed independent audit on Gutenberg.

\n

The discussion became somewhat contentious after Gutenberg phase 2 lead Riad Benguella urged the accessibility team not to make its assessment in comparison to the classic editor but instead look at the larger picture.

\n

“Gutenberg is meant for the whole site editing (even if it’s not at the moment) which means it’s the customizer + editor + menus + widgets at the same time,” Benguella said. “Just compare apples to apples, please, and if you see Gutenberg as an editor, you missed it. For the sake of iteration, it’s being shipped as an editor for now.”

\n

Several members of the accessibility team took issue with statement because Gutenberg will replace the classic editor in WordPress 5.0 (even if users can bring it back with a plugin).

\n

“It is crucial we compare these two experiences, because the one completely replaces the other,” Joe Dolson said. “It doesn’t matter that the new editor aims to do a lot more, it still must accomplish the same tasks effectively.”

\n

Amanda Rush, a blind WordPress user and accessibility specialist, concurred with Dolson’s assessment.

\n

“As someone trying to use Gutenberg as it currently stands with a screen reader, I promise you that future goals for the project are the absolute furthest thing away from my brain at the time,” Rush said.

\n

“Let’s put it this way. Imagine that you are someone who must use assistive technology, or is otherwise reliant on something to do with Accessibility, and you have Gutenberg in front of you and you are trying to accomplish a task. Right now, the only task you can accomplish is writing or editing a post. So, as you are becoming more and more frustrated with the state of things, and trying to get your work done at the same time, imagine what it would be like if someone walked up to you in the middle of this frustrating experience and said well, if you’re calling as an editor you’ve missed it. Because this is going to be so much more than that. That is completely useless, doesn’t have any bearing on what you were trying to accomplish at the time, and promises, whether fairly or not, just more frustration down the road.”

\n

Beta 1 has arrived before the next round of accessibility testing has been completed, and Gutenberg has only recently arrived at UI freeze within the last week. The accessibility team is collaborating on a detailed article with a general and professional statement on the level of overall accessibility in Gutenberg. They plan to publish the statement on Friday.

\n

In the meantime, WPCampus has taken it upon themselves to spearhead an independent audit to determine if Gutenberg is in compliance with the industry standard WCAG 2.0 level AA, a standard which the accessibility team adopted as a requirement for all new or updated code released in WordPress. WPCampus’ submission deadline for proposals is November 7, and the organization will select a vendor by November 30. The goal is to release the audit no later than January 17, 2019.

\n

The timeline WPCampus has identified would not deliver results in time to meaningfully impact WordPress 5.0’s release date. As Gutenberg has already been merged into core, it seems neither the accessibility team’s assessment nor an independent third-party audit would be considered a factor in delaying the release.

\n

“The goal with the timeline is to allow adequate time to do it right,” Cherry said.

\n

The WordPress community has responded positively to this independent effort to get more information on Gutenberg’s accessibility issues.

\n

“I’m excited for this process as an example of how the community can tackle large tasks like this in creative ways,” Jeremy Felt said in response to WPCampus’ taking the initiative to get an audit. “It also has an opportunity to provide great insight and instruction on the accessibility of a complex React application with many interacting pieces.”

\n
\n

This #Gutenberg / #WordPress #accessibility audit, spearheaded by @wpcampusorg, is exciting. Now that we power 32% of the web, we need independent verification that we\'re doing it right, building a better web. https://t.co/cXRwcXWQlN

\n

— Morten Rand-Hendriksen (@mor10) October 25, 2018

\n

\n

Accessibility is part of WordPress’ stated mission: “WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use.” The accessibility pages on the project’s website advertise WordPress as committed to ensuring all new and updated code conforms with WordPress Accessibility Coding Standards. Many in the community have expressed concern that if WordPress 5.0 ships a critically inaccessible new editor, it will be violating both its stated mission and its standards.

\n

A great deal of friction has surrounded Gutenberg’s journey towards becoming an accessible tool for millions of users. The struggle has highlighted areas where the WordPress project can improve its collaboration across teams. It has inspired many to share their personal stories and some have even pledged to ramp up their accessibility contributions.

\n

Many contributors were disappointed after Automattic decided to forego the independent accessibility audit on Gutenberg, given the company’s strong messaging about their passion for inclusive design. However, one positive outcome is that the company is now looking to hire a product designer who specializes in accessibility.

\n

Rian Rietveld’s resignation from the accessibility team was a great loss for the project but it served as a catalyst to bring more visibility to the efforts of WordPress’ accessibility contributors. WPCampus’ initiative to get an accessibility audit for Gutenberg is one example of how the community is rallying around the accessibility team and working to help make the new editor a success for all users, including those with accessibility needs.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Oct 2018 19:53:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: WordPress 5.0 Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wordpress-5-0-beta-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2404:\"

WordPress 5.0 is marching forward with beta 1 released this evening. Major items that need testing include the Gutenberg editor, the new Twenty Nineteen default theme, and all previous default themes, which have been updated to be compatible with the new editor.

\n

You’ll want to make sure you are using Gutenberg version 4.1 before updating your site to WordPress 5.0 beta 1. Gutenberg is now considered feature complete as of the 4.1 release. It is active on more than 580,000 installations.

\n

WordPress 5.0 beta 1 has arrived five days after its expected release on October 19. Contributors expressed concern in today’s dev chat over the large number of issues on GitHub in milestones related to 5.0.

\n

Gary Pendergast, who is responsible for leading the merge, said the dates for RC can be changed if necessary.

\n

“We can shift RC if we need to, which won’t necessarily affect the final release date,” Pendergast said. “If we have to shift RC a long way, that would be a good time to have another look at the release date.”

\n

The Gutenberg team has not published a merge proposal to date. In September, Pendergast said “the Gutenberg leads are ultimately responsible for the merge proposal” but the timeline was still to be determined. Unless a proposal is forthcoming, the project seems to have bypassed this stage, which has frequently been a requirement for new themes, APIs, and feature plugins in the past.

\n

Volunteers contributing to the Gutenberg handbook met for the first time today in the #core-docs channel. Chris Van Patten is coordinating the documentation effort to clean up and prepare Gutenberg-related docs for 5.0 over the next  five weeks.

\n

Testers are advised to consult the list of known bugs before reporting to the Alpha/Beta forum or filing a bug on trac.

\n

If this release stays on schedule, Gutenberg is now 26 days away from shipping in WordPress 5.0.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Oct 2018 00:35:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Dev Blog: WordPress 5.0 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6209\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2018/10/wordpress-5-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3698:\"

WordPress 5.0 Beta 1 is now available!

\n\n\n\n

This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version, and if you are using an existing test site be sure to update the Gutenberg plugin to v4.1.

\n\n\n\n

There are two ways to test the WordPress 5.0 beta: try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”), or you can download the beta here (zip).

\n\n\n\n

WordPress 5.0 is slated for release on November 19, and we need your help to get there. Here are some of the big items to test so we can find as many bugs as possible in the coming weeks.

\n\n\n\n

The Block Editor

\n\n\n\n

The new Gutenberg block editor is now the default post editor!

\n\n\n\n

The block editor provides a modern, media-rich editing experience. You can create flexible, beautiful content without writing a single line of code, or you can dive into the modern programming APIs that the block editor provides.

\n\n\n\n

Even before you install WordPress 5.0, you can try the block editor here.

\n\n\n\n

Of course, we recognise you might not be ready for this change quite yet. If that’s the case, you can install the Classic Editor plugin now, which will keep the editor you’re familiar with as the default, even after you upgrade to WordPress 5.0.

\n\n\n\n

Twenty Nineteen

\n\n\n\n

Along with the new block editor, we have a new default theme, called Twenty Nineteen, which takes advantage of the new features the block editor provides.

\n\n\n\n

You can read more about Twenty Nineteen in its introduction post, and follow along with development over on the GitHub repository.

\n\n\n\n

Default Themes

\n\n\n\n

Of course, we couldn’t release a beautiful new default theme, and leave all of our old ones behind. All the way back to Twenty Ten, we’ve updated every default them to look good in the new block editor.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! A known issue: the block autocompleter fails for blocks whose names contain characters in non-Latin scripts. Adding blocks via the plus sign works, and this bug is fixed in the Gutenberg 4.1 plugin. \"?\"

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n
\n\n\n\n

Minor bug fixes
Add up one by one by one
Then you change the world

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Oct 2018 21:59:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WCEU Team is Working on PWA Support for All WordCamp Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wceu-team-is-working-on-pwa-support-for-all-wordcamp-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3605:\"

WordCamp Europe’s new PWA (Progressive Web App) was one of the highlights of the 2018 event in Belgrade. It allowed attendees to view the schedule, venue map, create bookmarks for sessions, and provided offline access in case of network failure. Attendees could add the app to their home screens and opt to receive push notifications for important updates about the event.

\n

The first iteration of the PWA was not ready to be scaled for use at other WordCamps across the community, but volunteers from the WCEU organizing team are working towards that goal.  The app was originally built using React on the frontend and was hosted on a node server. It used WordPress for content management on the backend, along with the WordPress PWA plugin and OneSignal Push Notifications. The team working on scaling the app for use at other WordCamps is still debating the technologies they will use moving forward.

\n

Hugh Lashbrooke posted about the app’s progress and invited the community to contribute to WCEU’s PWA repository on GitHub. 

\n

“The next stage in the process is for the WCEU Design team to create some designs and wireframes for what the app could look like, posting them for feedback,” Lashbrooke said. “We will keep posting updates here as things progress; for now it would be helpful to gather some input from other WordCamp organizers.”

\n

Lashbrooke said the goal is that each WordCamp site will have its own PWA so the app is unique for each camp. Since it loads in a mobile browser, it doesn’t require additional app installations.

\n

Weston Ruter, one of the collaborators on the PWA for WordPress feature plugin, emphasized in the comments that the PWA should not be separate from the main site and that users need not even know about the app.

\n

“After all, a PWA is just a website,” Ruter said.  “A PWA does not have to be installed to their homescreen to take advantage of PWA capabilities. They just continue go to their WordCamp website as they do normally, except that it also works when they are offline. The interactive schedule is important, but it’s not really PWA territory: rather it’s just a JavaScript component used on a page.”

\n

Ruter encouraged those working on the app to view it as a progressive enhancement on top of the existing WordCamp sites, not an entirely separate application. Ideally it will use the same style and theme used on the main website.

\n

Lashbrooke asked for developers and WordCamp organizers to leave feedback and feature requests in the comments of his post. Requests submitted so far include a “you are here” feature and the capability for users to log in with their WordPress.org account to sync schedule favorites across devices. Not every feature request will make it into the first version, but the team will consult the list for future versions of the project.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Oct 2018 15:08:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: New Plugin Adds Elementor Templates as Gutenberg Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/new-plugin-adds-elementor-templates-as-gutenberg-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5217:\"

One of the most pressing concerns for users in the Gutenberg era is how page builder plugins will respond. Speculation about the new editor “killing off page builders” has run rampant, but these plugins are slowly evolving ahead of Gutenberg’s imminent inclusion in WordPress 5.0.

\n

In February, Elementor, one of WordPress’ most popular page builders, announced the plugin would be completely compatible with Gutenberg beginning with its 2.0 version that was released a few months later. Like many other plugins, that meant a nominal compatibility without any custom blocks built specifically for the new editor.

\n

This week marks a major milestone for the page builder, as Elementor introduced its new Elementor Blocks for Gutenberg plugin. The plugin goes beyond basic compatibility, allowing users to insert any Elementor template into Gutenberg with one click. Its custom block functions as a pipeline to the Elementor library, pulling in content and designs the user has already created in the Elementor interface.

\n

\n

Elementor Blocks for Gutenberg lets users compose with the new editor while maintaining convenient access to items designed in the page builder. It makes it possible to bring more advanced layouts into Gutenberg and preview them inside the editor. Users can select from more than 300+ pre-designed blocks and 100+ pre-designed pages. The plugin will eventually be incorporated into Elementor’s core plugin.

\n

The availability of this new plugin demonstrates Elementor’s commitment to evolving with WordPress as it adopts the editor and tackles customization in Phase 2. The page builder has more than a million active installations and a 4.8-star average on WordPress.org. Achieving this level of success in the page builder market has required a certain level of tenacity and perseverance. Elementor CMO Ben Pines made it clear their product is not going to be sidelined by Gutenberg.

\n

“Elementor was launched in a saturated market, with many page builder and website builder alternatives,” Pines said. “We managed to become the leaders of our market by offering the best solution, and we plan to continue to lead the way. We will continue in our mission in full collaboration with WordPress.”

\n

Elementor and Gutenberg share similar goals in helping WordPress users design their websites without having to touch the code. Pines also emphasized the benefits for developers.

\n

“Elementor, Gutenberg, and the veer towards code-free website customization, presents a huge improvement for developers,” he said.

\n

“Instead of being tied up in endless menial tasks like button or headline customization, and having to hand-hold the designer every step of the process – developers can now focus on greater challenges.

\n

“This improvement creates a positive loop. Developers have time to build more tools, which in turn help the designers workflow.”

\n

Other popular page builder plugins, like Divi Builder (500k+ installs) and Beaver Builder (500k+ installs), have announced initial support for Gutenberg but in both instances this constitutes a button that lets users toggle between the builder and the new editor.

\n

Elementor is leading the way among page builders by making its content available inside Gutenberg. It essentially builds in an extra step so users can continue with their existing workflow in the page builder and insert those designs into the new editor.

\n

Gutenberg’s current customization capabilities pale in comparison to what popular page builders offer, but phase 2 of the project may precipitate another avalanche of blocks pouring into the WordPress ecosystem – the same way it did after Gutenberg’s roadmap was unveiled in June at WordCamp Europe.

\n

Page builders may not reproduce all of their exiting features in custom blocks until WordPress core is more advanced on its road to Gutenberg-powered customization. This would split the creation interface across two admin screens. At some point users may want to see a deeper integration between the editor and page building capabilities. The exciting thing about Elementor’s new blocks plugin is that its users don’t have to choose between Gutenberg and their favorite page builder.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Oct 2018 03:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: Upcase Developer Learning Platform is Now Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/upcase-developer-learning-platform-is-now-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1943:\"

\n

Upcase, a subscription learning platform for developers, is now free and open to the public. The content, which includes workshops, videos, flash cards, and coding exercises, was built by thoughtbot, a design and development consultancy.

\n

“We’ve loved building Upcase, both as a business and as a way to share what we’ve learned with the community,” thoughtbot development director Chris Toomey said. “But while we’d love to keep investing in Upcase and producing tons of new content, we’ve been moving in a different direction—back to our roots, in fact, as we focus on our core consulting business.”

\n

Thoughtbot employees work four days a week and Friday is devoted to learning new skills, working on open source, blogging, and other projects. The company found there was a lack of quality learning resources for intermediate and advanced topics, so they built Upcase with the content they wished had existed. Topics and courses include Git, intro to React, React Native, Unit Testing JavaScript, Ruby on Rails, Haskell, workflow and developer tooling, and techniques and patterns for building maintainable large scale applications.

\n

Upcase creators said they have seen thousands of customers improve their skills and gain new levels in their careers since launching the site in 2012. The consultancy has created hundreds of hours of videos and screencasts based on their collective expertise. To start on any of the Upcase learning “trails” you can sign in with your GitHub credentials for free access.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Oct 2018 15:10:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: Polldaddy Rebrands to Crowdsignal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wptavern.com/polldaddy-rebrands-to-crowdsignal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2040:\"

Polldaddy was founded in 2006 by David Lenehan in Sligo, Ireland and was acquired by Automattic in 2008. Polldaddy is a platform agnostic service providing users with the ability to create polls and surveys.

\n
\nCrowdsignal Logo\n
\n

Today, 12 years later, Automattic is retiring the Polldaddy name and replacing it with Crowdsignal. Outside of some minor color changes, and updated graphics, the service will largely remain the same.

\n

Redirects are in place so that bookmarked links to edit surveys, polls, and quizzes will continue to work. Beginning October 24th, visitors to Polldaddy.com will be redirected to Crowdsignal.com.

\n

There are a few notable changes to keep in mind regarding the transition. The Polldaddy dashboard will automatically redirect to the Crowdsignal version. Polldaddy’s API will live on https://api.crowdsignal.com/v1/ instead of https://api.polldaddy.com/. Surveys and quizzes will be served from survey.fm and polls will be served from poll.fm. 

\n

According to Donncha Ó Caoimh, some networks and hosts may need to whitelist the following domains to prevent interruptions in service. The domains are:

\n\n

Surveys, quizzes, and polls that are embedded will continue to function normally.

\n

It’s the end of an era for the Polldaddy name but what the announcement doesn’t include is why the rebranding was necessary. Whatever the reasons are for rebranding, Crowdsignal is a more accurate way to describe what the service provides without being tied to a gender.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Oct 2018 02:48:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Genesis Framework and StudioPress Themes Add Gutenberg Compatibility, More Gutenberg Features Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/genesis-framework-and-studiopress-themes-add-gutenberg-compatibility-more-gutenberg-features-coming-soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2380:\"

After WP Engine acquired StudioPress in June, the company began investing in expanding the Genesis team. WP Engine is hiring new people to work on the framework and expand support and community activities.

\n

On the latest episode of the newly revived StudioPress.fm podcast, StudioPress founder Brian Gardner said one of the reasons he sold the company was because he needed outside help to take it where it needed to go in the Gutenberg era. The Genesis community has nothing to worry about when the new editor launches in WordPress 5.0, because StudioPress has already made its framework and themes Gutenberg-ready.

\n

“With regards to Genesis, the good news is that it has no substantial backwards-compatibility issues with Gutenberg,” WP Engine CTO Jason Cohen said. “The main focus of updates to the StudioPress themes are focused on adding styles for the new Gutenberg blocks. However, what we’re most excited about are the brand new features we will be adding to Genesis and the StudioPress themes, that Gutenberg helps enable.”

\n

Cohen said the Genesis community can expect their entire product line to become Gutenberg-first themes that add new features to enhance users’ experience in the editor.

\n

“Beyond just being ‘compatible,’ Genesis will play a big role in being Gutenberg-First,” Cohen said. “That means not only supporting the software and ideals of Gutenberg, but using them for new features. In doing so, it’s our intention to light the way for the countless agencies and developers who use WordPress to fuel incredible digital experiences that are made even easier with Gutenberg.”

\n

Cohen said WP Engine will update all StudioPress themes to include additional features for Gutenberg once the new editor launches in WordPress 5.0. If the release stays on its current schedule, users can expect to see 5.0 on November 19.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Oct 2018 22:41:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"WPTavern: Gutenberg Team Addresses Accessibility Concerns, Highlights Tools and Features that Surpass the Classic Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=84857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/gutenberg-team-addresses-accessibility-concerns-highlights-tools-and-features-that-surpass-the-classic-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8021:\"

The Gutenberg team has officially responded to recent concerns about the new editor’s accessibility. Matias Ventura, the project’s technical lead, published a post with examples of the accessibility efforts the team has made, many which may not be easy to discover. These include features such as keyboard shortcuts, slash command and insertion, high-contrast mode, and mechanisms for navigating regions and blocks with the keyboard.

\n

\n

Ventura highlighted the audible messages feature that works with screen readers and posted a demo of the fully automated end-to-end testing. It allows contributors to test a sequence of operations with the keyboard (without mouse controls). He also identified several fixes landing in the next releases, including accessibility improvements to the date and color picker features, block navigation, and better focus management.

\n

“A large amount of work and effort has gone in building mechanisms necessary to make the editor accessible for a wide user base,” Ventura said. “For example, it is entirely possible right now to recreate the ‘demo post’ that comes with the Gutenberg plugin using the keyboard. In many ways, these tools are better and more sophisticated than what we offer in the current editor.”

\n

Although 270 accessibility-specific tickets have been closed to date, Ventura acknowledged there are still more than 90 remaining. “The goal is to make this experience as seamless as possible for all users,” he said.

\n

Early reactions to the post do not dispute that accessibility work has been done but concerns about Gutenberg’s overall complexity remain. Fixing this may not be as simple as targeting isolated interactions in the editor.

\n

“We need to continue to develop close feedback loops with different users interacting through their preferred tools to make sure what we build is relevant to their experiences,” Ventura said. Throughout the process of building and testing Gutenberg, contributors have referenced “short feedback loops,” an agile process term that seems to make its way into these conversations.

\n

However, the frequent built-in checkpoints don’t seem to have served accessibility needs well, as the accessibility team in convinced that having their input much earlier in the design process would have made a bigger difference further downstream.

\n

“We’ve been begging for React development assistance focused on accessibility since the beginning,” Accessibility specialist Joe Dolson said in a post addressing what he perceives to be common myths about Gutenberg’s accessibility. “None of us were already primarily JavaScript-focused, let alone React-focused, and with limited time (spread across Gutenberg, the rest of WordPress, all of the WordPress sites themselves, and theme concerns), managing to keep up with the breakneck pace of development was never feasible.”

\n

WordPress core contributor John James Jacoby commented on Ventura’s post, calling attention to the complexity of the interface for all users, including those with and without accessibility needs.

\n

“My concern is that many of the above things do not really improve accessibility in the broader sense,” Jacoby said. “Instead, they make a complex user interface more complicated by littering the landscape with hidden keyboard shortcuts that are likely to be undiscoverable by regular-bodied folks, let alone folks who lack dexterity in their hands or fingers or eyes to find/understand/navigate/enjoy them.

\n

“These are users who demand a semantically simpler application to get their jobs done. Though they’re used to quickly navigating the useless mixed-up garbage-markup soup that comes from web development as a whole, it doesn’t help to add extra ‘accessibility-centric’ approaches – we should be making the existing approaches accessible first, and adding new approaches after.”

\n

Dolson echoes that sentiment in his recent post. “Where Gutenberg falls down is on the overall use of the system,” he said. “Even though most individual interactions are handled effectively, the overall complexity of the system creates an enormous barrier to users if they are keyboard dependent or using a screen reader.”

\n

The community has advocated for a myriad of different needs and wishes during the course of Gutenberg’s development, but any interface created for the millions of people that WordPress aims to serve will inevitably have to deliver some compromises. Matt Mullenweg answered the feedback regarding complexity from his perspective as the project lead:

\n

“We think that the current interface could be a ton more streamlined, but we’ve compromised a lot of the alternative approaches we’ve wanted to take based on accessibility feedback and trying to have a single interface that serves all types of users,” Mullenweg said. “If we branched, it would be a different discussion and possibly serve multiple audiences better. There’s a lot of FUD though, ie, that’s going to be illegal in EU.”

\n

Ventura’s post is tightly focused on Gutenberg’s existing accessibility features and makes no mention of the audit that would have measured if it meets WordPress’ own stated accessibility standards. These standards require that all new or updated code released in WordPress must conform with the WCAG 2.0 guidelines at level AA. Without an examination of how the product meets these standards, much of the the discussion revolves around subjective opinions about complexity. It’s difficult to quantify issues like cognitive overload.

\n

“It is entirely possible that Gutenberg will come within a hair of passing WCAG (Web Content Accessibility Guidelines) 2.0 at level AA at release, but still be inaccessible,” Dolson said. “This is because the micro-interactions are being managed well but the macro-interactions are not. This is a flaw with using WCAG 2.0 as a standard; it does not handle address large scale issues effectively. The cognitive load inherent in the current navigation requirements for assistive technology is overwhelming, and that is an accessibility issue – just not one effectively reflected in our current standards requirements.”

\n

One of the myths Dolson’s post dispelled is that the Gutenberg team doesn’t care about accessibility. Ventura’s post calls attention what he believes to be “a significant volume of accessibility-specific tools and functionalities” in Gutenberg that surpass those of the Classic Editor. The team has worked hard to address accessibility concerns but needs better communication across teams in order to continue serving the wider community of WordPress users with accessibility needs.

\n

“There have been a lot of issues on the way that could have been avoided if a React developer had been available to assist with significant dedicated time earlier than 6 weeks before the proposed release; but those were issues coming from ignorance, not a lack of compassion,” Dolson said.

\n

“I don’t know what Gutenberg will be at release. But the accessibility team and the Gutenberg team are working hard to try and reach the best solutions we can.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Oct 2018 18:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 16 Nov 2018 17:38:35 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 16 Nov 2018 17:15:30 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20180803180431\";}','no'),(3963,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1542433115','no'),(3964,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1542389915','no'),(3965,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1542433115','no'),(3966,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','
','no'),(4169,'show_comments_cookies_opt_in','','yes'),(4268,'_transient_timeout_dt_opts_assets_inc_presets_images','1542403519','no'),(4269,'_transient_dt_opts_assets_inc_presets_images','a:224:{s:55:\"/inc/presets/images/full/skin02r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:60:\"/inc/presets/images/full/skin02r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:51:\"/inc/presets/images/full/skin02r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:56:\"/inc/presets/images/full/skin02r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:66:\"/inc/presets/images/full/skin02r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:71:\"/inc/presets/images/full/skin02r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:64:\"/inc/presets/images/full/skin02r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:69:\"/inc/presets/images/full/skin02r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:69:\"/inc/presets/images/full/skin02r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:74:\"/inc/presets/images/full/skin02r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:76:\"/inc/presets/images/full/skin02r.header-style-transparent-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:81:\"/inc/presets/images/full/skin02r.header-style-transparent-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin02r.gif\";s:55:\"/inc/presets/images/full/skin03r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:60:\"/inc/presets/images/full/skin03r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:51:\"/inc/presets/images/full/skin03r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:56:\"/inc/presets/images/full/skin03r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:66:\"/inc/presets/images/full/skin03r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:71:\"/inc/presets/images/full/skin03r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:64:\"/inc/presets/images/full/skin03r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:69:\"/inc/presets/images/full/skin03r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:69:\"/inc/presets/images/full/skin03r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:74:\"/inc/presets/images/full/skin03r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin03r.gif\";s:55:\"/inc/presets/images/full/skin05r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:60:\"/inc/presets/images/full/skin05r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:51:\"/inc/presets/images/full/skin05r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:56:\"/inc/presets/images/full/skin05r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:64:\"/inc/presets/images/full/skin05r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:69:\"/inc/presets/images/full/skin05r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:69:\"/inc/presets/images/full/skin05r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:74:\"/inc/presets/images/full/skin05r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:76:\"/inc/presets/images/full/skin05r.header-style-transparent-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:81:\"/inc/presets/images/full/skin05r.header-style-transparent-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin05r.gif\";s:55:\"/inc/presets/images/full/skin06b.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:60:\"/inc/presets/images/full/skin06b.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:51:\"/inc/presets/images/full/skin06b.header-logo-hd.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:56:\"/inc/presets/images/full/skin06b.header-logo-regular.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:66:\"/inc/presets/images/full/skin06b.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:71:\"/inc/presets/images/full/skin06b.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:64:\"/inc/presets/images/full/skin06b.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:69:\"/inc/presets/images/full/skin06b.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:69:\"/inc/presets/images/full/skin06b.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:74:\"/inc/presets/images/full/skin06b.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin06b.gif\";s:55:\"/inc/presets/images/full/skin06r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:60:\"/inc/presets/images/full/skin06r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:51:\"/inc/presets/images/full/skin06r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:56:\"/inc/presets/images/full/skin06r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:66:\"/inc/presets/images/full/skin06r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:71:\"/inc/presets/images/full/skin06r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:63:\"/inc/presets/images/full/skin06r.header-style-mixed-logo-hd.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:68:\"/inc/presets/images/full/skin06r.header-style-mixed-logo-regular.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:64:\"/inc/presets/images/full/skin06r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:69:\"/inc/presets/images/full/skin06r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:69:\"/inc/presets/images/full/skin06r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:74:\"/inc/presets/images/full/skin06r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin06r.gif\";s:55:\"/inc/presets/images/full/skin07c.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin07c.gif\";s:60:\"/inc/presets/images/full/skin07c.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin07c.gif\";s:51:\"/inc/presets/images/full/skin07c.header-logo-hd.png\";s:31:\"/inc/presets/images/skin07c.gif\";s:56:\"/inc/presets/images/full/skin07c.header-logo-regular.gif\";s:31:\"/inc/presets/images/skin07c.gif\";s:63:\"/inc/presets/images/full/skin07c.header-style-mixed-logo-hd.gif\";s:31:\"/inc/presets/images/skin07c.gif\";s:68:\"/inc/presets/images/full/skin07c.header-style-mixed-logo-regular.gif\";s:31:\"/inc/presets/images/skin07c.gif\";s:64:\"/inc/presets/images/full/skin07c.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin07c.gif\";s:69:\"/inc/presets/images/full/skin07c.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin07c.gif\";s:55:\"/inc/presets/images/full/skin09r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:60:\"/inc/presets/images/full/skin09r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:51:\"/inc/presets/images/full/skin09r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:56:\"/inc/presets/images/full/skin09r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:66:\"/inc/presets/images/full/skin09r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:71:\"/inc/presets/images/full/skin09r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:64:\"/inc/presets/images/full/skin09r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:69:\"/inc/presets/images/full/skin09r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:69:\"/inc/presets/images/full/skin09r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:74:\"/inc/presets/images/full/skin09r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:76:\"/inc/presets/images/full/skin09r.header-style-transparent-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:81:\"/inc/presets/images/full/skin09r.header-style-transparent-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin09r.gif\";s:55:\"/inc/presets/images/full/skin10r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:60:\"/inc/presets/images/full/skin10r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:51:\"/inc/presets/images/full/skin10r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:56:\"/inc/presets/images/full/skin10r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:66:\"/inc/presets/images/full/skin10r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:71:\"/inc/presets/images/full/skin10r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:64:\"/inc/presets/images/full/skin10r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:69:\"/inc/presets/images/full/skin10r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:69:\"/inc/presets/images/full/skin10r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:74:\"/inc/presets/images/full/skin10r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin10r.gif\";s:55:\"/inc/presets/images/full/skin11b.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:60:\"/inc/presets/images/full/skin11b.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:51:\"/inc/presets/images/full/skin11b.header-logo-hd.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:56:\"/inc/presets/images/full/skin11b.header-logo-regular.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:66:\"/inc/presets/images/full/skin11b.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:71:\"/inc/presets/images/full/skin11b.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:64:\"/inc/presets/images/full/skin11b.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:69:\"/inc/presets/images/full/skin11b.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:69:\"/inc/presets/images/full/skin11b.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:74:\"/inc/presets/images/full/skin11b.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:76:\"/inc/presets/images/full/skin11b.header-style-transparent-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:81:\"/inc/presets/images/full/skin11b.header-style-transparent-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin11b.gif\";s:55:\"/inc/presets/images/full/skin11r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:60:\"/inc/presets/images/full/skin11r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:51:\"/inc/presets/images/full/skin11r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:56:\"/inc/presets/images/full/skin11r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:66:\"/inc/presets/images/full/skin11r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:71:\"/inc/presets/images/full/skin11r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:64:\"/inc/presets/images/full/skin11r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:69:\"/inc/presets/images/full/skin11r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:69:\"/inc/presets/images/full/skin11r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:74:\"/inc/presets/images/full/skin11r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:76:\"/inc/presets/images/full/skin11r.header-style-transparent-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:81:\"/inc/presets/images/full/skin11r.header-style-transparent-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin11r.gif\";s:55:\"/inc/presets/images/full/skin12r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:60:\"/inc/presets/images/full/skin12r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:51:\"/inc/presets/images/full/skin12r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:56:\"/inc/presets/images/full/skin12r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:66:\"/inc/presets/images/full/skin12r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:71:\"/inc/presets/images/full/skin12r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:64:\"/inc/presets/images/full/skin12r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:69:\"/inc/presets/images/full/skin12r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:69:\"/inc/presets/images/full/skin12r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:74:\"/inc/presets/images/full/skin12r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:76:\"/inc/presets/images/full/skin12r.header-style-transparent-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:81:\"/inc/presets/images/full/skin12r.header-style-transparent-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin12r.gif\";s:55:\"/inc/presets/images/full/skin14r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:60:\"/inc/presets/images/full/skin14r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:51:\"/inc/presets/images/full/skin14r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:56:\"/inc/presets/images/full/skin14r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:66:\"/inc/presets/images/full/skin14r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:71:\"/inc/presets/images/full/skin14r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:64:\"/inc/presets/images/full/skin14r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:69:\"/inc/presets/images/full/skin14r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:69:\"/inc/presets/images/full/skin14r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:74:\"/inc/presets/images/full/skin14r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:76:\"/inc/presets/images/full/skin14r.header-style-transparent-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:81:\"/inc/presets/images/full/skin14r.header-style-transparent-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin14r.gif\";s:55:\"/inc/presets/images/full/skin15r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:60:\"/inc/presets/images/full/skin15r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:51:\"/inc/presets/images/full/skin15r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:56:\"/inc/presets/images/full/skin15r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:66:\"/inc/presets/images/full/skin15r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:71:\"/inc/presets/images/full/skin15r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:64:\"/inc/presets/images/full/skin15r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:69:\"/inc/presets/images/full/skin15r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:69:\"/inc/presets/images/full/skin15r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:74:\"/inc/presets/images/full/skin15r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:76:\"/inc/presets/images/full/skin15r.header-style-transparent-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:81:\"/inc/presets/images/full/skin15r.header-style-transparent-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin15r.gif\";s:55:\"/inc/presets/images/full/skin16r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:60:\"/inc/presets/images/full/skin16r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:51:\"/inc/presets/images/full/skin16r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:56:\"/inc/presets/images/full/skin16r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:66:\"/inc/presets/images/full/skin16r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:71:\"/inc/presets/images/full/skin16r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:64:\"/inc/presets/images/full/skin16r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:69:\"/inc/presets/images/full/skin16r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:69:\"/inc/presets/images/full/skin16r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:74:\"/inc/presets/images/full/skin16r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin16r.gif\";s:55:\"/inc/presets/images/full/skin19b.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:60:\"/inc/presets/images/full/skin19b.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:51:\"/inc/presets/images/full/skin19b.header-logo-hd.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:56:\"/inc/presets/images/full/skin19b.header-logo-regular.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:66:\"/inc/presets/images/full/skin19b.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:71:\"/inc/presets/images/full/skin19b.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:63:\"/inc/presets/images/full/skin19b.header-style-mixed-logo-hd.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:68:\"/inc/presets/images/full/skin19b.header-style-mixed-logo-regular.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:64:\"/inc/presets/images/full/skin19b.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:69:\"/inc/presets/images/full/skin19b.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:69:\"/inc/presets/images/full/skin19b.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:74:\"/inc/presets/images/full/skin19b.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin19b.gif\";s:55:\"/inc/presets/images/full/skin19r.bottom-bar-logo-hd.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:60:\"/inc/presets/images/full/skin19r.bottom-bar-logo-regular.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:51:\"/inc/presets/images/full/skin19r.header-logo-hd.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:56:\"/inc/presets/images/full/skin19r.header-logo-regular.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:66:\"/inc/presets/images/full/skin19r.header-style-floating-logo-hd.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:71:\"/inc/presets/images/full/skin19r.header-style-floating-logo-regular.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:63:\"/inc/presets/images/full/skin19r.header-style-mixed-logo-hd.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:68:\"/inc/presets/images/full/skin19r.header-style-mixed-logo-regular.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:64:\"/inc/presets/images/full/skin19r.header-style-mobile-logo-hd.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:69:\"/inc/presets/images/full/skin19r.header-style-mobile-logo-regular.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:69:\"/inc/presets/images/full/skin19r.header-style-transparent-logo-hd.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:74:\"/inc/presets/images/full/skin19r.header-style-transparent-logo-regular.png\";s:31:\"/inc/presets/images/skin19r.gif\";s:56:\"/inc/presets/images/full/wizard01.bottom-bar-logo-hd.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:61:\"/inc/presets/images/full/wizard01.bottom-bar-logo-regular.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:52:\"/inc/presets/images/full/wizard01.header-logo-hd.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:57:\"/inc/presets/images/full/wizard01.header-logo-regular.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:67:\"/inc/presets/images/full/wizard01.header-style-floating-logo-hd.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:72:\"/inc/presets/images/full/wizard01.header-style-floating-logo-regular.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:64:\"/inc/presets/images/full/wizard01.header-style-mixed-logo-hd.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:69:\"/inc/presets/images/full/wizard01.header-style-mixed-logo-regular.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:65:\"/inc/presets/images/full/wizard01.header-style-mobile-logo-hd.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:70:\"/inc/presets/images/full/wizard01.header-style-mobile-logo-regular.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:70:\"/inc/presets/images/full/wizard01.header-style-transparent-logo-hd.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:75:\"/inc/presets/images/full/wizard01.header-style-transparent-logo-regular.png\";s:32:\"/inc/presets/images/wizard01.gif\";s:63:\"/inc/presets/images/full/wizard01.stripes-stripe-3-bg-image.jpg\";s:32:\"/inc/presets/images/wizard01.gif\";s:56:\"/inc/presets/images/full/wizard02.bottom-bar-logo-hd.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:61:\"/inc/presets/images/full/wizard02.bottom-bar-logo-regular.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:52:\"/inc/presets/images/full/wizard02.header-logo-hd.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:57:\"/inc/presets/images/full/wizard02.header-logo-regular.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:67:\"/inc/presets/images/full/wizard02.header-style-floating-logo-hd.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:72:\"/inc/presets/images/full/wizard02.header-style-floating-logo-regular.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:65:\"/inc/presets/images/full/wizard02.header-style-mobile-logo-hd.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:70:\"/inc/presets/images/full/wizard02.header-style-mobile-logo-regular.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:70:\"/inc/presets/images/full/wizard02.header-style-transparent-logo-hd.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:75:\"/inc/presets/images/full/wizard02.header-style-transparent-logo-regular.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:77:\"/inc/presets/images/full/wizard02.header-style-transparent-mobile-logo-hd.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:82:\"/inc/presets/images/full/wizard02.header-style-transparent-mobile-logo-regular.png\";s:32:\"/inc/presets/images/wizard02.gif\";s:63:\"/inc/presets/images/full/wizard02.stripes-stripe-3-bg-image.jpg\";s:32:\"/inc/presets/images/wizard02.gif\";s:56:\"/inc/presets/images/full/wizard03.bottom-bar-logo-hd.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:61:\"/inc/presets/images/full/wizard03.bottom-bar-logo-regular.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:52:\"/inc/presets/images/full/wizard03.header-logo-hd.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:57:\"/inc/presets/images/full/wizard03.header-logo-regular.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:67:\"/inc/presets/images/full/wizard03.header-style-floating-logo-hd.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:72:\"/inc/presets/images/full/wizard03.header-style-floating-logo-regular.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:65:\"/inc/presets/images/full/wizard03.header-style-mobile-logo-hd.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:70:\"/inc/presets/images/full/wizard03.header-style-mobile-logo-regular.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:70:\"/inc/presets/images/full/wizard03.header-style-transparent-logo-hd.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:75:\"/inc/presets/images/full/wizard03.header-style-transparent-logo-regular.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:77:\"/inc/presets/images/full/wizard03.header-style-transparent-mobile-logo-hd.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:82:\"/inc/presets/images/full/wizard03.header-style-transparent-mobile-logo-regular.png\";s:32:\"/inc/presets/images/wizard03.gif\";s:52:\"/inc/presets/images/full/wizard05.header-logo-hd.png\";s:32:\"/inc/presets/images/wizard05.gif\";s:57:\"/inc/presets/images/full/wizard05.header-logo-regular.png\";s:32:\"/inc/presets/images/wizard05.gif\";s:64:\"/inc/presets/images/full/wizard05.header-style-mixed-logo-hd.png\";s:32:\"/inc/presets/images/wizard05.gif\";s:69:\"/inc/presets/images/full/wizard05.header-style-mixed-logo-regular.png\";s:32:\"/inc/presets/images/wizard05.gif\";s:65:\"/inc/presets/images/full/wizard05.header-style-mobile-logo-hd.png\";s:32:\"/inc/presets/images/wizard05.gif\";s:70:\"/inc/presets/images/full/wizard05.header-style-mobile-logo-regular.png\";s:32:\"/inc/presets/images/wizard05.gif\";s:70:\"/inc/presets/images/full/wizard05.header-style-transparent-logo-hd.png\";s:32:\"/inc/presets/images/wizard05.gif\";s:75:\"/inc/presets/images/full/wizard05.header-style-transparent-logo-regular.png\";s:32:\"/inc/presets/images/wizard05.gif\";}','no'),(4270,'_transient_timeout_dt_opts_assets_images_backgrounds_patterns','1542403519','no'),(4271,'_transient_dt_opts_assets_images_backgrounds_patterns','a:25:{s:45:\"/images/backgrounds/patterns/full/archers.gif\";s:47:\"/images/backgrounds/patterns/thumbs/archers.jpg\";s:50:\"/images/backgrounds/patterns/full/binding_dark.gif\";s:52:\"/images/backgrounds/patterns/thumbs/binding_dark.jpg\";s:47:\"/images/backgrounds/patterns/full/brickwall.gif\";s:49:\"/images/backgrounds/patterns/thumbs/brickwall.jpg\";s:55:\"/images/backgrounds/patterns/full/congruent_outline.png\";s:57:\"/images/backgrounds/patterns/thumbs/congruent_outline.jpg\";s:56:\"/images/backgrounds/patterns/full/congruent_pentagon.png\";s:58:\"/images/backgrounds/patterns/thumbs/congruent_pentagon.jpg\";s:57:\"/images/backgrounds/patterns/full/crisp_paper_ruffles.jpg\";s:59:\"/images/backgrounds/patterns/thumbs/crisp_paper_ruffles.jpg\";s:53:\"/images/backgrounds/patterns/full/escheresque_ste.png\";s:55:\"/images/backgrounds/patterns/thumbs/escheresque_ste.jpg\";s:50:\"/images/backgrounds/patterns/full/gplaypattern.jpg\";s:52:\"/images/backgrounds/patterns/thumbs/gplaypattern.jpg\";s:49:\"/images/backgrounds/patterns/full/graphy-dark.png\";s:51:\"/images/backgrounds/patterns/thumbs/graphy-dark.jpg\";s:50:\"/images/backgrounds/patterns/full/graphy-light.png\";s:52:\"/images/backgrounds/patterns/thumbs/graphy-light.jpg\";s:47:\"/images/backgrounds/patterns/full/grey_wood.jpg\";s:49:\"/images/backgrounds/patterns/thumbs/grey_wood.jpg\";s:47:\"/images/backgrounds/patterns/full/grid-dark.png\";s:49:\"/images/backgrounds/patterns/thumbs/grid-dark.jpg\";s:48:\"/images/backgrounds/patterns/full/grid-light.png\";s:50:\"/images/backgrounds/patterns/thumbs/grid-light.jpg\";s:51:\"/images/backgrounds/patterns/full/halftone-dark.png\";s:53:\"/images/backgrounds/patterns/thumbs/halftone-dark.jpg\";s:52:\"/images/backgrounds/patterns/full/halftone-light.png\";s:54:\"/images/backgrounds/patterns/thumbs/halftone-light.jpg\";s:44:\"/images/backgrounds/patterns/full/herald.png\";s:46:\"/images/backgrounds/patterns/thumbs/herald.jpg\";s:48:\"/images/backgrounds/patterns/full/linedpaper.jpg\";s:50:\"/images/backgrounds/patterns/thumbs/linedpaper.jpg\";s:56:\"/images/backgrounds/patterns/full/low_contrast_linen.jpg\";s:58:\"/images/backgrounds/patterns/thumbs/low_contrast_linen.jpg\";s:46:\"/images/backgrounds/patterns/full/notebook.gif\";s:48:\"/images/backgrounds/patterns/thumbs/notebook.jpg\";s:42:\"/images/backgrounds/patterns/full/poly.png\";s:44:\"/images/backgrounds/patterns/thumbs/poly.jpg\";s:48:\"/images/backgrounds/patterns/full/retro-dark.png\";s:50:\"/images/backgrounds/patterns/thumbs/retro-dark.jpg\";s:49:\"/images/backgrounds/patterns/full/retro-light.png\";s:51:\"/images/backgrounds/patterns/thumbs/retro-light.jpg\";s:44:\"/images/backgrounds/patterns/full/skulls.gif\";s:46:\"/images/backgrounds/patterns/thumbs/skulls.jpg\";s:46:\"/images/backgrounds/patterns/full/stardust.gif\";s:48:\"/images/backgrounds/patterns/thumbs/stardust.jpg\";s:51:\"/images/backgrounds/patterns/full/subtle_grunge.png\";s:53:\"/images/backgrounds/patterns/thumbs/subtle_grunge.jpg\";}','no'),(4466,'_transient_timeout_optionsframework_clean_options','1546642163','no'); INSERT INTO `wp_qkl48evxg3_options` VALUES (4467,'_transient_optionsframework_clean_options','a:772:{s:18:\"general-appearance\";a:3:{s:4:\"name\";s:18:\"General Appearance\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:18:\"general-appearance\";}s:21:\"general-content_width\";a:5:{s:4:\"name\";s:13:\"Content width\";s:2:\"id\";s:21:\"general-content_width\";s:3:\"std\";s:6:\"1200px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:4:\"px|%\";}s:14:\"general-layout\";a:6:{s:4:\"name\";s:6:\"Layout\";s:2:\"id\";s:14:\"general-layout\";s:3:\"std\";s:4:\"wide\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:4:\"wide\";a:2:{s:5:\"title\";s:4:\"Wide\";s:3:\"src\";s:48:\"/inc/admin/assets/images/general-layout-wide.gif\";}s:5:\"boxed\";a:2:{s:5:\"title\";s:5:\"Boxed\";s:3:\"src\";s:49:\"/inc/admin/assets/images/general-layout-boxed.gif\";}}}s:17:\"general-box_width\";a:6:{s:4:\"name\";s:9:\"Box width\";s:2:\"id\";s:17:\"general-box_width\";s:3:\"std\";s:6:\"1320px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:4:\"px|%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:14:\"general-layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"boxed\";}}s:22:\"general-boxed_bg_color\";a:4:{s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:5:\"color\";s:2:\"id\";s:22:\"general-boxed_bg_color\";s:3:\"std\";s:7:\"#ffffff\";}s:22:\"general-boxed_bg_image\";a:4:{s:4:\"name\";s:20:\"Add background image\";s:4:\"type\";s:14:\"background_img\";s:2:\"id\";s:22:\"general-boxed_bg_image\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}}s:27:\"general-boxed_bg_fullscreen\";a:4:{s:4:\"name\";s:11:\"Fullscreen \";s:4:\"type\";s:8:\"checkbox\";s:2:\"id\";s:27:\"general-boxed_bg_fullscreen\";s:3:\"std\";i:0;}s:22:\"general-boxed_bg_fixed\";a:4:{s:4:\"name\";s:17:\"Fixed background \";s:4:\"type\";s:8:\"checkbox\";s:2:\"id\";s:22:\"general-boxed_bg_fixed\";s:3:\"std\";i:0;}s:16:\"general-bg_color\";a:5:{s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:2:\"id\";s:16:\"general-bg_color\";s:3:\"std\";s:7:\"#252525\";s:4:\"desc\";s:48:\"\"Opacity\" isn\'t compatible with slide-out footer\";}s:16:\"general-bg_image\";a:4:{s:4:\"name\";s:20:\"Add background image\";s:4:\"type\";s:14:\"background_img\";s:2:\"id\";s:16:\"general-bg_image\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}}s:21:\"general-bg_fullscreen\";a:4:{s:4:\"name\";s:10:\"Fullscreen\";s:4:\"type\";s:8:\"checkbox\";s:2:\"id\";s:21:\"general-bg_fullscreen\";s:3:\"std\";i:0;}s:16:\"general-bg_fixed\";a:5:{s:4:\"name\";s:16:\"Fixed background\";s:4:\"type\";s:8:\"checkbox\";s:2:\"id\";s:16:\"general-bg_fixed\";s:3:\"std\";i:0;s:4:\"desc\";s:69:\"\"Fixed\" setting isn\'t compatible with \"overlapping\" title area style.\";}s:30:\"general-content_boxes_bg_color\";a:4:{s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:2:\"id\";s:30:\"general-content_boxes_bg_color\";s:3:\"std\";s:7:\"#FFFFFF\";}s:32:\"general-content_boxes_decoration\";a:6:{s:4:\"name\";s:10:\"Decoration\";s:4:\"type\";s:6:\"images\";s:2:\"id\";s:32:\"general-content_boxes_decoration\";s:3:\"std\";s:4:\"none\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"title\";s:4:\"None\";s:3:\"src\";s:66:\"/inc/admin/assets/images/general-content_boxes_decoration-none.gif\";}s:6:\"shadow\";a:2:{s:5:\"title\";s:6:\"Shadow\";s:3:\"src\";s:68:\"/inc/admin/assets/images/general-content_boxes_decoration-shadow.gif\";}s:7:\"outline\";a:2:{s:5:\"title\";s:7:\"Outline\";s:3:\"src\";s:69:\"/inc/admin/assets/images/general-content_boxes_decoration-outline.gif\";}}}s:46:\"general-content_boxes_decoration_outline_color\";a:5:{s:4:\"name\";s:24:\"Decoration outline color\";s:4:\"type\";s:11:\"alpha_color\";s:2:\"id\";s:46:\"general-content_boxes_decoration_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:10:\"dependency\";a:3:{s:5:\"field\";s:32:\"general-content_boxes_decoration\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"outline\";}}s:14:\"dividers-color\";a:4:{s:4:\"name\";s:14:\"Dividers color\";s:4:\"type\";s:11:\"alpha_color\";s:2:\"id\";s:14:\"dividers-color\";s:3:\"std\";s:7:\"#cccccc\";}s:25:\"general-accent_color_mode\";a:7:{s:4:\"name\";s:12:\"Accent color\";s:4:\"type\";s:6:\"images\";s:2:\"id\";s:25:\"general-accent_color_mode\";s:3:\"std\";s:5:\"color\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:2:{s:5:\"color\";s:31:\"general-accent_color_mode-color\";s:8:\"gradient\";s:34:\"general-accent_color_mode-gradient\";}s:7:\"options\";a:2:{s:5:\"color\";a:2:{s:5:\"title\";s:11:\"Solid color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:8:\"Gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:23:\"general-accent_bg_color\";a:5:{s:4:\"name\";s:6:\" \";s:4:\"type\";s:5:\"color\";s:2:\"id\";s:23:\"general-accent_bg_color\";s:3:\"std\";s:7:\"#D73B37\";s:10:\"dependency\";a:3:{s:5:\"field\";s:25:\"general-accent_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:32:\"general-accent_bg_color_gradient\";a:5:{s:4:\"name\";s:6:\" \";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:32:\"general-accent_bg_color_gradient\";s:3:\"std\";s:32:\"45deg|#fff 0%|#999 50%|#000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:25:\"general-accent_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:21:\"general-border_radius\";a:5:{s:4:\"name\";s:13:\"Border radius\";s:4:\"type\";s:6:\"number\";s:2:\"id\";s:21:\"general-border_radius\";s:3:\"std\";s:1:\"8\";s:5:\"units\";s:2:\"px\";}s:25:\"general-beautiful_loading\";a:6:{s:4:\"name\";s:17:\"Beautiful loading\";s:4:\"type\";s:6:\"images\";s:2:\"id\";s:25:\"general-beautiful_loading\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:7:\"enabled\";s:7:\"options\";a:2:{s:7:\"enabled\";a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/general-beautiful_loading-enabled.gif\";}s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:63:\"/inc/admin/assets/images/general-beautiful_loading-disabled.gif\";}}}s:37:\"general-fullscreen_overlay_color_mode\";a:7:{s:4:\"name\";s:24:\"Fullscreen overlay color\";s:2:\"id\";s:37:\"general-fullscreen_overlay_color_mode\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}s:10:\"dependency\";a:3:{s:5:\"field\";s:25:\"general-beautiful_loading\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}s:32:\"general-fullscreen_overlay_color\";a:5:{s:4:\"name\";s:31:\"Fullscreen overlay custom color\";s:4:\"type\";s:11:\"alpha_color\";s:2:\"id\";s:32:\"general-fullscreen_overlay_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:37:\"general-fullscreen_overlay_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}i:1;a:3:{s:5:\"field\";s:25:\"general-beautiful_loading\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}}s:35:\"general-fullscreen_overlay_gradient\";a:5:{s:4:\"name\";s:34:\"Fullscreen overlay custom gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:35:\"general-fullscreen_overlay_gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#ffffff 100%\";s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:37:\"general-fullscreen_overlay_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}i:1;a:3:{s:5:\"field\";s:25:\"general-beautiful_loading\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}}s:34:\"general-fullscreen_overlay_opacity\";a:6:{s:4:\"name\";s:26:\"Fullscreen overlay opacity\";s:4:\"type\";s:6:\"slider\";s:2:\"id\";s:34:\"general-fullscreen_overlay_opacity\";s:3:\"std\";i:100;s:7:\"options\";a:3:{s:3:\"max\";i:100;s:3:\"min\";i:0;s:4:\"step\";i:1;}s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:37:\"general-fullscreen_overlay_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}i:1;a:3:{s:5:\"field\";s:25:\"general-beautiful_loading\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}}s:21:\"general-spinner_color\";a:5:{s:4:\"name\";s:13:\"Spinner color\";s:4:\"type\";s:11:\"alpha_color\";s:2:\"id\";s:21:\"general-spinner_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:25:\"general-beautiful_loading\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}s:20:\"general-loader_style\";a:7:{s:4:\"name\";s:12:\"Loader style\";s:4:\"type\";s:5:\"radio\";s:2:\"id\";s:20:\"general-loader_style\";s:3:\"std\";s:14:\"double_circles\";s:7:\"options\";a:4:{s:14:\"double_circles\";s:7:\"Spinner\";s:16:\"square_jelly_box\";s:4:\"Ring\";s:17:\"ball_elastic_dots\";s:4:\"Bars\";s:6:\"custom\";s:6:\"Custom\";}s:9:\"show_hide\";a:1:{s:6:\"custom\";b:1;}s:10:\"dependency\";a:3:{s:5:\"field\";s:25:\"general-beautiful_loading\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}s:21:\"general-custom_loader\";a:5:{s:2:\"id\";s:21:\"general-custom_loader\";s:4:\"type\";s:8:\"textarea\";s:3:\"std\";b:0;s:8:\"sanitize\";s:16:\"without_sanitize\";s:8:\"settings\";a:1:{s:4:\"rows\";i:8;}}s:32:\"general-lightbox_overlay_opacity\";a:5:{s:4:\"name\";s:24:\"Lightbox overlay opacity\";s:4:\"type\";s:6:\"slider\";s:2:\"id\";s:32:\"general-lightbox_overlay_opacity\";s:3:\"std\";i:85;s:7:\"options\";a:3:{s:3:\"max\";i:100;s:3:\"min\";i:0;s:4:\"step\";i:1;}}s:27:\"general-lightbox_arrow_size\";a:5:{s:4:\"name\";s:10:\"Arrow size\";s:4:\"type\";s:6:\"number\";s:2:\"id\";s:27:\"general-lightbox_arrow_size\";s:3:\"std\";s:4:\"62px\";s:5:\"units\";s:2:\"px\";}s:5:\"skins\";a:3:{s:4:\"name\";s:5:\"Skins\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:5:\"skins\";}s:6:\"preset\";a:4:{s:2:\"id\";s:6:\"preset\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:5:\"skins\";s:7:\"options\";a:22:{s:7:\"skin11r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin11r.gif\";s:5:\"title\";s:7:\"skin11r\";}s:7:\"skin12r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin12r.gif\";s:5:\"title\";s:7:\"skin12r\";}s:7:\"skin15r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin15r.gif\";s:5:\"title\";s:7:\"skin15r\";}s:7:\"skin14r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin14r.gif\";s:5:\"title\";s:7:\"skin14r\";}s:7:\"skin09r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin09r.gif\";s:5:\"title\";s:7:\"skin09r\";}s:7:\"skin03r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin03r.gif\";s:5:\"title\";s:7:\"skin03r\";}s:7:\"skin05r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin05r.gif\";s:5:\"title\";s:7:\"skin05r\";}s:7:\"skin02r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin02r.gif\";s:5:\"title\";s:7:\"skin02r\";}s:7:\"skin11b\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin11b.gif\";s:5:\"title\";s:7:\"skin11b\";}s:7:\"skin16r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin16r.gif\";s:5:\"title\";s:7:\"skin16r\";}s:7:\"skin19b\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin19b.gif\";s:5:\"title\";s:7:\"skin19b\";}s:7:\"skin19r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin19r.gif\";s:5:\"title\";s:7:\"skin19r\";}s:7:\"skin10r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin10r.gif\";s:5:\"title\";s:7:\"skin10r\";}s:7:\"skin07c\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin07c.gif\";s:5:\"title\";s:7:\"skin07c\";}s:7:\"skin06r\";a:2:{s:3:\"src\";s:30:\"/inc/presets/icons/skin06r.gif\";s:5:\"title\";s:7:\"skin06r\";}s:8:\"wizard01\";a:2:{s:3:\"src\";s:31:\"/inc/presets/icons/wizard01.gif\";s:5:\"title\";s:8:\"wizard01\";}s:8:\"wizard02\";a:2:{s:3:\"src\";s:31:\"/inc/presets/icons/wizard02.gif\";s:5:\"title\";s:8:\"wizard02\";}s:8:\"wizard03\";a:2:{s:3:\"src\";s:31:\"/inc/presets/icons/wizard03.gif\";s:5:\"title\";s:8:\"wizard03\";}s:8:\"wizard05\";a:2:{s:3:\"src\";s:31:\"/inc/presets/icons/wizard05.gif\";s:5:\"title\";s:8:\"wizard05\";}s:8:\"wizard07\";a:2:{s:3:\"src\";s:31:\"/inc/presets/icons/wizard07.gif\";s:5:\"title\";s:8:\"wizard07\";}s:8:\"wizard08\";a:2:{s:3:\"src\";s:31:\"/inc/presets/icons/wizard08.gif\";s:5:\"title\";s:8:\"wizard08\";}s:8:\"wizard09\";a:2:{s:3:\"src\";s:31:\"/inc/presets/icons/wizard09.gif\";s:5:\"title\";s:8:\"wizard09\";}}}s:6:\"layout\";a:3:{s:4:\"name\";s:6:\"Layout\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:6:\"layout\";}s:13:\"header-layout\";a:8:{s:2:\"id\";s:13:\"header-layout\";s:4:\"name\";s:13:\"Choose layout\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:7:\"classic\";s:5:\"style\";s:8:\"vertical\";s:5:\"class\";s:20:\"option-header-layout\";s:7:\"options\";a:7:{s:7:\"classic\";a:2:{s:5:\"title\";s:7:\"Classic\";s:3:\"src\";s:32:\"/inc/admin/assets/images/h01.gif\";}s:6:\"inline\";a:2:{s:5:\"title\";s:6:\"Inline\";s:3:\"src\";s:32:\"/inc/admin/assets/images/h02.gif\";}s:5:\"split\";a:2:{s:5:\"title\";s:5:\"Split\";s:3:\"src\";s:32:\"/inc/admin/assets/images/h03.gif\";}s:4:\"side\";a:2:{s:5:\"title\";s:4:\"Side\";s:3:\"src\";s:32:\"/inc/admin/assets/images/h04.gif\";}s:8:\"top_line\";a:2:{s:5:\"title\";s:8:\"Top line\";s:3:\"src\";s:32:\"/inc/admin/assets/images/h05.gif\";}s:9:\"side_line\";a:2:{s:5:\"title\";s:9:\"Side line\";s:3:\"src\";s:32:\"/inc/admin/assets/images/h06.gif\";}s:9:\"menu_icon\";a:2:{s:5:\"title\";s:20:\"Floating menu button\";s:3:\"src\";s:32:\"/inc/admin/assets/images/h07.gif\";}}s:9:\"show_hide\";a:4:{s:4:\"side\";a:1:{i:0;s:30:\"header-below-menu-microwidgets\";}s:8:\"top_line\";a:3:{i:0;s:38:\"header-layout-side-navigation-settings\";i:1;s:31:\"header-in-top-line-microwidgets\";i:2;s:30:\"header-below-menu-microwidgets\";}s:9:\"menu_icon\";a:2:{i:0;s:38:\"header-layout-side-navigation-settings\";i:1;s:30:\"header-below-menu-microwidgets\";}s:9:\"side_line\";a:2:{i:0;s:38:\"header-layout-side-navigation-settings\";i:1;s:30:\"header-below-menu-microwidgets\";}}}s:21:\"header-classic-height\";a:5:{s:2:\"id\";s:21:\"header-classic-height\";s:4:\"name\";s:13:\"Header height\";s:3:\"std\";s:5:\"140px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:28:\"header-classic-menu-position\";a:6:{s:2:\"id\";s:28:\"header-classic-menu-position\";s:4:\"name\";s:13:\"Menu position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:3:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-classic-menu-position-left.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:64:\"/inc/admin/assets/images/header-classic-menu-position-center.gif\";}s:7:\"justify\";a:2:{s:5:\"title\";s:9:\"Justified\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-classic-menu-position-justify.gif\";}}s:5:\"class\";s:5:\"small\";}s:26:\"header-classic-menu-margin\";a:5:{s:2:\"id\";s:26:\"header-classic-menu-margin\";s:4:\"name\";s:11:\"Menu margin\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:7:\"0px 0px\";s:6:\"fields\";a:2:{i:0;s:3:\"Top\";i:1;s:6:\"Bottom\";}}s:28:\"header-classic-logo-position\";a:6:{s:2:\"id\";s:28:\"header-classic-logo-position\";s:4:\"name\";s:13:\"Logo position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-classic-logo-position-left.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:64:\"/inc/admin/assets/images/header-classic-logo-position-center.gif\";}}s:5:\"class\";s:5:\"small\";}s:27:\"header-classic-is_fullwidth\";a:6:{s:2:\"id\";s:27:\"header-classic-is_fullwidth\";s:4:\"name\";s:10:\"Full width\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:63:\"/inc/admin/assets/images/header-classic-isfullwidth-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:64:\"/inc/admin/assets/images/header-classic-isfullwidth-disabled.gif\";}}}s:20:\"header-inline-height\";a:5:{s:2:\"id\";s:20:\"header-inline-height\";s:4:\"name\";s:13:\"Header height\";s:3:\"std\";s:5:\"140px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:27:\"header-inline-menu-position\";a:6:{s:2:\"id\";s:27:\"header-inline-menu-position\";s:4:\"name\";s:13:\"Menu position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:5:\"right\";s:7:\"options\";a:4:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-inline-menu-position-left.gif\";}s:5:\"right\";a:2:{s:5:\"title\";s:5:\"Right\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-inline-menu-position-right.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:63:\"/inc/admin/assets/images/header-inline-menu-position-center.gif\";}s:7:\"justify\";a:2:{s:5:\"title\";s:9:\"Justified\";s:3:\"src\";s:64:\"/inc/admin/assets/images/header-inline-menu-position-justify.gif\";}}s:5:\"class\";s:5:\"small\";}s:26:\"header-inline-is_fullwidth\";a:6:{s:2:\"id\";s:26:\"header-inline-is_fullwidth\";s:4:\"name\";s:10:\"Full width\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-inline-isfullwidth-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:63:\"/inc/admin/assets/images/header-inline-isfullwidth-disabled.gif\";}}}s:19:\"header-split-height\";a:5:{s:2:\"id\";s:19:\"header-split-height\";s:4:\"name\";s:13:\"Header height\";s:3:\"std\";s:5:\"100px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:26:\"header-split-menu-position\";a:6:{s:2:\"id\";s:26:\"header-split-menu-position\";s:4:\"name\";s:28:\"Menu & microwidgets position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:6:\"inside\";s:7:\"options\";a:4:{s:7:\"justify\";a:2:{s:5:\"title\";s:9:\"Justified\";s:3:\"src\";s:63:\"/inc/admin/assets/images/header-split-menu-position-justify.gif\";}s:6:\"inside\";a:2:{s:5:\"title\";s:33:\"Menu inside, microwidgets outside\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-split-menu-position-inside.gif\";}s:12:\"fully_inside\";a:2:{s:5:\"title\";s:32:\"Menu inside, microwidgets inside\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-split-menu-position-fullyinside.gif\";}s:7:\"outside\";a:2:{s:5:\"title\";s:34:\"Menu outside, microwidgets outside\";s:3:\"src\";s:63:\"/inc/admin/assets/images/header-split-menu-position-outside.gif\";}}s:5:\"class\";s:5:\"small\";}s:25:\"header-split-is_fullwidth\";a:6:{s:2:\"id\";s:25:\"header-split-is_fullwidth\";s:4:\"name\";s:10:\"Full width\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-split-isfullwidth-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-split-isfullwidth-disabled.gif\";}}}s:17:\"header-side-width\";a:5:{s:2:\"id\";s:17:\"header-side-width\";s:4:\"name\";s:12:\"Header width\";s:3:\"std\";s:5:\"300px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:4:\"px|%\";}s:20:\"header-side-position\";a:6:{s:2:\"id\";s:20:\"header-side-position\";s:4:\"name\";s:15:\"Header position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:54:\"/inc/admin/assets/images/header-side-position-left.gif\";}s:5:\"right\";a:2:{s:5:\"title\";s:5:\"Right\";s:3:\"src\";s:55:\"/inc/admin/assets/images/header-side-position-right.gif\";}}s:5:\"class\";s:5:\"small\";}s:27:\"header-side-content-padding\";a:4:{s:2:\"id\";s:27:\"header-side-content-padding\";s:4:\"name\";s:24:\"Navigation area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:25:\"header-side-menu-position\";a:6:{s:4:\"name\";s:13:\"Menu position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:5:\"v_top\";s:7:\"options\";a:3:{s:5:\"v_top\";a:2:{s:5:\"title\";s:3:\"Top\";s:3:\"src\";s:58:\"/inc/admin/assets/images/header-side-menu-position-top.gif\";}s:8:\"v_center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-menu-position-center.gif\";}s:8:\"v_bottom\";a:2:{s:5:\"title\";s:6:\"Bottom\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-menu-position-bottom.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:25:\"header-side-menu-position\";}s:25:\"header-side-logo-position\";a:6:{s:4:\"name\";s:30:\"Logo and microwidgets position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:12:\"fully_inside\";s:7:\"options\";a:2:{s:12:\"fully_inside\";a:2:{s:5:\"title\";s:23:\"Along the edges of menu\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-side-logo-position-fullyinside.gif\";}s:6:\"inside\";a:2:{s:5:\"title\";s:34:\"Along the edges of navigation area\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-logo-position-inside.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:25:\"header-side-logo-position\";}s:32:\"header-side-menu-items_alignment\";a:6:{s:4:\"name\";s:20:\"Menu items alignment\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemsalignment-left.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-side-menu-itemsalignment-center.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:32:\"header-side-menu-items_alignment\";}s:27:\"header-side-menu-items_link\";a:6:{s:4:\"name\";s:20:\"Menu items link area\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:9:\"fullwidth\";s:7:\"options\";a:2:{s:9:\"fullwidth\";a:2:{s:5:\"title\";s:10:\"Full-width\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemslink-fullwidth.gif\";}s:9:\"textwidth\";a:2:{s:5:\"title\";s:10:\"Text-width\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemslink-textwidth.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:27:\"header-side-menu-items_link\";}s:22:\"layout-top_line-height\";a:5:{s:2:\"id\";s:22:\"layout-top_line-height\";s:4:\"name\";s:15:\"Top line height\";s:3:\"std\";s:5:\"130px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:29:\"layout-top_line-logo-position\";a:6:{s:2:\"id\";s:29:\"layout-top_line-logo-position\";s:4:\"name\";s:27:\"Logo & menu button position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:4:{s:19:\"left_btn-right_logo\";a:2:{s:5:\"title\";s:24:\"Left button + right logo\";s:3:\"src\";s:48:\"/inc/admin/assets/images/top-line-left-right.gif\";}s:20:\"left_btn-center_logo\";a:2:{s:5:\"title\";s:27:\"Left button + centered logo\";s:3:\"src\";s:49:\"/inc/admin/assets/images/top-line-left-center.gif\";}s:4:\"left\";a:2:{s:5:\"title\";s:24:\"Right button + left logo\";s:3:\"src\";s:78:\"/inc/admin/assets/images/header-slideout-layout-topline-logo-position-left.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:28:\"Right button + centered logo\";s:3:\"src\";s:80:\"/inc/admin/assets/images/header-slideout-layout-topline-logo-position-center.gif\";}}s:5:\"class\";s:5:\"small\";}s:28:\"layout-top_line-is_fullwidth\";a:6:{s:2:\"id\";s:28:\"layout-top_line-is_fullwidth\";s:4:\"name\";s:10:\"Full width\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-topline-fullwidth-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-topline-fullwidth-disabled.gif\";}}}s:25:\"layout-top_line-is_sticky\";a:6:{s:2:\"id\";s:25:\"layout-top_line-is_sticky\";s:4:\"name\";s:11:\"Sticky line\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:49:\"/inc/admin/assets/images/top-line-floating-on.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/top-line-floating-off.gif\";}}}s:22:\"header-side_line-width\";a:5:{s:2:\"id\";s:22:\"header-side_line-width\";s:4:\"name\";s:15:\"Side line width\";s:3:\"std\";s:4:\"60px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:27:\"layout-side_line-v_position\";a:6:{s:2:\"id\";s:27:\"layout-side_line-v_position\";s:4:\"name\";s:13:\"Line position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:42:\"/inc/admin/assets/images/side-lie-left.gif\";}s:5:\"right\";a:2:{s:5:\"title\";s:5:\"Right\";s:3:\"src\";s:44:\"/inc/admin/assets/images/side-line-right.gif\";}}s:5:\"class\";s:5:\"small\";}s:25:\"layout-side_line-position\";a:6:{s:2:\"id\";s:25:\"layout-side_line-position\";s:4:\"name\";s:20:\"Show navigation area\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:5:\"above\";s:7:\"options\";a:2:{s:5:\"above\";a:2:{s:5:\"title\";s:14:\"Above the line\";s:3:\"src\";s:75:\"/inc/admin/assets/images/header-slideout-layout-sideline-position-above.gif\";}s:5:\"under\";a:2:{s:5:\"title\";s:14:\"Under the line\";s:3:\"src\";s:75:\"/inc/admin/assets/images/header-slideout-layout-sideline-position-under.gif\";}}s:5:\"class\";s:5:\"small\";}s:25:\"layout-menu_icon-position\";a:6:{s:2:\"id\";s:25:\"layout-menu_icon-position\";s:4:\"name\";s:27:\"Logo & menu button position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:15:\"menu_icon_right\";s:7:\"options\";a:2:{s:14:\"menu_icon_left\";a:2:{s:5:\"title\";s:24:\"Left button + right logo\";s:3:\"src\";s:39:\"/inc/admin/assets/images/logo-right.gif\";}s:15:\"menu_icon_right\";a:2:{s:5:\"title\";s:24:\"Right button + left logo\";s:3:\"src\";s:38:\"/inc/admin/assets/images/logo-left.gif\";}}s:5:\"class\";s:5:\"small\";}s:35:\"layout-menu_icon-show_floating_logo\";a:6:{s:2:\"id\";s:35:\"layout-menu_icon-show_floating_logo\";s:4:\"name\";s:13:\"Floating logo\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:1:\"1\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:85:\"/inc/admin/assets/images/header-slideout-layout-menuicon-showfloatinglogo-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:86:\"/inc/admin/assets/images/header-slideout-layout-menuicon-showfloatinglogo-disabled.gif\";}}s:5:\"class\";s:5:\"small\";}s:19:\"navigation-settings\";a:3:{s:4:\"name\";s:10:\"Navigation\";s:2:\"id\";s:19:\"navigation-settings\";s:4:\"type\";s:5:\"block\";}s:17:\"header_navigation\";a:7:{s:2:\"id\";s:17:\"header_navigation\";s:4:\"name\";s:10:\"Navigation\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:9:\"slide_out\";s:7:\"options\";a:2:{s:9:\"slide_out\";a:2:{s:5:\"title\";s:15:\"Side navigation\";s:3:\"src\";s:45:\"/inc/admin/assets/images/slide-out-header.gif\";}s:7:\"overlay\";a:2:{s:5:\"title\";s:18:\"Overlay navigation\";s:3:\"src\";s:43:\"/inc/admin/assets/images/overlay-header.gif\";}}s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:2:{s:9:\"slide_out\";s:28:\"slide_out_navigation_options\";s:7:\"overlay\";s:30:\"header-layout-overlay-settings\";}}s:22:\"header-slide_out-width\";a:5:{s:2:\"id\";s:22:\"header-slide_out-width\";s:4:\"name\";s:21:\"Navigation area width\";s:3:\"std\";s:5:\"300px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:4:\"px|%\";}s:25:\"header-slide_out-position\";a:6:{s:2:\"id\";s:25:\"header-slide_out-position\";s:4:\"name\";s:24:\"Navigation area position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:54:\"/inc/admin/assets/images/header-side-position-left.gif\";}s:5:\"right\";a:2:{s:5:\"title\";s:5:\"Right\";s:3:\"src\";s:55:\"/inc/admin/assets/images/header-side-position-right.gif\";}}s:5:\"class\";s:5:\"small\";}s:32:\"header-slide_out-content-padding\";a:4:{s:2:\"id\";s:32:\"header-slide_out-content-padding\";s:4:\"name\";s:24:\"Navigation area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:34:\"header-slide_out-overlay-animation\";a:6:{s:2:\"id\";s:34:\"header-slide_out-overlay-animation\";s:4:\"name\";s:20:\"Animation on opening\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"fade\";s:7:\"options\";a:2:{s:4:\"fade\";a:2:{s:5:\"title\";s:4:\"Fade\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-slideout-overlay-animation-fade.gif\";}s:5:\"slide\";a:2:{s:5:\"title\";s:5:\"Slide\";s:3:\"src\";s:68:\"/inc/admin/assets/images/header-slideout-overlay-animation-slide.gif\";}}s:5:\"class\";s:5:\"small\";}s:30:\"header-slide_out-menu-position\";a:6:{s:4:\"name\";s:13:\"Menu position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:5:\"v_top\";s:7:\"options\";a:3:{s:5:\"v_top\";a:2:{s:5:\"title\";s:3:\"Top\";s:3:\"src\";s:58:\"/inc/admin/assets/images/header-side-menu-position-top.gif\";}s:8:\"v_center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-menu-position-center.gif\";}s:8:\"v_bottom\";a:2:{s:5:\"title\";s:6:\"Bottom\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-menu-position-bottom.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:30:\"header-slide_out-menu-position\";}s:30:\"header-slide_out-logo-position\";a:6:{s:4:\"name\";s:30:\"Logo and microwidgets position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:12:\"fully_inside\";s:7:\"options\";a:2:{s:12:\"fully_inside\";a:2:{s:5:\"title\";s:23:\"Along the edges of menu\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-side-logo-position-fullyinside.gif\";}s:6:\"inside\";a:2:{s:5:\"title\";s:34:\"Along the edges of navigation area\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-logo-position-inside.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:30:\"header-slide_out-logo-position\";}s:37:\"header-slide_out-menu-items_alignment\";a:6:{s:4:\"name\";s:20:\"Menu items alignment\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemsalignment-left.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-side-menu-itemsalignment-center.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:37:\"header-slide_out-menu-items_alignment\";}s:32:\"header-slide_out-menu-items_link\";a:6:{s:4:\"name\";s:20:\"Menu items link area\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:9:\"fullwidth\";s:7:\"options\";a:2:{s:9:\"fullwidth\";a:2:{s:5:\"title\";s:10:\"Full-width\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemslink-fullwidth.gif\";}s:9:\"textwidth\";a:2:{s:5:\"title\";s:10:\"Text-width\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemslink-textwidth.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:32:\"header-slide_out-menu-items_link\";}s:28:\"header-overlay-content-width\";a:6:{s:4:\"name\";s:21:\"Navigation area width\";s:3:\"std\";s:5:\"400px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:4:\"px|%\";s:2:\"id\";s:28:\"header-overlay-content-width\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header_navigation\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"overlay\";}}}}s:31:\"header-overlay-content-position\";a:7:{s:4:\"name\";s:24:\"Navigation area position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:3:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-overlay-content-position-left.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-overlay-content-position-center.gif\";}s:5:\"right\";a:2:{s:5:\"title\";s:5:\"Right\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-overlay-content-position-right.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:31:\"header-overlay-content-position\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header_navigation\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"overlay\";}}}}s:30:\"header-overlay-content-padding\";a:5:{s:2:\"id\";s:30:\"header-overlay-content-padding\";s:4:\"name\";s:24:\"Navigation area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header_navigation\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"overlay\";}}}}s:28:\"header-overlay-menu-position\";a:7:{s:4:\"name\";s:13:\"Menu position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:5:\"v_top\";s:7:\"options\";a:3:{s:5:\"v_top\";a:2:{s:5:\"title\";s:3:\"Top\";s:3:\"src\";s:58:\"/inc/admin/assets/images/header-side-menu-position-top.gif\";}s:8:\"v_center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-menu-position-center.gif\";}s:8:\"v_bottom\";a:2:{s:5:\"title\";s:6:\"Bottom\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-menu-position-bottom.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:28:\"header-overlay-menu-position\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header_navigation\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"overlay\";}}}}s:28:\"header-overlay-logo-position\";a:7:{s:4:\"name\";s:30:\"Logo and microwidgets position\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:12:\"fully_inside\";s:7:\"options\";a:2:{s:12:\"fully_inside\";a:2:{s:5:\"title\";s:23:\"Along the edges of menu\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-side-logo-position-fullyinside.gif\";}s:6:\"inside\";a:2:{s:5:\"title\";s:34:\"Along the edges of navigation area\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-side-logo-position-inside.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:28:\"header-overlay-logo-position\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header_navigation\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"overlay\";}}}}s:35:\"header-overlay-menu-items_alignment\";a:7:{s:4:\"name\";s:20:\"Menu items alignment\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemsalignment-left.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:6:\"Center\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-side-menu-itemsalignment-center.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:35:\"header-overlay-menu-items_alignment\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header_navigation\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"overlay\";}}}}s:30:\"header-overlay-menu-items_link\";a:7:{s:4:\"name\";s:20:\"Menu items link area\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:9:\"fullwidth\";s:7:\"options\";a:2:{s:9:\"fullwidth\";a:2:{s:5:\"title\";s:10:\"Full-width\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemslink-fullwidth.gif\";}s:9:\"textwidth\";a:2:{s:5:\"title\";s:10:\"Text-width\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-side-menu-itemslink-textwidth.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:30:\"header-overlay-menu-items_link\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header_navigation\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"overlay\";}}}}s:12:\"microwidgets\";a:3:{s:4:\"name\";s:12:\"Microwidgets\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:12:\"microwidgets\";}s:28:\"header-classic-show_elements\";a:8:{s:2:\"id\";s:28:\"header-classic-show_elements\";s:4:\"name\";s:12:\"Microwidgets\";s:4:\"desc\";s:105:\"When enabled, microwidgets can be rearranged below. You can set them up in dedicated \"Microwidgets\" tab.\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:49:\"/inc/admin/assets/images/microwidgets-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:26:\"header-classic-icons_style\";a:6:{s:4:\"name\";s:5:\"Icons\";s:2:\"id\";s:26:\"header-classic-icons_style\";s:3:\"std\";s:5:\"light\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"title\";s:5:\"Light\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-icons_style-light.gif\";}s:4:\"bold\";a:2:{s:5:\"title\";s:4:\"Bold\";s:3:\"src\";s:53:\"/inc/admin/assets/images/general-icons_style-bold.gif\";}}}s:23:\"header-classic-elements\";a:6:{s:2:\"id\";s:23:\"header-classic-elements\";s:4:\"type\";s:8:\"sortable\";s:3:\"std\";a:0:{}s:13:\"palette_title\";s:21:\"Inactive microwidgets\";s:5:\"items\";a:15:{s:12:\"social_icons\";a:2:{s:5:\"title\";s:12:\"Social icons\";s:5:\"class\";s:0:\"\";}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:5:\"class\";s:0:\"\";}s:11:\"custom_menu\";a:2:{s:5:\"title\";s:6:\"Menu 1\";s:5:\"class\";s:0:\"\";}s:5:\"menu2\";a:2:{s:5:\"title\";s:6:\"Menu 2\";s:5:\"class\";s:0:\"\";}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:5:\"class\";s:0:\"\";}s:9:\"text_area\";a:2:{s:5:\"title\";s:6:\"Text 1\";s:5:\"class\";s:0:\"\";}s:10:\"text2_area\";a:2:{s:5:\"title\";s:6:\"Text 2\";s:5:\"class\";s:0:\"\";}s:10:\"text3_area\";a:2:{s:5:\"title\";s:6:\"Text 3\";s:5:\"class\";s:0:\"\";}s:10:\"text4_area\";a:2:{s:5:\"title\";s:6:\"Text 4\";s:5:\"class\";s:0:\"\";}s:10:\"text5_area\";a:2:{s:5:\"title\";s:6:\"Text 5\";s:5:\"class\";s:0:\"\";}s:5:\"skype\";a:2:{s:5:\"title\";s:5:\"Skype\";s:5:\"class\";s:0:\"\";}s:5:\"email\";a:2:{s:5:\"title\";s:4:\"Mail\";s:5:\"class\";s:0:\"\";}s:7:\"address\";a:2:{s:5:\"title\";s:7:\"Address\";s:5:\"class\";s:0:\"\";}s:5:\"phone\";a:2:{s:5:\"title\";s:5:\"Phone\";s:5:\"class\";s:0:\"\";}s:13:\"working_hours\";a:2:{s:5:\"title\";s:13:\"Working hours\";s:5:\"class\";s:0:\"\";}}s:6:\"fields\";a:5:{s:12:\"top_bar_left\";a:2:{s:5:\"title\";s:30:\"Microwidgets in top bar (left)\";s:5:\"class\";s:10:\"field-blue\";}s:13:\"top_bar_right\";a:2:{s:5:\"title\";s:31:\"Microwidgets in top bar (right)\";s:5:\"class\";s:10:\"field-blue\";}s:15:\"near_menu_right\";a:2:{s:5:\"title\";s:31:\"Microwidgets in navigation area\";s:5:\"class\";s:11:\"field-green\";}s:14:\"near_logo_left\";a:2:{s:5:\"title\";s:29:\"Microwidgets near logo (left)\";s:5:\"class\";s:9:\"field-red\";}s:15:\"near_logo_right\";a:2:{s:5:\"title\";s:30:\"Microwidgets near logo (right)\";s:5:\"class\";s:9:\"field-red\";}}}s:45:\"header-classic-elements-near_menu-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:45:\"header-classic-elements-near_menu-font_family\";}s:43:\"header-classic-elements-near_menu-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:43:\"header-classic-elements-near_menu-font_size\";}s:44:\"header-classic-elements-near_menu-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:44:\"header-classic-elements-near_menu-font_color\";}s:47:\"header-classic-elements-near_menu_right-padding\";a:4:{s:2:\"id\";s:47:\"header-classic-elements-near_menu_right-padding\";s:4:\"name\";s:26:\"Microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:45:\"header-classic-elements-near_logo-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:45:\"header-classic-elements-near_logo-font_family\";}s:43:\"header-classic-elements-near_logo-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:43:\"header-classic-elements-near_logo-font_size\";}s:44:\"header-classic-elements-near_logo-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:44:\"header-classic-elements-near_logo-font_color\";}s:46:\"header-classic-elements-near_logo_left-padding\";a:4:{s:2:\"id\";s:46:\"header-classic-elements-near_logo_left-padding\";s:4:\"name\";s:31:\"Left microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:47:\"header-classic-elements-near_logo_right-padding\";a:4:{s:2:\"id\";s:47:\"header-classic-elements-near_logo_right-padding\";s:4:\"name\";s:32:\"Right microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:27:\"header-inline-show_elements\";a:8:{s:2:\"id\";s:27:\"header-inline-show_elements\";s:4:\"name\";s:12:\"Microwidgets\";s:4:\"desc\";s:105:\"When enabled, microwidgets can be rearranged below. You can set them up in dedicated \"Microwidgets\" tab.\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:49:\"/inc/admin/assets/images/microwidgets-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:25:\"header-inline-icons_style\";a:6:{s:4:\"name\";s:5:\"Icons\";s:2:\"id\";s:25:\"header-inline-icons_style\";s:3:\"std\";s:5:\"light\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"title\";s:5:\"Light\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-icons_style-light.gif\";}s:4:\"bold\";a:2:{s:5:\"title\";s:4:\"Bold\";s:3:\"src\";s:53:\"/inc/admin/assets/images/general-icons_style-bold.gif\";}}}s:22:\"header-inline-elements\";a:6:{s:2:\"id\";s:22:\"header-inline-elements\";s:4:\"type\";s:8:\"sortable\";s:3:\"std\";a:0:{}s:13:\"palette_title\";s:21:\"Inactive microwidgets\";s:5:\"items\";a:15:{s:12:\"social_icons\";a:2:{s:5:\"title\";s:12:\"Social icons\";s:5:\"class\";s:0:\"\";}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:5:\"class\";s:0:\"\";}s:11:\"custom_menu\";a:2:{s:5:\"title\";s:6:\"Menu 1\";s:5:\"class\";s:0:\"\";}s:5:\"menu2\";a:2:{s:5:\"title\";s:6:\"Menu 2\";s:5:\"class\";s:0:\"\";}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:5:\"class\";s:0:\"\";}s:9:\"text_area\";a:2:{s:5:\"title\";s:6:\"Text 1\";s:5:\"class\";s:0:\"\";}s:10:\"text2_area\";a:2:{s:5:\"title\";s:6:\"Text 2\";s:5:\"class\";s:0:\"\";}s:10:\"text3_area\";a:2:{s:5:\"title\";s:6:\"Text 3\";s:5:\"class\";s:0:\"\";}s:10:\"text4_area\";a:2:{s:5:\"title\";s:6:\"Text 4\";s:5:\"class\";s:0:\"\";}s:10:\"text5_area\";a:2:{s:5:\"title\";s:6:\"Text 5\";s:5:\"class\";s:0:\"\";}s:5:\"skype\";a:2:{s:5:\"title\";s:5:\"Skype\";s:5:\"class\";s:0:\"\";}s:5:\"email\";a:2:{s:5:\"title\";s:4:\"Mail\";s:5:\"class\";s:0:\"\";}s:7:\"address\";a:2:{s:5:\"title\";s:7:\"Address\";s:5:\"class\";s:0:\"\";}s:5:\"phone\";a:2:{s:5:\"title\";s:5:\"Phone\";s:5:\"class\";s:0:\"\";}s:13:\"working_hours\";a:2:{s:5:\"title\";s:13:\"Working hours\";s:5:\"class\";s:0:\"\";}}s:6:\"fields\";a:3:{s:12:\"top_bar_left\";a:2:{s:5:\"title\";s:30:\"Microwidgets in top bar (left)\";s:5:\"class\";s:10:\"field-blue\";}s:13:\"top_bar_right\";a:2:{s:5:\"title\";s:31:\"Microwidgets in top bar (right)\";s:5:\"class\";s:10:\"field-blue\";}s:15:\"near_menu_right\";a:2:{s:5:\"title\";s:31:\"Microwidgets in navigation area\";s:5:\"class\";s:11:\"field-green\";}}}s:44:\"header-inline-elements-near_menu-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:44:\"header-inline-elements-near_menu-font_family\";}s:42:\"header-inline-elements-near_menu-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:42:\"header-inline-elements-near_menu-font_size\";}s:43:\"header-inline-elements-near_menu-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:43:\"header-inline-elements-near_menu-font_color\";}s:46:\"header-inline-elements-near_menu_right-padding\";a:4:{s:2:\"id\";s:46:\"header-inline-elements-near_menu_right-padding\";s:4:\"name\";s:26:\"Microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:26:\"header-split-show_elements\";a:8:{s:2:\"id\";s:26:\"header-split-show_elements\";s:4:\"name\";s:12:\"Microwidgets\";s:4:\"desc\";s:105:\"When enabled, microwidgets can be rearranged below. You can set them up in dedicated \"Microwidgets\" tab.\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:49:\"/inc/admin/assets/images/microwidgets-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:24:\"header-split-icons_style\";a:6:{s:4:\"name\";s:5:\"Icons\";s:2:\"id\";s:24:\"header-split-icons_style\";s:3:\"std\";s:5:\"light\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"title\";s:5:\"Light\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-icons_style-light.gif\";}s:4:\"bold\";a:2:{s:5:\"title\";s:4:\"Bold\";s:3:\"src\";s:53:\"/inc/admin/assets/images/general-icons_style-bold.gif\";}}}s:21:\"header-split-elements\";a:6:{s:2:\"id\";s:21:\"header-split-elements\";s:4:\"type\";s:8:\"sortable\";s:3:\"std\";a:0:{}s:13:\"palette_title\";s:21:\"Inactive microwidgets\";s:5:\"items\";a:15:{s:12:\"social_icons\";a:2:{s:5:\"title\";s:12:\"Social icons\";s:5:\"class\";s:0:\"\";}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:5:\"class\";s:0:\"\";}s:11:\"custom_menu\";a:2:{s:5:\"title\";s:6:\"Menu 1\";s:5:\"class\";s:0:\"\";}s:5:\"menu2\";a:2:{s:5:\"title\";s:6:\"Menu 2\";s:5:\"class\";s:0:\"\";}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:5:\"class\";s:0:\"\";}s:9:\"text_area\";a:2:{s:5:\"title\";s:6:\"Text 1\";s:5:\"class\";s:0:\"\";}s:10:\"text2_area\";a:2:{s:5:\"title\";s:6:\"Text 2\";s:5:\"class\";s:0:\"\";}s:10:\"text3_area\";a:2:{s:5:\"title\";s:6:\"Text 3\";s:5:\"class\";s:0:\"\";}s:10:\"text4_area\";a:2:{s:5:\"title\";s:6:\"Text 4\";s:5:\"class\";s:0:\"\";}s:10:\"text5_area\";a:2:{s:5:\"title\";s:6:\"Text 5\";s:5:\"class\";s:0:\"\";}s:5:\"skype\";a:2:{s:5:\"title\";s:5:\"Skype\";s:5:\"class\";s:0:\"\";}s:5:\"email\";a:2:{s:5:\"title\";s:4:\"Mail\";s:5:\"class\";s:0:\"\";}s:7:\"address\";a:2:{s:5:\"title\";s:7:\"Address\";s:5:\"class\";s:0:\"\";}s:5:\"phone\";a:2:{s:5:\"title\";s:5:\"Phone\";s:5:\"class\";s:0:\"\";}s:13:\"working_hours\";a:2:{s:5:\"title\";s:13:\"Working hours\";s:5:\"class\";s:0:\"\";}}s:6:\"fields\";a:4:{s:12:\"top_bar_left\";a:2:{s:5:\"title\";s:30:\"Microwidgets in top bar (left)\";s:5:\"class\";s:10:\"field-blue\";}s:13:\"top_bar_right\";a:2:{s:5:\"title\";s:31:\"Microwidgets in top bar (right)\";s:5:\"class\";s:10:\"field-blue\";}s:14:\"near_menu_left\";a:2:{s:5:\"title\";s:38:\"Microwidgets in navigation area (left)\";s:5:\"class\";s:11:\"field-green\";}s:15:\"near_menu_right\";a:2:{s:5:\"title\";s:39:\"Microwidgets in navigation area (right)\";s:5:\"class\";s:11:\"field-green\";}}}s:43:\"header-split-elements-near_menu-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:43:\"header-split-elements-near_menu-font_family\";}s:41:\"header-split-elements-near_menu-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:41:\"header-split-elements-near_menu-font_size\";}s:42:\"header-split-elements-near_menu-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:42:\"header-split-elements-near_menu-font_color\";}s:44:\"header-split-elements-near_menu_left-padding\";a:4:{s:2:\"id\";s:44:\"header-split-elements-near_menu_left-padding\";s:4:\"name\";s:31:\"Left microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:45:\"header-split-elements-near_menu_right-padding\";a:4:{s:2:\"id\";s:45:\"header-split-elements-near_menu_right-padding\";s:4:\"name\";s:32:\"Right microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:25:\"header-side-show_elements\";a:8:{s:2:\"id\";s:25:\"header-side-show_elements\";s:4:\"name\";s:12:\"Microwidgets\";s:4:\"desc\";s:105:\"When enabled, microwidgets can be rearranged below. You can set them up in dedicated \"Microwidgets\" tab.\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:49:\"/inc/admin/assets/images/microwidgets-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:23:\"header-side-icons_style\";a:6:{s:4:\"name\";s:5:\"Icons\";s:2:\"id\";s:23:\"header-side-icons_style\";s:3:\"std\";s:5:\"light\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"title\";s:5:\"Light\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-icons_style-light.gif\";}s:4:\"bold\";a:2:{s:5:\"title\";s:4:\"Bold\";s:3:\"src\";s:53:\"/inc/admin/assets/images/general-icons_style-bold.gif\";}}}s:20:\"header-side-elements\";a:6:{s:2:\"id\";s:20:\"header-side-elements\";s:4:\"type\";s:8:\"sortable\";s:3:\"std\";a:0:{}s:13:\"palette_title\";s:17:\"Inactive elements\";s:5:\"items\";a:15:{s:12:\"social_icons\";a:2:{s:5:\"title\";s:12:\"Social icons\";s:5:\"class\";s:0:\"\";}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:5:\"class\";s:0:\"\";}s:11:\"custom_menu\";a:2:{s:5:\"title\";s:6:\"Menu 1\";s:5:\"class\";s:0:\"\";}s:5:\"menu2\";a:2:{s:5:\"title\";s:6:\"Menu 2\";s:5:\"class\";s:0:\"\";}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:5:\"class\";s:0:\"\";}s:9:\"text_area\";a:2:{s:5:\"title\";s:6:\"Text 1\";s:5:\"class\";s:0:\"\";}s:10:\"text2_area\";a:2:{s:5:\"title\";s:6:\"Text 2\";s:5:\"class\";s:0:\"\";}s:10:\"text3_area\";a:2:{s:5:\"title\";s:6:\"Text 3\";s:5:\"class\";s:0:\"\";}s:10:\"text4_area\";a:2:{s:5:\"title\";s:6:\"Text 4\";s:5:\"class\";s:0:\"\";}s:10:\"text5_area\";a:2:{s:5:\"title\";s:6:\"Text 5\";s:5:\"class\";s:0:\"\";}s:5:\"skype\";a:2:{s:5:\"title\";s:5:\"Skype\";s:5:\"class\";s:0:\"\";}s:5:\"email\";a:2:{s:5:\"title\";s:4:\"Mail\";s:5:\"class\";s:0:\"\";}s:7:\"address\";a:2:{s:5:\"title\";s:7:\"Address\";s:5:\"class\";s:0:\"\";}s:5:\"phone\";a:2:{s:5:\"title\";s:5:\"Phone\";s:5:\"class\";s:0:\"\";}s:13:\"working_hours\";a:2:{s:5:\"title\";s:13:\"Working hours\";s:5:\"class\";s:0:\"\";}}s:6:\"fields\";a:1:{s:10:\"below_menu\";a:2:{s:5:\"title\";s:10:\"Below menu\";s:5:\"class\";s:11:\"field-green\";}}}s:42:\"header-side-elements-near_menu-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:42:\"header-side-elements-near_menu-font_family\";}s:40:\"header-side-elements-near_menu-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:40:\"header-side-elements-near_menu-font_size\";}s:41:\"header-side-elements-near_menu-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:41:\"header-side-elements-near_menu-font_color\";}s:39:\"header-side-elements-below_menu-padding\";a:4:{s:2:\"id\";s:39:\"header-side-elements-below_menu-padding\";s:4:\"name\";s:23:\"Area below menu padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:29:\"header-top_line-show_elements\";a:8:{s:2:\"id\";s:29:\"header-top_line-show_elements\";s:4:\"name\";s:12:\"Microwidgets\";s:4:\"desc\";s:105:\"When enabled, microwidgets can be rearranged below. You can set them up in dedicated \"Microwidgets\" tab.\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:49:\"/inc/admin/assets/images/microwidgets-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:27:\"header-top_line-icons_style\";a:6:{s:4:\"name\";s:5:\"Icons\";s:2:\"id\";s:27:\"header-top_line-icons_style\";s:3:\"std\";s:5:\"light\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"title\";s:5:\"Light\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-icons_style-light.gif\";}s:4:\"bold\";a:2:{s:5:\"title\";s:4:\"Bold\";s:3:\"src\";s:53:\"/inc/admin/assets/images/general-icons_style-bold.gif\";}}}s:24:\"header-top_line-elements\";a:6:{s:2:\"id\";s:24:\"header-top_line-elements\";s:4:\"type\";s:8:\"sortable\";s:3:\"std\";a:0:{}s:13:\"palette_title\";s:21:\"Inactive microwidgets\";s:5:\"items\";a:15:{s:12:\"social_icons\";a:2:{s:5:\"title\";s:12:\"Social icons\";s:5:\"class\";s:0:\"\";}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:5:\"class\";s:0:\"\";}s:11:\"custom_menu\";a:2:{s:5:\"title\";s:6:\"Menu 1\";s:5:\"class\";s:0:\"\";}s:5:\"menu2\";a:2:{s:5:\"title\";s:6:\"Menu 2\";s:5:\"class\";s:0:\"\";}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:5:\"class\";s:0:\"\";}s:9:\"text_area\";a:2:{s:5:\"title\";s:6:\"Text 1\";s:5:\"class\";s:0:\"\";}s:10:\"text2_area\";a:2:{s:5:\"title\";s:6:\"Text 2\";s:5:\"class\";s:0:\"\";}s:10:\"text3_area\";a:2:{s:5:\"title\";s:6:\"Text 3\";s:5:\"class\";s:0:\"\";}s:10:\"text4_area\";a:2:{s:5:\"title\";s:6:\"Text 4\";s:5:\"class\";s:0:\"\";}s:10:\"text5_area\";a:2:{s:5:\"title\";s:6:\"Text 5\";s:5:\"class\";s:0:\"\";}s:5:\"skype\";a:2:{s:5:\"title\";s:5:\"Skype\";s:5:\"class\";s:0:\"\";}s:5:\"email\";a:2:{s:5:\"title\";s:4:\"Mail\";s:5:\"class\";s:0:\"\";}s:7:\"address\";a:2:{s:5:\"title\";s:7:\"Address\";s:5:\"class\";s:0:\"\";}s:5:\"phone\";a:2:{s:5:\"title\";s:5:\"Phone\";s:5:\"class\";s:0:\"\";}s:13:\"working_hours\";a:2:{s:5:\"title\";s:13:\"Working hours\";s:5:\"class\";s:0:\"\";}}s:6:\"fields\";a:3:{s:13:\"side_top_line\";a:2:{s:5:\"title\";s:31:\"Microwidgets in top line (left)\";s:5:\"class\";s:9:\"field-red\";}s:14:\"top_line_right\";a:2:{s:5:\"title\";s:32:\"Microwidgets in top line (right)\";s:5:\"class\";s:9:\"field-red\";}s:10:\"below_menu\";a:2:{s:5:\"title\";s:31:\"Microwidgets in navigation area\";s:5:\"class\";s:11:\"field-green\";}}}s:48:\"header-top_line-elements-in_top_line-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:48:\"header-top_line-elements-in_top_line-font_family\";}s:46:\"header-top_line-elements-in_top_line-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:46:\"header-top_line-elements-in_top_line-font_size\";}s:47:\"header-top_line-elements-in_top_line-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:47:\"header-top_line-elements-in_top_line-font_color\";}s:41:\"header-top_line-elements-top_line-padding\";a:4:{s:2:\"id\";s:41:\"header-top_line-elements-top_line-padding\";s:4:\"name\";s:31:\"Left microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:47:\"header-top_line-elements-top_line_right-padding\";a:4:{s:2:\"id\";s:47:\"header-top_line-elements-top_line_right-padding\";s:4:\"name\";s:32:\"Right microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:46:\"header-top_line-elements-near_menu-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:46:\"header-top_line-elements-near_menu-font_family\";}s:44:\"header-top_line-elements-near_menu-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:44:\"header-top_line-elements-near_menu-font_size\";}s:45:\"header-top_line-elements-near_menu-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:45:\"header-top_line-elements-near_menu-font_color\";}s:43:\"header-top_line-elements-below_menu-padding\";a:4:{s:2:\"id\";s:43:\"header-top_line-elements-below_menu-padding\";s:4:\"name\";s:26:\"Microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:30:\"header-side_line-show_elements\";a:8:{s:2:\"id\";s:30:\"header-side_line-show_elements\";s:4:\"name\";s:12:\"Microwidgets\";s:4:\"desc\";s:105:\"When enabled, microwidgets can be rearranged below. You can set them up in dedicated \"Microwidgets\" tab.\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:49:\"/inc/admin/assets/images/microwidgets-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:28:\"header-side_line-icons_style\";a:6:{s:4:\"name\";s:5:\"Icons\";s:2:\"id\";s:28:\"header-side_line-icons_style\";s:3:\"std\";s:5:\"light\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"title\";s:5:\"Light\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-icons_style-light.gif\";}s:4:\"bold\";a:2:{s:5:\"title\";s:4:\"Bold\";s:3:\"src\";s:53:\"/inc/admin/assets/images/general-icons_style-bold.gif\";}}}s:25:\"header-side_line-elements\";a:6:{s:2:\"id\";s:25:\"header-side_line-elements\";s:4:\"type\";s:8:\"sortable\";s:3:\"std\";a:0:{}s:13:\"palette_title\";s:21:\"Inactive microwidgets\";s:5:\"items\";a:15:{s:12:\"social_icons\";a:2:{s:5:\"title\";s:12:\"Social icons\";s:5:\"class\";s:0:\"\";}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:5:\"class\";s:0:\"\";}s:11:\"custom_menu\";a:2:{s:5:\"title\";s:6:\"Menu 1\";s:5:\"class\";s:0:\"\";}s:5:\"menu2\";a:2:{s:5:\"title\";s:6:\"Menu 2\";s:5:\"class\";s:0:\"\";}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:5:\"class\";s:0:\"\";}s:9:\"text_area\";a:2:{s:5:\"title\";s:6:\"Text 1\";s:5:\"class\";s:0:\"\";}s:10:\"text2_area\";a:2:{s:5:\"title\";s:6:\"Text 2\";s:5:\"class\";s:0:\"\";}s:10:\"text3_area\";a:2:{s:5:\"title\";s:6:\"Text 3\";s:5:\"class\";s:0:\"\";}s:10:\"text4_area\";a:2:{s:5:\"title\";s:6:\"Text 4\";s:5:\"class\";s:0:\"\";}s:10:\"text5_area\";a:2:{s:5:\"title\";s:6:\"Text 5\";s:5:\"class\";s:0:\"\";}s:5:\"skype\";a:2:{s:5:\"title\";s:5:\"Skype\";s:5:\"class\";s:0:\"\";}s:5:\"email\";a:2:{s:5:\"title\";s:4:\"Mail\";s:5:\"class\";s:0:\"\";}s:7:\"address\";a:2:{s:5:\"title\";s:7:\"Address\";s:5:\"class\";s:0:\"\";}s:5:\"phone\";a:2:{s:5:\"title\";s:5:\"Phone\";s:5:\"class\";s:0:\"\";}s:13:\"working_hours\";a:2:{s:5:\"title\";s:13:\"Working hours\";s:5:\"class\";s:0:\"\";}}s:6:\"fields\";a:1:{s:10:\"below_menu\";a:2:{s:5:\"title\";s:31:\"Microwidgets in navigation area\";s:5:\"class\";s:11:\"field-green\";}}}s:47:\"header-side_line-elements-near_menu-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:47:\"header-side_line-elements-near_menu-font_family\";}s:45:\"header-side_line-elements-near_menu-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:45:\"header-side_line-elements-near_menu-font_size\";}s:46:\"header-side_line-elements-near_menu-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:46:\"header-side_line-elements-near_menu-font_color\";}s:44:\"header-side_line-elements-below_menu-padding\";a:4:{s:2:\"id\";s:44:\"header-side_line-elements-below_menu-padding\";s:4:\"name\";s:26:\"Microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:30:\"header-menu_icon-show_elements\";a:8:{s:2:\"id\";s:30:\"header-menu_icon-show_elements\";s:4:\"name\";s:12:\"Microwidgets\";s:4:\"desc\";s:105:\"When enabled, microwidgets can be rearranged below. You can set them up in dedicated \"Microwidgets\" tab.\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:49:\"/inc/admin/assets/images/microwidgets-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:28:\"header-menu_icon-icons_style\";a:6:{s:4:\"name\";s:5:\"Icons\";s:2:\"id\";s:28:\"header-menu_icon-icons_style\";s:3:\"std\";s:5:\"light\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:5:\"light\";a:2:{s:5:\"title\";s:5:\"Light\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-icons_style-light.gif\";}s:4:\"bold\";a:2:{s:5:\"title\";s:4:\"Bold\";s:3:\"src\";s:53:\"/inc/admin/assets/images/general-icons_style-bold.gif\";}}}s:25:\"header-menu_icon-elements\";a:6:{s:2:\"id\";s:25:\"header-menu_icon-elements\";s:4:\"type\";s:8:\"sortable\";s:3:\"std\";a:0:{}s:13:\"palette_title\";s:21:\"Inactive microwidgets\";s:5:\"items\";a:15:{s:12:\"social_icons\";a:2:{s:5:\"title\";s:12:\"Social icons\";s:5:\"class\";s:0:\"\";}s:6:\"search\";a:2:{s:5:\"title\";s:6:\"Search\";s:5:\"class\";s:0:\"\";}s:11:\"custom_menu\";a:2:{s:5:\"title\";s:6:\"Menu 1\";s:5:\"class\";s:0:\"\";}s:5:\"menu2\";a:2:{s:5:\"title\";s:6:\"Menu 2\";s:5:\"class\";s:0:\"\";}s:5:\"login\";a:2:{s:5:\"title\";s:5:\"Login\";s:5:\"class\";s:0:\"\";}s:9:\"text_area\";a:2:{s:5:\"title\";s:6:\"Text 1\";s:5:\"class\";s:0:\"\";}s:10:\"text2_area\";a:2:{s:5:\"title\";s:6:\"Text 2\";s:5:\"class\";s:0:\"\";}s:10:\"text3_area\";a:2:{s:5:\"title\";s:6:\"Text 3\";s:5:\"class\";s:0:\"\";}s:10:\"text4_area\";a:2:{s:5:\"title\";s:6:\"Text 4\";s:5:\"class\";s:0:\"\";}s:10:\"text5_area\";a:2:{s:5:\"title\";s:6:\"Text 5\";s:5:\"class\";s:0:\"\";}s:5:\"skype\";a:2:{s:5:\"title\";s:5:\"Skype\";s:5:\"class\";s:0:\"\";}s:5:\"email\";a:2:{s:5:\"title\";s:4:\"Mail\";s:5:\"class\";s:0:\"\";}s:7:\"address\";a:2:{s:5:\"title\";s:7:\"Address\";s:5:\"class\";s:0:\"\";}s:5:\"phone\";a:2:{s:5:\"title\";s:5:\"Phone\";s:5:\"class\";s:0:\"\";}s:13:\"working_hours\";a:2:{s:5:\"title\";s:13:\"Working hours\";s:5:\"class\";s:0:\"\";}}s:6:\"fields\";a:1:{s:10:\"below_menu\";a:2:{s:5:\"title\";s:31:\"Microwidgets in navigation area\";s:5:\"class\";s:11:\"field-green\";}}}s:47:\"header-menu_icon-elements-near_menu-font_family\";a:5:{s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";s:2:\"id\";s:47:\"header-menu_icon-elements-near_menu-font_family\";}s:45:\"header-menu_icon-elements-near_menu-font_size\";a:6:{s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:2:\"id\";s:45:\"header-menu_icon-elements-near_menu-font_size\";}s:46:\"header-menu_icon-elements-near_menu-font_color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#888888\";s:2:\"id\";s:46:\"header-menu_icon-elements-near_menu-font_color\";}s:44:\"header-menu_icon-elements-below_menu-padding\";a:4:{s:2:\"id\";s:44:\"header-menu_icon-elements-below_menu-padding\";s:4:\"name\";s:26:\"Microwidgets area paddings\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:19:\"top_bar-font-family\";a:5:{s:2:\"id\";s:19:\"top_bar-font-family\";s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:9:\"Open Sans\";s:5:\"fonts\";s:3:\"all\";}s:17:\"top_bar-font-size\";a:6:{s:2:\"id\";s:17:\"top_bar-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:16;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}}s:27:\"top_bar-font-is_capitalized\";a:4:{s:2:\"id\";s:27:\"top_bar-font-is_capitalized\";s:4:\"name\";s:11:\"Capitalize \";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:18:\"top_bar-font-color\";a:4:{s:2:\"id\";s:18:\"top_bar-font-color\";s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#686868\";}s:38:\"header-mobile-microwidgets-font-family\";a:5:{s:2:\"id\";s:38:\"header-mobile-microwidgets-font-family\";s:4:\"name\";s:11:\"Font family\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:9:\"Open Sans\";s:5:\"fonts\";s:3:\"all\";}s:36:\"header-mobile-microwidgets-font-size\";a:6:{s:2:\"id\";s:36:\"header-mobile-microwidgets-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:16;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}}s:37:\"header-mobile-microwidgets-font-color\";a:4:{s:2:\"id\";s:37:\"header-mobile-microwidgets-font-color\";s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#000000\";}s:25:\"microwidgets-search-block\";a:5:{s:4:\"name\";s:6:\"Search\";s:2:\"id\";s:25:\"microwidgets-search-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:30:\"header-elements-search-caption\";a:6:{s:4:\"name\";s:7:\"Caption\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:8:\"sanitize\";s:8:\"textarea\";s:7:\"divider\";b:0;s:2:\"id\";s:30:\"header-elements-search-caption\";}s:27:\"header-elements-search-icon\";a:4:{s:4:\"name\";s:17:\"Show graphic icon\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";s:2:\"id\";s:27:\"header-elements-search-icon\";}s:34:\"header-elements-search-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:34:\"header-elements-search-on-desktops\";}s:42:\"header-elements-search-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:42:\"header-elements-search-first-header-switch\";}s:43:\"header-elements-search-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:43:\"header-elements-search-second-header-switch\";}s:26:\"microwidgets-address-block\";a:5:{s:4:\"name\";s:7:\"Address\";s:2:\"id\";s:26:\"microwidgets-address-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:39:\"header-elements-contact-address-caption\";a:7:{s:4:\"name\";s:7:\"Address\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:8:\"sanitize\";s:8:\"textarea\";s:7:\"divider\";b:0;s:5:\"class\";s:4:\"wide\";s:2:\"id\";s:39:\"header-elements-contact-address-caption\";}s:36:\"header-elements-contact-address-icon\";a:4:{s:4:\"name\";s:17:\"Show graphic icon\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";s:2:\"id\";s:36:\"header-elements-contact-address-icon\";}s:43:\"header-elements-contact-address-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:43:\"header-elements-contact-address-on-desktops\";}s:51:\"header-elements-contact-address-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:51:\"header-elements-contact-address-first-header-switch\";}s:52:\"header-elements-contact-address-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:52:\"header-elements-contact-address-second-header-switch\";}s:24:\"microwidgets-phone-block\";a:5:{s:4:\"name\";s:5:\"Phone\";s:2:\"id\";s:24:\"microwidgets-phone-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:37:\"header-elements-contact-phone-caption\";a:7:{s:4:\"name\";s:5:\"Phone\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:8:\"sanitize\";s:8:\"textarea\";s:7:\"divider\";b:0;s:5:\"class\";s:4:\"wide\";s:2:\"id\";s:37:\"header-elements-contact-phone-caption\";}s:34:\"header-elements-contact-phone-icon\";a:4:{s:4:\"name\";s:17:\"Show graphic icon\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";s:2:\"id\";s:34:\"header-elements-contact-phone-icon\";}s:41:\"header-elements-contact-phone-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:41:\"header-elements-contact-phone-on-desktops\";}s:49:\"header-elements-contact-phone-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:49:\"header-elements-contact-phone-first-header-switch\";}s:50:\"header-elements-contact-phone-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:50:\"header-elements-contact-phone-second-header-switch\";}s:24:\"microwidgets-email-block\";a:5:{s:4:\"name\";s:5:\"Email\";s:2:\"id\";s:24:\"microwidgets-email-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:37:\"header-elements-contact-email-caption\";a:7:{s:4:\"name\";s:5:\"Email\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:8:\"sanitize\";s:8:\"textarea\";s:7:\"divider\";b:0;s:5:\"class\";s:4:\"wide\";s:2:\"id\";s:37:\"header-elements-contact-email-caption\";}s:34:\"header-elements-contact-email-icon\";a:4:{s:4:\"name\";s:17:\"Show graphic icon\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";s:2:\"id\";s:34:\"header-elements-contact-email-icon\";}s:41:\"header-elements-contact-email-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:41:\"header-elements-contact-email-on-desktops\";}s:49:\"header-elements-contact-email-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:49:\"header-elements-contact-email-first-header-switch\";}s:50:\"header-elements-contact-email-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:50:\"header-elements-contact-email-second-header-switch\";}s:24:\"microwidgets-skype-block\";a:5:{s:4:\"name\";s:5:\"Skype\";s:2:\"id\";s:24:\"microwidgets-skype-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:37:\"header-elements-contact-skype-caption\";a:7:{s:4:\"name\";s:5:\"Skype\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:8:\"sanitize\";s:8:\"textarea\";s:7:\"divider\";b:0;s:5:\"class\";s:4:\"wide\";s:2:\"id\";s:37:\"header-elements-contact-skype-caption\";}s:34:\"header-elements-contact-skype-icon\";a:4:{s:4:\"name\";s:17:\"Show graphic icon\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";s:2:\"id\";s:34:\"header-elements-contact-skype-icon\";}s:41:\"header-elements-contact-skype-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:41:\"header-elements-contact-skype-on-desktops\";}s:49:\"header-elements-contact-skype-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:49:\"header-elements-contact-skype-first-header-switch\";}s:50:\"header-elements-contact-skype-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:50:\"header-elements-contact-skype-second-header-switch\";}s:32:\"microwidgets-working_hours-block\";a:5:{s:4:\"name\";s:13:\"Working hours\";s:2:\"id\";s:32:\"microwidgets-working_hours-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:37:\"header-elements-contact-clock-caption\";a:7:{s:4:\"name\";s:13:\"Working hours\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:8:\"sanitize\";s:8:\"textarea\";s:7:\"divider\";b:0;s:5:\"class\";s:4:\"wide\";s:2:\"id\";s:37:\"header-elements-contact-clock-caption\";}s:34:\"header-elements-contact-clock-icon\";a:4:{s:4:\"name\";s:17:\"Show graphic icon\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";s:2:\"id\";s:34:\"header-elements-contact-clock-icon\";}s:41:\"header-elements-contact-clock-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:41:\"header-elements-contact-clock-on-desktops\";}s:49:\"header-elements-contact-clock-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:49:\"header-elements-contact-clock-first-header-switch\";}s:50:\"header-elements-contact-clock-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:50:\"header-elements-contact-clock-second-header-switch\";}s:24:\"microwidgets-login-block\";a:5:{s:4:\"name\";s:5:\"Login\";s:2:\"id\";s:24:\"microwidgets-login-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:29:\"header-elements-login-caption\";a:4:{s:2:\"id\";s:29:\"header-elements-login-caption\";s:4:\"name\";s:13:\"Login caption\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:5:\"Login\";}s:30:\"header-elements-logout-caption\";a:4:{s:2:\"id\";s:30:\"header-elements-logout-caption\";s:4:\"name\";s:14:\"Logout caption\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:6:\"Logout\";}s:26:\"header-elements-login-icon\";a:4:{s:2:\"id\";s:26:\"header-elements-login-icon\";s:4:\"name\";s:17:\"Show graphic icon\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";}s:36:\"header-elements-login-use_logout_url\";a:4:{s:2:\"id\";s:36:\"header-elements-login-use_logout_url\";s:4:\"name\";s:22:\"Use custom logout link\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:0:\"\";}s:33:\"header-elements-login-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:33:\"header-elements-login-on-desktops\";}s:41:\"header-elements-login-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:41:\"header-elements-login-first-header-switch\";}s:42:\"header-elements-login-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:42:\"header-elements-login-second-header-switch\";}s:25:\"header-elements-login-url\";a:4:{s:2:\"id\";s:25:\"header-elements-login-url\";s:4:\"name\";s:4:\"Link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";}s:32:\"header-elements-login-logout_url\";a:5:{s:2:\"id\";s:32:\"header-elements-login-logout_url\";s:4:\"name\";s:11:\"Logout link\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:36:\"header-elements-login-use_logout_url\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:28:\"microwidgets-text_area-block\";a:5:{s:4:\"name\";s:6:\"Text 1\";s:2:\"id\";s:28:\"microwidgets-text_area-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:32:\"header-elements-text-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:32:\"header-elements-text-on-desktops\";}s:40:\"header-elements-text-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:40:\"header-elements-text-first-header-switch\";}s:41:\"header-elements-text-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:41:\"header-elements-text-second-header-switch\";}s:20:\"header-elements-text\";a:5:{s:2:\"id\";s:20:\"header-elements-text\";s:4:\"type\";s:8:\"textarea\";s:3:\"std\";b:0;s:7:\"divider\";s:3:\"top\";s:8:\"sanitize\";s:16:\"without_sanitize\";}s:29:\"microwidgets-text2_area-block\";a:5:{s:4:\"name\";s:6:\"Text 2\";s:2:\"id\";s:29:\"microwidgets-text2_area-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:34:\"header-elements-text-2-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:34:\"header-elements-text-2-on-desktops\";}s:42:\"header-elements-text-2-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:42:\"header-elements-text-2-first-header-switch\";}s:43:\"header-elements-text-2-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:43:\"header-elements-text-2-second-header-switch\";}s:22:\"header-elements-text-2\";a:5:{s:2:\"id\";s:22:\"header-elements-text-2\";s:4:\"type\";s:8:\"textarea\";s:3:\"std\";b:0;s:7:\"divider\";s:3:\"top\";s:8:\"sanitize\";s:16:\"without_sanitize\";}s:29:\"microwidgets-text3_area-block\";a:5:{s:4:\"name\";s:6:\"Text 3\";s:2:\"id\";s:29:\"microwidgets-text3_area-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:34:\"header-elements-text-3-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:34:\"header-elements-text-3-on-desktops\";}s:42:\"header-elements-text-3-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:42:\"header-elements-text-3-first-header-switch\";}s:43:\"header-elements-text-3-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:43:\"header-elements-text-3-second-header-switch\";}s:22:\"header-elements-text-3\";a:5:{s:2:\"id\";s:22:\"header-elements-text-3\";s:4:\"type\";s:8:\"textarea\";s:3:\"std\";b:0;s:7:\"divider\";s:3:\"top\";s:8:\"sanitize\";s:16:\"without_sanitize\";}s:29:\"microwidgets-text4_area-block\";a:5:{s:4:\"name\";s:6:\"Text 4\";s:2:\"id\";s:29:\"microwidgets-text4_area-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:34:\"header-elements-text-4-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:34:\"header-elements-text-4-on-desktops\";}s:42:\"header-elements-text-4-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:42:\"header-elements-text-4-first-header-switch\";}s:43:\"header-elements-text-4-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:43:\"header-elements-text-4-second-header-switch\";}s:22:\"header-elements-text-4\";a:5:{s:2:\"id\";s:22:\"header-elements-text-4\";s:4:\"type\";s:8:\"textarea\";s:3:\"std\";b:0;s:7:\"divider\";s:3:\"top\";s:8:\"sanitize\";s:16:\"without_sanitize\";}s:29:\"microwidgets-text5_area-block\";a:5:{s:4:\"name\";s:6:\"Text 5\";s:2:\"id\";s:29:\"microwidgets-text5_area-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:34:\"header-elements-text-5-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:34:\"header-elements-text-5-on-desktops\";}s:42:\"header-elements-text-5-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:42:\"header-elements-text-5-first-header-switch\";}s:43:\"header-elements-text-5-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:43:\"header-elements-text-5-second-header-switch\";}s:22:\"header-elements-text-5\";a:5:{s:2:\"id\";s:22:\"header-elements-text-5\";s:4:\"type\";s:8:\"textarea\";s:3:\"std\";b:0;s:7:\"divider\";s:3:\"top\";s:8:\"sanitize\";s:16:\"without_sanitize\";}s:30:\"microwidgets-custom_menu-block\";a:5:{s:4:\"name\";s:6:\"Menu 1\";s:2:\"id\";s:30:\"microwidgets-custom_menu-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:32:\"header-elements-menu-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:32:\"header-elements-menu-on-desktops\";}s:40:\"header-elements-menu-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:40:\"header-elements-menu-first-header-switch\";}s:41:\"header-elements-menu-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:41:\"header-elements-menu-second-header-switch\";}s:26:\"header-elements-menu-style\";a:5:{s:2:\"id\";s:26:\"header-elements-menu-style\";s:4:\"name\";s:18:\"Desktop menu style\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:8:\"dropdown\";s:7:\"options\";a:2:{s:8:\"dropdown\";s:8:\"Dropdown\";s:4:\"list\";s:4:\"List\";}}s:39:\"header-elements-menu-style-first-switch\";a:5:{s:2:\"id\";s:39:\"header-elements-menu-style-first-switch\";s:4:\"name\";s:30:\"First header switch menu style\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:8:\"dropdown\";s:7:\"options\";a:2:{s:8:\"dropdown\";s:8:\"Dropdown\";s:4:\"list\";s:4:\"List\";}}s:40:\"header-elements-menu-style-second-switch\";a:5:{s:2:\"id\";s:40:\"header-elements-menu-style-second-switch\";s:4:\"name\";s:31:\"Second header switch menu style\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:8:\"dropdown\";s:7:\"options\";a:2:{s:8:\"dropdown\";s:8:\"Dropdown\";s:4:\"list\";s:4:\"List\";}}s:24:\"microwidgets-menu2-block\";a:5:{s:4:\"name\";s:6:\"Menu 2\";s:2:\"id\";s:24:\"microwidgets-menu2-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:33:\"header-elements-menu2-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:33:\"header-elements-menu2-on-desktops\";}s:41:\"header-elements-menu2-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:41:\"header-elements-menu2-first-header-switch\";}s:42:\"header-elements-menu2-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:42:\"header-elements-menu2-second-header-switch\";}s:27:\"header-elements-menu2-style\";a:5:{s:2:\"id\";s:27:\"header-elements-menu2-style\";s:4:\"name\";s:18:\"Desktop menu style\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:8:\"dropdown\";s:7:\"options\";a:2:{s:8:\"dropdown\";s:8:\"Dropdown\";s:4:\"list\";s:4:\"List\";}}s:40:\"header-elements-menu2-style-first-switch\";a:5:{s:2:\"id\";s:40:\"header-elements-menu2-style-first-switch\";s:4:\"name\";s:30:\"First header switch menu style\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:8:\"dropdown\";s:7:\"options\";a:2:{s:8:\"dropdown\";s:8:\"Dropdown\";s:4:\"list\";s:4:\"List\";}}s:41:\"header-elements-menu2-style-second-switch\";a:5:{s:2:\"id\";s:41:\"header-elements-menu2-style-second-switch\";s:4:\"name\";s:31:\"Second header switch menu style\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:8:\"dropdown\";s:7:\"options\";a:2:{s:8:\"dropdown\";s:8:\"Dropdown\";s:4:\"list\";s:4:\"List\";}}s:31:\"microwidgets-social_icons-block\";a:5:{s:4:\"name\";s:12:\"Social icons\";s:2:\"id\";s:31:\"microwidgets-social_icons-block\";s:4:\"type\";s:5:\"block\";s:5:\"class\";s:14:\"block-disabled\";s:19:\"exclude_from_search\";b:1;}s:37:\"header-elements-soc_icons-on-desktops\";a:5:{s:4:\"name\";s:11:\"On desktops\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:4:\"show\";s:7:\"options\";a:2:{s:4:\"show\";s:4:\"Show\";s:4:\"hide\";s:4:\"Hide\";}s:2:\"id\";s:37:\"header-elements-soc_icons-on-desktops\";}s:45:\"header-elements-soc_icons-first-header-switch\";a:5:{s:4:\"name\";s:34:\"First header switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:9:\"near_logo\";s:7:\"options\";a:5:{s:9:\"near_logo\";s:13:\"Mobile header\";s:12:\"top_bar_left\";s:14:\"Top bar (left)\";s:13:\"top_bar_right\";s:15:\"Top bar (right)\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:45:\"header-elements-soc_icons-first-header-switch\";}s:46:\"header-elements-soc_icons-second-header-switch\";a:5:{s:4:\"name\";s:34:\"Second header switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"in_menu\";s:7:\"options\";a:4:{s:9:\"near_logo\";s:13:\"Mobile header\";s:10:\"in_top_bar\";s:7:\"Top bar\";s:7:\"in_menu\";s:17:\"Mobile navigation\";s:6:\"hidden\";s:4:\"Hide\";}s:2:\"id\";s:46:\"header-elements-soc_icons-second-header-switch\";}s:33:\"header-elements-soc_icons-bg-size\";a:5:{s:4:\"name\";s:21:\"Icons background size\";s:2:\"id\";s:33:\"header-elements-soc_icons-bg-size\";s:3:\"std\";s:4:\"26px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:30:\"header-elements-soc_icons-size\";a:5:{s:4:\"name\";s:10:\"Icons size\";s:2:\"id\";s:30:\"header-elements-soc_icons-size\";s:3:\"std\";s:4:\"16px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:38:\"header-elements-soc_icons_border_width\";a:5:{s:4:\"name\";s:18:\"Icons border width\";s:2:\"id\";s:38:\"header-elements-soc_icons_border_width\";s:3:\"std\";s:3:\"1px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:39:\"header-elements-soc_icons_border_radius\";a:5:{s:4:\"name\";s:19:\"Icons border radius\";s:2:\"id\";s:39:\"header-elements-soc_icons_border_radius\";s:3:\"std\";s:5:\"100px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:29:\"header-elements-soc_icons_gap\";a:5:{s:2:\"id\";s:29:\"header-elements-soc_icons_gap\";s:4:\"name\";s:17:\"Gap between icons\";s:3:\"std\";s:3:\"4px\";s:4:\"type\";s:4:\"text\";s:8:\"sanitize\";s:10:\"dimensions\";}s:31:\"header-elements-soc_icons-color\";a:6:{s:2:\"id\";s:31:\"header-elements-soc_icons-color\";s:4:\"name\";s:11:\"Icons color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:4:\"#fff\";s:8:\"sanitize\";s:11:\"empty_color\";s:4:\"desc\";s:31:\"Leave empty to use accent color\";}s:28:\"header-elements-soc_icons-bg\";a:6:{s:2:\"id\";s:28:\"header-elements-soc_icons-bg\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:4:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:43:\"/inc/admin/assets/images/color-disabled.gif\";}s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:34:\"header-elements-soc_icons-bg-color\";a:5:{s:4:\"name\";s:12:\"Choose color\";s:4:\"type\";s:11:\"alpha_color\";s:2:\"id\";s:34:\"header-elements-soc_icons-bg-color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:28:\"header-elements-soc_icons-bg\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:37:\"header-elements-soc_icons-bg-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:37:\"header-elements-soc_icons-bg-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:28:\"header-elements-soc_icons-bg\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:32:\"header-elements-soc_icons-border\";a:6:{s:2:\"id\";s:32:\"header-elements-soc_icons-border\";s:4:\"name\";s:12:\"Border color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:8:\"disabled\";s:7:\"options\";a:3:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:43:\"/inc/admin/assets/images/color-disabled.gif\";}s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}}}s:38:\"header-elements-soc_icons-border-color\";a:5:{s:2:\"id\";s:38:\"header-elements-soc_icons-border-color\";s:4:\"name\";s:12:\"Choose color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:32:\"header-elements-soc_icons-border\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}}}s:37:\"header-elements-soc_icons-hover-color\";a:6:{s:2:\"id\";s:37:\"header-elements-soc_icons-hover-color\";s:4:\"name\";s:11:\"Icons hover\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";s:8:\"sanitize\";s:11:\"empty_color\";s:4:\"desc\";s:31:\"Leave empty to use accent color\";}s:34:\"header-elements-soc_icons-hover-bg\";a:6:{s:2:\"id\";s:34:\"header-elements-soc_icons-hover-bg\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:4:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:43:\"/inc/admin/assets/images/color-disabled.gif\";}s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:40:\"header-elements-soc_icons-hover-bg-color\";a:5:{s:4:\"name\";s:12:\"Choose color\";s:4:\"type\";s:11:\"alpha_color\";s:2:\"id\";s:40:\"header-elements-soc_icons-hover-bg-color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:34:\"header-elements-soc_icons-hover-bg\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:43:\"header-elements-soc_icons-hover-bg-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:43:\"header-elements-soc_icons-hover-bg-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:34:\"header-elements-soc_icons-hover-bg\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:38:\"header-elements-soc_icons-hover-border\";a:6:{s:2:\"id\";s:38:\"header-elements-soc_icons-hover-border\";s:4:\"name\";s:12:\"Border color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:8:\"disabled\";s:7:\"options\";a:3:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:43:\"/inc/admin/assets/images/color-disabled.gif\";}s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}}}s:44:\"header-elements-soc_icons-hover-border-color\";a:5:{s:2:\"id\";s:44:\"header-elements-soc_icons-hover-border-color\";s:4:\"name\";s:12:\"Choose color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:38:\"header-elements-soc_icons-hover-border\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:25:\"header-elements-soc_icons\";a:4:{s:2:\"id\";s:25:\"header-elements-soc_icons\";s:4:\"type\";s:16:\"fields_generator\";s:3:\"std\";a:1:{i:0;a:2:{s:4:\"icon\";s:0:\"\";s:3:\"url\";s:0:\"\";}}s:7:\"options\";a:1:{s:6:\"fields\";a:2:{s:4:\"icon\";a:6:{s:4:\"type\";s:6:\"select\";s:5:\"class\";s:19:\"of_fields_gen_title\";s:11:\"description\";s:4:\"Icon\";s:4:\"wrap\";s:23:\"\";s:9:\"desc_wrap\";s:4:\"%2$s\";s:7:\"options\";a:36:{s:8:\"facebook\";s:8:\"Facebook\";s:7:\"twitter\";s:7:\"Twitter\";s:6:\"google\";s:7:\"Google+\";s:8:\"dribbble\";s:8:\"Dribbble\";s:8:\"you-tube\";s:7:\"YouTube\";s:3:\"rss\";s:3:\"Rss\";s:9:\"delicious\";s:9:\"Delicious\";s:6:\"flickr\";s:6:\"Flickr\";s:6:\"lastfm\";s:6:\"Lastfm\";s:8:\"linkedin\";s:8:\"Linkedin\";s:5:\"vimeo\";s:5:\"Vimeo\";s:7:\"tumbler\";s:6:\"Tumblr\";s:9:\"pinterest\";s:9:\"Pinterest\";s:6:\"devian\";s:10:\"Deviantart\";s:5:\"skype\";s:5:\"Skype\";s:6:\"github\";s:6:\"Github\";s:9:\"instagram\";s:9:\"Instagram\";s:11:\"stumbleupon\";s:11:\"Stumbleupon\";s:7:\"behance\";s:7:\"Behance\";s:4:\"mail\";s:4:\"Mail\";s:7:\"website\";s:7:\"Website\";s:6:\"px-500\";s:5:\"500px\";s:11:\"tripedvisor\";s:11:\"TripAdvisor\";s:2:\"vk\";s:2:\"VK\";s:10:\"foursquare\";s:10:\"Foursquare\";s:4:\"xing\";s:4:\"XING\";s:5:\"weibo\";s:5:\"Weibo\";s:13:\"odnoklassniki\";s:13:\"Odnoklassniki\";s:13:\"research-gate\";s:12:\"ResearchGate\";s:4:\"yelp\";s:4:\"Yelp\";s:7:\"blogger\";s:7:\"Blogger\";s:10:\"soundcloud\";s:10:\"SoundCloud\";s:5:\"viber\";s:5:\"Viber\";s:8:\"whatsapp\";s:8:\"Whatsapp\";s:6:\"reddit\";s:6:\"Reddit\";s:8:\"snapchat\";s:8:\"Snapchat\";}}s:3:\"url\";a:4:{s:4:\"type\";s:4:\"text\";s:11:\"description\";s:3:\"Url\";s:4:\"wrap\";s:23:\"\";s:9:\"desc_wrap\";s:4:\"%2$s\";}}}}s:6:\"topbar\";a:3:{s:4:\"name\";s:7:\"Top bar\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:6:\"topbar\";}s:14:\"top-bar-height\";a:5:{s:2:\"id\";s:14:\"top-bar-height\";s:4:\"name\";s:14:\"Top bar height\";s:3:\"std\";s:3:\"0px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:15:\"top_bar-padding\";a:6:{s:4:\"name\";s:16:\"Top bar paddings\";s:2:\"id\";s:15:\"top_bar-padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:11:\"0px 0px 0px\";s:5:\"units\";s:2:\"px\";s:6:\"fields\";a:3:{i:0;s:3:\"Top\";i:1;s:6:\"Bottom\";i:2;s:4:\"Side\";}}s:16:\"top_bar-bg-color\";a:4:{s:2:\"id\";s:16:\"top_bar-bg-color\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";}s:16:\"top_bar-bg-image\";a:4:{s:2:\"id\";s:16:\"top_bar-bg-image\";s:4:\"name\";s:20:\"Add background image\";s:4:\"type\";s:14:\"background_img\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}}s:16:\"top_bar-bg-style\";a:6:{s:2:\"id\";s:16:\"top_bar-bg-style\";s:4:\"name\";s:10:\"Decoration\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:12:\"content_line\";s:7:\"options\";a:3:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:53:\"/inc/admin/assets/images/topbar-bg-style-disabled.gif\";}s:12:\"content_line\";a:2:{s:5:\"title\";s:18:\"Content-width line\";s:3:\"src\";s:56:\"/inc/admin/assets/images/topbar-bg-style-contentline.gif\";}s:14:\"fullwidth_line\";a:2:{s:5:\"title\";s:15:\"Full-width line\";s:3:\"src\";s:58:\"/inc/admin/assets/images/topbar-bg-style-fullwidthline.gif\";}}s:5:\"class\";s:5:\"small\";}s:18:\"top_bar-line-color\";a:5:{s:2:\"id\";s:18:\"top_bar-line-color\";s:4:\"name\";s:10:\"Line color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:16:\"top_bar-bg-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:12:\"content_line\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:16:\"top_bar-bg-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"fullwidth_line\";}}}}s:17:\"top_bar-line_size\";a:6:{s:2:\"id\";s:17:\"top_bar-line_size\";s:4:\"name\";s:11:\"Line height\";s:3:\"std\";s:3:\"1px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:16:\"top_bar-bg-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:12:\"content_line\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:16:\"top_bar-bg-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"fullwidth_line\";}}}}s:18:\"top_bar-line_style\";a:7:{s:4:\"name\";s:10:\"Line style\";s:2:\"id\";s:18:\"top_bar-line_style\";s:4:\"type\";s:6:\"select\";s:5:\"class\";s:6:\"middle\";s:3:\"std\";s:5:\"solid\";s:7:\"options\";a:4:{s:5:\"solid\";s:5:\"Solid\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"dashed\";s:6:\"Dashed\";s:6:\"double\";s:6:\"Double\";}s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:16:\"top_bar-bg-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:12:\"content_line\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:16:\"top_bar-bg-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"fullwidth_line\";}}}}s:34:\"top_bar-line-in-transparent-header\";a:5:{s:2:\"id\";s:34:\"top_bar-line-in-transparent-header\";s:4:\"name\";s:33:\"Show line in transparent headers \";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:16:\"top_bar-bg-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:12:\"content_line\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:16:\"top_bar-bg-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:14:\"fullwidth_line\";}}}}s:6:\"header\";a:3:{s:4:\"name\";s:6:\"Header\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:6:\"header\";}s:15:\"header-bg-color\";a:4:{s:2:\"id\";s:15:\"header-bg-color\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#000000\";}s:15:\"header-bg-image\";a:4:{s:2:\"id\";s:15:\"header-bg-image\";s:4:\"name\";s:20:\"Add background image\";s:4:\"type\";s:14:\"background_img\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}}s:23:\"header-bg-is_fullscreen\";a:4:{s:2:\"id\";s:23:\"header-bg-is_fullscreen\";s:4:\"name\";s:11:\"Fullscreen \";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:18:\"header-bg-is_fixed\";a:4:{s:2:\"id\";s:18:\"header-bg-is_fixed\";s:4:\"name\";s:17:\"Fixed background \";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:17:\"header-decoration\";a:7:{s:2:\"id\";s:17:\"header-decoration\";s:4:\"name\";s:10:\"Decoration\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:6:\"shadow\";s:7:\"options\";a:3:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:55:\"/inc/admin/assets/images/header-decoration-disabled.gif\";}s:6:\"shadow\";a:2:{s:5:\"title\";s:6:\"Shadow\";s:3:\"src\";s:53:\"/inc/admin/assets/images/header-decoration-shadow.gif\";}s:4:\"line\";a:2:{s:5:\"title\";s:4:\"Line\";s:3:\"src\";s:51:\"/inc/admin/assets/images/header-decoration-line.gif\";}}s:5:\"class\";s:5:\"small\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header_navigation\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"overlay\";}}}}s:23:\"header-decoration-color\";a:5:{s:2:\"id\";s:23:\"header-decoration-color\";s:4:\"name\";s:10:\"Line color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:17:\"header-decoration\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"line\";}}}}s:28:\"header-classic-menu-bg-style\";a:6:{s:2:\"id\";s:28:\"header-classic-menu-bg-style\";s:4:\"name\";s:22:\"Menu background / line\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:8:\"disabled\";s:7:\"options\";a:4:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-classic-menu-bg-style-disabled.gif\";}s:12:\"content_line\";a:2:{s:5:\"title\";s:18:\"Content-width line\";s:3:\"src\";s:69:\"/inc/admin/assets/images/header-classic-menu-bg-style-contentline.gif\";}s:14:\"fullwidth_line\";a:2:{s:5:\"title\";s:15:\"Full-width line\";s:3:\"src\";s:71:\"/inc/admin/assets/images/header-classic-menu-bg-style-fullwidthline.gif\";}s:5:\"solid\";a:2:{s:5:\"title\";s:10:\"Background\";s:3:\"src\";s:63:\"/inc/admin/assets/images/header-classic-menu-bg-style-solid.gif\";}}s:5:\"class\";s:5:\"small\";}s:28:\"header-classic-menu-bg-color\";a:5:{s:2:\"id\";s:28:\"header-classic-menu-bg-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:28:\"header-classic-menu-bg-style\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}}}}s:21:\"header-mixed-bg-color\";a:4:{s:2:\"id\";s:21:\"header-mixed-bg-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#000000\";}s:23:\"header-mixed-decoration\";a:6:{s:2:\"id\";s:23:\"header-mixed-decoration\";s:4:\"name\";s:10:\"Decoration\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:6:\"shadow\";s:7:\"options\";a:3:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-mixed-decoration-disabled.gif\";}s:6:\"shadow\";a:2:{s:5:\"title\";s:6:\"Shadow\";s:3:\"src\";s:59:\"/inc/admin/assets/images/header-mixed-decoration-shadow.gif\";}s:4:\"line\";a:2:{s:5:\"title\";s:4:\"Line\";s:3:\"src\";s:57:\"/inc/admin/assets/images/header-mixed-decoration-line.gif\";}}s:5:\"class\";s:5:\"small\";}s:29:\"header-mixed-decoration-color\";a:5:{s:2:\"id\";s:29:\"header-mixed-decoration-color\";s:4:\"name\";s:10:\"Line color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:23:\"header-mixed-decoration\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"line\";}}}}s:21:\"header-menu_icon-size\";a:5:{s:2:\"id\";s:21:\"header-menu_icon-size\";s:4:\"name\";s:9:\"Icon size\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:5:\"small\";s:7:\"options\";a:3:{s:5:\"small\";s:5:\"Small\";s:6:\"medium\";s:6:\"Medium\";s:5:\"large\";s:5:\"Large\";}}s:24:\"header-menu_icon-bg-size\";a:5:{s:2:\"id\";s:24:\"header-menu_icon-bg-size\";s:4:\"name\";s:15:\"Background size\";s:3:\"std\";s:4:\"54px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:33:\"header-menu_icon-bg-border-radius\";a:5:{s:2:\"id\";s:33:\"header-menu_icon-bg-border-radius\";s:4:\"name\";s:24:\"Background border radius\";s:3:\"std\";s:3:\"0px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:22:\"header-menu_icon-color\";a:4:{s:2:\"id\";s:22:\"header-menu_icon-color\";s:4:\"name\";s:10:\"Icon color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";}s:25:\"header-menu_icon-bg-color\";a:4:{s:2:\"id\";s:25:\"header-menu_icon-bg-color\";s:4:\"name\";s:10:\"Background\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";}s:23:\"header-menu_icon-margin\";a:4:{s:2:\"id\";s:23:\"header-menu_icon-margin\";s:4:\"name\";s:6:\"Margin\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:28:\"header-menu_icon-hover-color\";a:4:{s:2:\"id\";s:28:\"header-menu_icon-hover-color\";s:4:\"name\";s:10:\"Icon color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";}s:31:\"header-menu_icon-hover-bg-color\";a:4:{s:2:\"id\";s:31:\"header-menu_icon-hover-bg-color\";s:4:\"name\";s:10:\"Background\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";}s:29:\"header-menu_close_icon-margin\";a:4:{s:2:\"id\";s:29:\"header-menu_close_icon-margin\";s:4:\"name\";s:6:\"Margin\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:39:\"header-slide_out-overlay-bg-color-style\";a:7:{s:2:\"id\";s:39:\"header-slide_out-overlay-bg-color-style\";s:4:\"name\";s:5:\"Color\";s:4:\"desc\";s:24:\"Of outline or background\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:33:\"header-slide_out-overlay-bg-color\";a:5:{s:2:\"id\";s:33:\"header-slide_out-overlay-bg-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:39:\"header-slide_out-overlay-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:36:\"header-slide_out-overlay-bg-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:36:\"header-slide_out-overlay-bg-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:39:\"header-slide_out-overlay-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:35:\"header-slide_out-overlay-bg-opacity\";a:5:{s:2:\"id\";s:35:\"header-slide_out-overlay-bg-opacity\";s:4:\"name\";s:7:\"Opacity\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:50;s:10:\"dependency\";a:3:{s:5:\"field\";s:39:\"header-slide_out-overlay-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"Menu\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:4:\"menu\";}s:23:\"header-menu-font-family\";a:5:{s:2:\"id\";s:23:\"header-menu-font-family\";s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:9:\"Open Sans\";s:5:\"fonts\";s:3:\"all\";}s:21:\"header-menu-font-size\";a:6:{s:2:\"id\";s:21:\"header-menu-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:16;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:31:\"header-menu-font-is_capitalized\";a:4:{s:2:\"id\";s:31:\"header-menu-font-is_capitalized\";s:4:\"name\";s:11:\"Capitalize \";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:21:\"header-menu-icon-size\";a:6:{s:2:\"id\";s:21:\"header-menu-icon-size\";s:4:\"name\";s:10:\"Icons size\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:16;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:31:\"header-menu-show_next_lvl_icons\";a:5:{s:2:\"id\";s:31:\"header-menu-show_next_lvl_icons\";s:4:\"name\";s:32:\"Show next level indicator arrows\";s:4:\"desc\";s:91:\"Icons are always visible if parent menu items are clickable (for side and overlay headers).\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;}s:39:\"header-menu-submenu-parent_is_clickable\";a:4:{s:2:\"id\";s:39:\"header-menu-submenu-parent_is_clickable\";s:4:\"name\";s:32:\"Make parent menu items clickable\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;}s:32:\"header-menu-subtitle-font-family\";a:5:{s:2:\"id\";s:32:\"header-menu-subtitle-font-family\";s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";}s:30:\"header-menu-subtitle-font-size\";a:6:{s:2:\"id\";s:30:\"header-menu-subtitle-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:10;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:22:\"header-menu-font-color\";a:4:{s:2:\"id\";s:22:\"header-menu-font-color\";s:4:\"name\";s:6:\"Normal\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";}s:34:\"header-menu-hover-font-color-style\";a:6:{s:2:\"id\";s:34:\"header-menu-hover-font-color-style\";s:4:\"name\";s:5:\"Hover\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:28:\"header-menu-hover-font-color\";a:5:{s:2:\"id\";s:28:\"header-menu-hover-font-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:34:\"header-menu-hover-font-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:31:\"header-menu-hover-font-gradient\";a:6:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:31:\"header-menu-hover-font-gradient\";s:3:\"std\";s:30:\"90deg|#ffffff 30%|#000000 100%\";s:11:\"fixed_angle\";s:5:\"90deg\";s:10:\"dependency\";a:3:{s:5:\"field\";s:34:\"header-menu-hover-font-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:40:\"header-menu-active_item-font-color-style\";a:6:{s:2:\"id\";s:40:\"header-menu-active_item-font-color-style\";s:4:\"name\";s:6:\"Active\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:34:\"header-menu-active_item-font-color\";a:5:{s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:5:\"color\";s:2:\"id\";s:34:\"header-menu-active_item-font-color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:40:\"header-menu-active_item-font-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:37:\"header-menu-active_item-font-gradient\";a:6:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:37:\"header-menu-active_item-font-gradient\";s:3:\"std\";s:30:\"90deg|#ffffff 30%|#000000 100%\";s:11:\"fixed_angle\";s:5:\"90deg\";s:10:\"dependency\";a:3:{s:5:\"field\";s:40:\"header-menu-active_item-font-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:24:\"header-menu-item-padding\";a:4:{s:2:\"id\";s:24:\"header-menu-item-padding\";s:4:\"name\";s:7:\"Padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:17:\"5px 10px 5px 10px\";}s:23:\"header-menu-item-margin\";a:4:{s:2:\"id\";s:23:\"header-menu-item-margin\";s:4:\"name\";s:6:\"Margin\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:39:\"header-menu-item-surround_margins-style\";a:8:{s:2:\"id\";s:39:\"header-menu-item-surround_margins-style\";s:4:\"name\";s:41:\"Side margin for first and last menu items\";s:4:\"desc\";s:26:\"Works for top headers only\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:7:\"regular\";s:7:\"options\";a:4:{s:7:\"regular\";a:2:{s:5:\"title\";s:7:\"Regular\";s:3:\"src\";s:75:\"/inc/admin/assets/images/header-menu-item-surroundmargins-style-regular.gif\";}s:6:\"double\";a:2:{s:5:\"title\";s:6:\"Double\";s:3:\"src\";s:74:\"/inc/admin/assets/images/header-menu-item-surroundmargins-style-double.gif\";}s:6:\"custom\";a:2:{s:5:\"title\";s:6:\"Custom\";s:3:\"src\";s:74:\"/inc/admin/assets/images/header-menu-item-surroundmargins-style-custom.gif\";}s:8:\"disabled\";a:2:{s:5:\"title\";s:6:\"Remove\";s:3:\"src\";s:76:\"/inc/admin/assets/images/header-menu-item-surroundmargins-style-disabled.gif\";}}s:5:\"style\";s:8:\"vertical\";}s:47:\"header-menu-item-surround_margins-custom-margin\";a:6:{s:4:\"name\";s:13:\"Custom margin\";s:4:\"type\";s:6:\"number\";s:2:\"id\";s:47:\"header-menu-item-surround_margins-custom-margin\";s:3:\"std\";s:3:\"0px\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:3:{s:5:\"field\";s:39:\"header-menu-item-surround_margins-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:47:\"header-menu-decoration-other-links-is_justified\";a:7:{s:2:\"id\";s:47:\"header-menu-decoration-other-links-is_justified\";s:4:\"name\";s:30:\"Full height & full width links\";s:4:\"desc\";s:26:\"Works for top headers only\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:83:\"/inc/admin/assets/images/header-menu-decoration-other-links-isjustified-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:84:\"/inc/admin/assets/images/header-menu-decoration-other-links-isjustified-disabled.gif\";}}}s:25:\"header-menu-show_dividers\";a:7:{s:2:\"id\";s:25:\"header-menu-show_dividers\";s:4:\"name\";s:8:\"Dividers\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-menu-showdividers-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-menu-showdividers-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:33:\"header-menu-dividers-height-style\";a:6:{s:2:\"id\";s:33:\"header-menu-dividers-height-style\";s:4:\"name\";s:22:\"Divider height (width)\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:4:\"full\";s:7:\"options\";a:2:{s:4:\"full\";a:2:{s:5:\"title\";s:4:\"100%\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-menu-dividers-height-style-full.gif\";}s:6:\"custom\";a:2:{s:5:\"title\";s:14:\"Custom (in px)\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-menu-showdividers-enabled.gif\";}}}s:27:\"header-menu-dividers-height\";a:6:{s:2:\"id\";s:27:\"header-menu-dividers-height\";s:4:\"name\";s:6:\"Height\";s:3:\"std\";s:4:\"20px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:33:\"header-menu-dividers-height-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}}s:29:\"header-menu-dividers-surround\";a:6:{s:2:\"id\";s:29:\"header-menu-dividers-surround\";s:4:\"name\";s:21:\"First & last dividers\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/header-menu-showdividers-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-menu-dividers-surround-disabled.gif\";}}}s:26:\"header-menu-dividers-color\";a:4:{s:2:\"id\";s:26:\"header-menu-dividers-color\";s:4:\"name\";s:14:\"Dividers color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:21:\"rgba(153,153,153,0.3)\";}s:28:\"header-menu-decoration-style\";a:7:{s:2:\"id\";s:28:\"header-menu-decoration-style\";s:4:\"name\";s:10:\"Decoration\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:4:\"none\";s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"title\";s:4:\"None\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-menu-decoration-style-none.gif\";}s:9:\"underline\";a:2:{s:5:\"title\";s:9:\"Underline\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-menu-decoration-style-underline.gif\";}s:5:\"other\";a:2:{s:5:\"title\";s:27:\"Background / outline / line\";s:3:\"src\";s:63:\"/inc/admin/assets/images/header-menu-decoration-style-other.gif\";}}s:9:\"show_hide\";a:2:{s:9:\"underline\";s:20:\"decoration-underline\";s:5:\"other\";s:16:\"decoration-other\";}}s:42:\"header-menu-decoration-underline-direction\";a:7:{s:2:\"id\";s:42:\"header-menu-decoration-underline-direction\";s:4:\"name\";s:9:\"Direction\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"divider\";s:3:\"top\";s:3:\"std\";s:13:\"left_to_right\";s:7:\"options\";a:4:{s:13:\"left_to_right\";a:2:{s:5:\"title\";s:13:\"Left to right\";s:3:\"src\";s:83:\"/inc/admin/assets/images/header-menu-decoration-underline-direction-lefttoright.gif\";}s:11:\"from_center\";a:2:{s:5:\"title\";s:11:\"From center\";s:3:\"src\";s:82:\"/inc/admin/assets/images/header-menu-decoration-underline-direction-fromcenter.gif\";}s:7:\"upwards\";a:2:{s:5:\"title\";s:7:\"Upwards\";s:3:\"src\";s:79:\"/inc/admin/assets/images/header-menu-decoration-underline-direction-upwards.gif\";}s:9:\"downwards\";a:2:{s:5:\"title\";s:9:\"Downwards\";s:3:\"src\";s:81:\"/inc/admin/assets/images/header-menu-decoration-underline-direction-downwards.gif\";}}}s:44:\"header-menu-decoration-underline-color-style\";a:7:{s:2:\"id\";s:44:\"header-menu-decoration-underline-color-style\";s:4:\"name\";s:15:\"Underline color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"divider\";s:3:\"top\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:38:\"header-menu-decoration-underline-color\";a:5:{s:2:\"id\";s:38:\"header-menu-decoration-underline-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:44:\"header-menu-decoration-underline-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:41:\"header-menu-decoration-underline-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:41:\"header-menu-decoration-underline-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:44:\"header-menu-decoration-underline-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:42:\"header-menu-decoration-underline-line_size\";a:5:{s:2:\"id\";s:42:\"header-menu-decoration-underline-line_size\";s:4:\"name\";s:9:\"Line size\";s:3:\"std\";s:3:\"2px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:40:\"header-menu-decoration-other-hover-style\";a:6:{s:2:\"id\";s:40:\"header-menu-decoration-other-hover-style\";s:4:\"name\";s:11:\"Hover style\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:7:\"outline\";s:7:\"options\";a:2:{s:7:\"outline\";a:2:{s:5:\"title\";s:7:\"Outline\";s:3:\"src\";s:77:\"/inc/admin/assets/images/header-menu-decoration-other-hover-style-outline.gif\";}s:10:\"background\";a:2:{s:5:\"title\";s:10:\"Background\";s:3:\"src\";s:80:\"/inc/admin/assets/images/header-menu-decoration-other-hover-style-background.gif\";}}}s:46:\"header-menu-decoration-other-hover-color-style\";a:7:{s:2:\"id\";s:46:\"header-menu-decoration-other-hover-color-style\";s:4:\"name\";s:11:\"Hover color\";s:4:\"desc\";s:24:\"Of outline or background\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:40:\"header-menu-decoration-other-hover-color\";a:5:{s:2:\"id\";s:40:\"header-menu-decoration-other-hover-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:46:\"header-menu-decoration-other-hover-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:43:\"header-menu-decoration-other-hover-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:43:\"header-menu-decoration-other-hover-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:46:\"header-menu-decoration-other-hover-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:36:\"header-menu-decoration-other-opacity\";a:5:{s:2:\"id\";s:36:\"header-menu-decoration-other-opacity\";s:4:\"name\";s:13:\"Hover opacity\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:100;s:10:\"dependency\";a:3:{s:5:\"field\";s:46:\"header-menu-decoration-other-hover-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}s:39:\"header-menu-decoration-other-hover-line\";a:7:{s:2:\"id\";s:39:\"header-menu-decoration-other-hover-line\";s:4:\"name\";s:10:\"Hover line\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:76:\"/inc/admin/assets/images/header-menu-decoration-other-hover-line-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:77:\"/inc/admin/assets/images/header-menu-decoration-other-hover-line-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:51:\"header-menu-decoration-other-hover-line-color-style\";a:6:{s:2:\"id\";s:51:\"header-menu-decoration-other-hover-line-color-style\";s:4:\"name\";s:16:\"Hover line color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:45:\"header-menu-decoration-other-hover-line-color\";a:5:{s:2:\"id\";s:45:\"header-menu-decoration-other-hover-line-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:51:\"header-menu-decoration-other-hover-line-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:48:\"header-menu-decoration-other-hover-line-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:48:\"header-menu-decoration-other-hover-line-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:51:\"header-menu-decoration-other-hover-line-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:47:\"header-menu-decoration-other-hover-line-opacity\";a:5:{s:2:\"id\";s:47:\"header-menu-decoration-other-hover-line-opacity\";s:4:\"name\";s:18:\"Hover line opacity\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:100;s:10:\"dependency\";a:3:{s:5:\"field\";s:51:\"header-menu-decoration-other-hover-line-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}s:41:\"header-menu-decoration-other-active-style\";a:6:{s:2:\"id\";s:41:\"header-menu-decoration-other-active-style\";s:4:\"name\";s:12:\"Active style\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:7:\"outline\";s:7:\"options\";a:2:{s:7:\"outline\";a:2:{s:5:\"title\";s:7:\"Outline\";s:3:\"src\";s:78:\"/inc/admin/assets/images/header-menu-decoration-other-active-style-outline.gif\";}s:10:\"background\";a:2:{s:5:\"title\";s:10:\"Background\";s:3:\"src\";s:81:\"/inc/admin/assets/images/header-menu-decoration-other-active-style-background.gif\";}}}s:47:\"header-menu-decoration-other-active-color-style\";a:7:{s:2:\"id\";s:47:\"header-menu-decoration-other-active-color-style\";s:4:\"name\";s:12:\"Active color\";s:4:\"desc\";s:24:\"Of outline or background\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:41:\"header-menu-decoration-other-active-color\";a:5:{s:2:\"id\";s:41:\"header-menu-decoration-other-active-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:47:\"header-menu-decoration-other-active-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:44:\"header-menu-decoration-other-active-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:44:\"header-menu-decoration-other-active-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:47:\"header-menu-decoration-other-active-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:43:\"header-menu-decoration-other-active-opacity\";a:5:{s:2:\"id\";s:43:\"header-menu-decoration-other-active-opacity\";s:4:\"name\";s:14:\"Active opacity\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:100;s:10:\"dependency\";a:3:{s:5:\"field\";s:47:\"header-menu-decoration-other-active-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}s:40:\"header-menu-decoration-other-active-line\";a:7:{s:2:\"id\";s:40:\"header-menu-decoration-other-active-line\";s:4:\"name\";s:11:\"Active line\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:77:\"/inc/admin/assets/images/header-menu-decoration-other-active-line-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:78:\"/inc/admin/assets/images/header-menu-decoration-other-active-line-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:52:\"header-menu-decoration-other-active-line-color-style\";a:6:{s:2:\"id\";s:52:\"header-menu-decoration-other-active-line-color-style\";s:4:\"name\";s:17:\"Active line color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:46:\"header-menu-decoration-other-active-line-color\";a:5:{s:2:\"id\";s:46:\"header-menu-decoration-other-active-line-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:52:\"header-menu-decoration-other-active-line-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:49:\"header-menu-decoration-other-active-line-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:49:\"header-menu-decoration-other-active-line-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:52:\"header-menu-decoration-other-active-line-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:48:\"header-menu-decoration-other-active-line-opacity\";a:5:{s:2:\"id\";s:48:\"header-menu-decoration-other-active-line-opacity\";s:4:\"name\";s:19:\"Active line opacity\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:100;s:10:\"dependency\";a:3:{s:5:\"field\";s:52:\"header-menu-decoration-other-active-line-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}s:40:\"header-menu-decoration-other-click_decor\";a:7:{s:2:\"id\";s:40:\"header-menu-decoration-other-click_decor\";s:4:\"name\";s:18:\"Animation on click\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:76:\"/inc/admin/assets/images/header-menu-decoration-other-clickdecor-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:77:\"/inc/admin/assets/images/header-menu-decoration-other-clickdecor-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:52:\"header-menu-decoration-other-click_decor-color-style\";a:6:{s:2:\"id\";s:52:\"header-menu-decoration-other-click_decor-color-style\";s:4:\"name\";s:15:\"Animation color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:46:\"header-menu-decoration-other-click_decor-color\";a:5:{s:2:\"id\";s:46:\"header-menu-decoration-other-click_decor-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:52:\"header-menu-decoration-other-click_decor-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:49:\"header-menu-decoration-other-click_decor-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:49:\"header-menu-decoration-other-click_decor-gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:52:\"header-menu-decoration-other-click_decor-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:48:\"header-menu-decoration-other-click_decor-opacity\";a:5:{s:2:\"id\";s:48:\"header-menu-decoration-other-click_decor-opacity\";s:4:\"name\";s:17:\"Animation opacity\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:100;s:10:\"dependency\";a:3:{s:5:\"field\";s:52:\"header-menu-decoration-other-click_decor-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}s:42:\"header-menu-decoration-other-border-radius\";a:6:{s:2:\"id\";s:42:\"header-menu-decoration-other-border-radius\";s:4:\"name\";s:13:\"Border radius\";s:4:\"type\";s:6:\"slider\";s:7:\"divider\";s:3:\"top\";s:3:\"std\";i:0;s:7:\"options\";a:2:{s:3:\"min\";i:0;s:3:\"max\";i:120;}}s:38:\"header-menu-decoration-other-line_size\";a:6:{s:2:\"id\";s:38:\"header-menu-decoration-other-line_size\";s:4:\"name\";s:9:\"Line size\";s:3:\"std\";s:3:\"2px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:7:\"divider\";s:3:\"top\";}s:7:\"submenu\";a:3:{s:4:\"name\";s:7:\"Submenu\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:7:\"submenu\";}s:31:\"header-menu-submenu-font-family\";a:5:{s:2:\"id\";s:31:\"header-menu-submenu-font-family\";s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:9:\"Open Sans\";s:5:\"fonts\";s:3:\"all\";}s:29:\"header-menu-submenu-font-size\";a:6:{s:2:\"id\";s:29:\"header-menu-submenu-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:16;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:37:\"header-menu-submenu-font-is_uppercase\";a:4:{s:2:\"id\";s:37:\"header-menu-submenu-font-is_uppercase\";s:4:\"name\";s:10:\"Capitalize\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:29:\"header-menu-submenu-icon-size\";a:5:{s:2:\"id\";s:29:\"header-menu-submenu-icon-size\";s:4:\"name\";s:9:\"Icon size\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:14;s:7:\"options\";a:2:{s:3:\"min\";i:8;s:3:\"max\";i:50;}}s:39:\"header-menu-submenu-show_next_lvl_icons\";a:5:{s:2:\"id\";s:39:\"header-menu-submenu-show_next_lvl_icons\";s:4:\"name\";s:32:\"Show next level indicator arrows\";s:4:\"desc\";s:91:\"Icons are always visible if parent menu items are clickable (for side and overlay headers).\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;}s:40:\"header-menu-submenu-subtitle-font-family\";a:5:{s:2:\"id\";s:40:\"header-menu-submenu-subtitle-font-family\";s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:5:\"Arial\";s:5:\"fonts\";s:3:\"all\";}s:38:\"header-menu-submenu-subtitle-font-size\";a:6:{s:2:\"id\";s:38:\"header-menu-submenu-subtitle-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:10;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:30:\"header-menu-submenu-font-color\";a:4:{s:2:\"id\";s:30:\"header-menu-submenu-font-color\";s:4:\"name\";s:6:\"Normal\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";}s:42:\"header-menu-submenu-hover-font-color-style\";a:6:{s:2:\"id\";s:42:\"header-menu-submenu-hover-font-color-style\";s:4:\"name\";s:5:\"Hover\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:36:\"header-menu-submenu-hover-font-color\";a:5:{s:2:\"id\";s:36:\"header-menu-submenu-hover-font-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:42:\"header-menu-submenu-hover-font-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:39:\"header-menu-submenu-hover-font-gradient\";a:6:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:39:\"header-menu-submenu-hover-font-gradient\";s:3:\"std\";s:30:\"90deg|#ffffff 30%|#000000 100%\";s:11:\"fixed_angle\";s:5:\"90deg\";s:10:\"dependency\";a:3:{s:5:\"field\";s:42:\"header-menu-submenu-hover-font-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:43:\"header-menu-submenu-active-font-color-style\";a:6:{s:2:\"id\";s:43:\"header-menu-submenu-active-font-color-style\";s:4:\"name\";s:6:\"Active\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:37:\"header-menu-submenu-active-font-color\";a:5:{s:2:\"id\";s:37:\"header-menu-submenu-active-font-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:43:\"header-menu-submenu-active-font-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:40:\"header-menu-submenu-active-font-gradient\";a:6:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:40:\"header-menu-submenu-active-font-gradient\";s:3:\"std\";s:30:\"90deg|#ffffff 30%|#000000 100%\";s:11:\"fixed_angle\";s:5:\"90deg\";s:10:\"dependency\";a:3:{s:5:\"field\";s:43:\"header-menu-submenu-active-font-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:32:\"header-menu-submenu-item-padding\";a:4:{s:2:\"id\";s:32:\"header-menu-submenu-item-padding\";s:4:\"name\";s:7:\"Padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:17:\"5px 10px 5px 10px\";}s:31:\"header-menu-submenu-item-margin\";a:4:{s:2:\"id\";s:31:\"header-menu-submenu-item-margin\";s:4:\"name\";s:6:\"Margin\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:33:\"header-side-menu-submenu-position\";a:6:{s:2:\"id\";s:33:\"header-side-menu-submenu-position\";s:4:\"name\";s:4:\"Show\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:4:\"side\";s:7:\"options\";a:2:{s:4:\"side\";a:2:{s:5:\"title\";s:8:\"Sideways\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-side-menu-submenu-position-side.gif\";}s:4:\"down\";a:2:{s:5:\"title\";s:9:\"Downwards\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-side-menu-submenu-position-down.gif\";}}}s:28:\"header-menu-submenu-bg-color\";a:4:{s:2:\"id\";s:28:\"header-menu-submenu-bg-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:21:\"rgba(255,255,255,0.3)\";}s:28:\"header-menu-submenu-bg-width\";a:6:{s:2:\"id\";s:28:\"header-menu-submenu-bg-width\";s:4:\"name\";s:5:\"Width\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:3:\"240\";s:5:\"class\";s:4:\"mini\";s:8:\"sanitize\";s:10:\"dimensions\";}s:28:\"header-menu-submenu-bg-hover\";a:6:{s:2:\"id\";s:28:\"header-menu-submenu-bg-hover\";s:4:\"name\";s:10:\"Background\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:4:\"none\";s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/header-menu-decoration-style-none.gif\";}s:10:\"background\";a:2:{s:5:\"title\";s:16:\"Plain background\";s:3:\"src\";s:80:\"/inc/admin/assets/images/header-menu-decoration-other-hover-style-background.gif\";}s:19:\"animated_background\";a:2:{s:5:\"title\";s:34:\"Background with animation on click\";s:3:\"src\";s:92:\"/inc/admin/assets/images/header-menu-submenu-bg-hover-background-with-animation-on-click.gif\";}}}s:40:\"header-menu-submenu-hover-bg-color-style\";a:7:{s:2:\"id\";s:40:\"header-menu-submenu-hover-bg-color-style\";s:4:\"name\";s:22:\"Hover background color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}s:10:\"dependency\";a:3:{s:5:\"field\";s:28:\"header-menu-submenu-bg-hover\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:10:\"background\";i:1;s:19:\"animated_background\";}}}s:36:\"header-menu-submenu-hover-bg-opacity\";a:5:{s:2:\"id\";s:36:\"header-menu-submenu-hover-bg-opacity\";s:4:\"name\";s:7:\"Opacity\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:7;s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:28:\"header-menu-submenu-bg-hover\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:10:\"background\";i:1;s:19:\"animated_background\";}}i:1;a:3:{s:5:\"field\";s:40:\"header-menu-submenu-hover-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}}s:34:\"header-menu-submenu-hover-bg-color\";a:5:{s:2:\"id\";s:34:\"header-menu-submenu-hover-bg-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:28:\"header-menu-submenu-bg-hover\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:10:\"background\";i:1;s:19:\"animated_background\";}}i:1;a:3:{s:5:\"field\";s:40:\"header-menu-submenu-hover-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}}s:37:\"header-menu-submenu-hover-bg-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:37:\"header-menu-submenu-hover-bg-gradient\";s:3:\"std\";s:30:\"90deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:28:\"header-menu-submenu-bg-hover\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:10:\"background\";i:1;s:19:\"animated_background\";}}i:1;a:3:{s:5:\"field\";s:40:\"header-menu-submenu-hover-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}}s:41:\"header-menu-submenu-active-bg-color-style\";a:7:{s:2:\"id\";s:41:\"header-menu-submenu-active-bg-color-style\";s:4:\"name\";s:23:\"Active background color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}s:10:\"dependency\";a:3:{s:5:\"field\";s:28:\"header-menu-submenu-bg-hover\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:10:\"background\";i:1;s:19:\"animated_background\";}}}s:37:\"header-menu-submenu-active-bg-opacity\";a:5:{s:2:\"id\";s:37:\"header-menu-submenu-active-bg-opacity\";s:4:\"name\";s:7:\"Opacity\";s:4:\"type\";s:6:\"slider\";s:3:\"std\";i:7;s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:28:\"header-menu-submenu-bg-hover\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:10:\"background\";i:1;s:19:\"animated_background\";}}i:1;a:3:{s:5:\"field\";s:41:\"header-menu-submenu-active-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}}s:35:\"header-menu-submenu-active-bg-color\";a:5:{s:2:\"id\";s:35:\"header-menu-submenu-active-bg-color\";s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:28:\"header-menu-submenu-bg-hover\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:10:\"background\";i:1;s:19:\"animated_background\";}}i:1;a:3:{s:5:\"field\";s:41:\"header-menu-submenu-active-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}}s:38:\"header-menu-submenu-active-bg-gradient\";a:5:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:38:\"header-menu-submenu-active-bg-gradient\";s:3:\"std\";s:30:\"90deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:28:\"header-menu-submenu-bg-hover\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:10:\"background\";i:1;s:19:\"animated_background\";}}i:1;a:3:{s:5:\"field\";s:41:\"header-menu-submenu-active-bg-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}}s:15:\"floating-header\";a:3:{s:4:\"name\";s:15:\"Floating header\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:15:\"floating-header\";}s:31:\"header-show_floating_navigation\";a:7:{s:2:\"id\";s:31:\"header-show_floating_navigation\";s:4:\"name\";s:19:\"Floating navigation\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"1\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-showfloatingnavigation-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-showfloatingnavigation-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:33:\"header-floating_navigation-height\";a:5:{s:2:\"id\";s:33:\"header-floating_navigation-height\";s:4:\"name\";s:6:\"Height\";s:3:\"std\";s:5:\"100px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:35:\"header-floating_navigation-bg-color\";a:4:{s:2:\"id\";s:35:\"header-floating_navigation-bg-color\";s:4:\"name\";s:10:\"Background\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:21:\"rgba(255,255,255,0.9)\";}s:37:\"header-floating_navigation-decoration\";a:6:{s:2:\"id\";s:37:\"header-floating_navigation-decoration\";s:4:\"name\";s:10:\"Decoration\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:8:\"disabled\";s:7:\"options\";a:3:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:74:\"/inc/admin/assets/images/header-floatingnavigation-decoration-disabled.gif\";}s:6:\"shadow\";a:2:{s:5:\"title\";s:6:\"Shadow\";s:3:\"src\";s:72:\"/inc/admin/assets/images/header-floatingnavigation-decoration-shadow.gif\";}s:4:\"line\";a:2:{s:5:\"title\";s:4:\"Line\";s:3:\"src\";s:70:\"/inc/admin/assets/images/header-floatingnavigation-decoration-line.gif\";}}}s:43:\"header-floating_navigation-decoration-color\";a:5:{s:2:\"id\";s:43:\"header-floating_navigation-decoration-color\";s:4:\"name\";s:10:\"Line color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:37:\"header-floating_navigation-decoration\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"line\";}}}}s:32:\"header-floating_navigation-style\";a:6:{s:2:\"id\";s:32:\"header-floating_navigation-style\";s:4:\"name\";s:6:\"Effect\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:4:\"fade\";s:7:\"options\";a:3:{s:4:\"fade\";a:2:{s:5:\"title\";s:14:\"Fade on scroll\";s:3:\"src\";s:64:\"/inc/admin/assets/images/header-floatingnavigationstyle-fade.gif\";}s:5:\"slide\";a:2:{s:5:\"title\";s:15:\"Slide on scroll\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-floatingnavigationstyle-slide.gif\";}s:6:\"sticky\";a:2:{s:5:\"title\";s:6:\"Sticky\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-floatingnavigationstyle-sticky.gif\";}}}s:37:\"header-floating_navigation-show_after\";a:6:{s:2:\"id\";s:37:\"header-floating_navigation-show_after\";s:4:\"name\";s:20:\"Show after scrolling\";s:3:\"std\";s:5:\"150px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:32:\"header-floating_navigation-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"fade\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:32:\"header-floating_navigation-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"slide\";}}}}s:13:\"mobile-header\";a:3:{s:4:\"name\";s:13:\"Mobile header\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:13:\"mobile-header\";}s:32:\"header-mobile-first_switch-after\";a:6:{s:4:\"name\";s:12:\"Switch after\";s:3:\"std\";s:4:\"1024\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:4:\"desc\";s:77:\"To skip this switch point set the same value as for the second (phone) point.\";s:2:\"id\";s:32:\"header-mobile-first_switch-after\";}s:33:\"header-mobile-first_switch-layout\";a:6:{s:4:\"name\";s:6:\"Layout\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:10:\"left_right\";s:7:\"options\";a:4:{s:10:\"left_right\";a:2:{s:5:\"title\";s:22:\"Left menu + right logo\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-mobile-firstswitch-layout-l-r.gif\";}s:11:\"left_center\";a:2:{s:5:\"title\";s:25:\"Left menu + centered logo\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-mobile-firstswitch-layout-l-c.gif\";}s:10:\"right_left\";a:2:{s:5:\"title\";s:22:\"Right menu + left logo\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-mobile-firstswitch-layout-r-l.gif\";}s:12:\"right_center\";a:2:{s:5:\"title\";s:26:\"Right menu + centered logo\";s:3:\"src\";s:65:\"/inc/admin/assets/images/header-mobile-firstswitch-layout-r-c.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:33:\"header-mobile-first_switch-layout\";}s:33:\"header-mobile-first_switch-height\";a:5:{s:4:\"name\";s:13:\"Header height\";s:3:\"std\";s:3:\"150\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:2:\"id\";s:33:\"header-mobile-first_switch-height\";}s:33:\"header-mobile-second_switch-after\";a:6:{s:4:\"name\";s:12:\"Switch after\";s:3:\"std\";s:3:\"760\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:4:\"desc\";s:38:\"To skip this switch point set it to 0.\";s:2:\"id\";s:33:\"header-mobile-second_switch-after\";}s:34:\"header-mobile-second_switch-layout\";a:6:{s:4:\"name\";s:6:\"Layout\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:10:\"left_right\";s:7:\"options\";a:4:{s:10:\"left_right\";a:2:{s:5:\"title\";s:22:\"Left menu + right logo\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-mobile-secondswitch-layout-l-r.gif\";}s:11:\"left_center\";a:2:{s:5:\"title\";s:25:\"Left menu + centered logo\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-mobile-secondswitch-layout-l-c.gif\";}s:10:\"right_left\";a:2:{s:5:\"title\";s:22:\"Right menu + left logo\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-mobile-secondswitch-layout-r-l.gif\";}s:12:\"right_center\";a:2:{s:5:\"title\";s:26:\"Right menu + centered logo\";s:3:\"src\";s:66:\"/inc/admin/assets/images/header-mobile-secondswitch-layout-r-c.gif\";}}s:5:\"class\";s:5:\"small\";s:2:\"id\";s:34:\"header-mobile-second_switch-layout\";}s:34:\"header-mobile-second_switch-height\";a:5:{s:4:\"name\";s:13:\"Header height\";s:3:\"std\";s:3:\"100\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:2:\"id\";s:34:\"header-mobile-second_switch-height\";}s:29:\"header-mobile-header-bg-color\";a:4:{s:2:\"id\";s:29:\"header-mobile-header-bg-color\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";}s:28:\"header-mobile-menu_icon-size\";a:5:{s:2:\"id\";s:28:\"header-mobile-menu_icon-size\";s:4:\"name\";s:9:\"Icon size\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:5:\"small\";s:7:\"options\";a:2:{s:5:\"small\";s:5:\"Small\";s:6:\"medium\";s:6:\"Medium\";}}s:29:\"header-mobile-menu_icon-color\";a:4:{s:2:\"id\";s:29:\"header-mobile-menu_icon-color\";s:4:\"name\";s:10:\"Icon color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:4:\"#fff\";}s:33:\"header-mobile-menu_icon-bg-enable\";a:5:{s:2:\"id\";s:33:\"header-mobile-menu_icon-bg-enable\";s:4:\"name\";s:15:\"Icon background\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:1:\"1\";s:7:\"options\";a:2:{i:1;s:7:\"Enabled\";i:0;s:8:\"Disabled\";}}s:32:\"header-mobile-menu_icon-bg-color\";a:7:{s:2:\"id\";s:32:\"header-mobile-menu_icon-bg-color\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:0:\"\";s:8:\"sanitize\";s:17:\"empty_alpha_color\";s:4:\"desc\";s:32:\"Leave empty to use accent color.\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:33:\"header-mobile-menu_icon-bg-enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:31:\"header-mobile-menu_icon-bg-size\";a:6:{s:2:\"id\";s:31:\"header-mobile-menu_icon-bg-size\";s:4:\"name\";s:15:\"Background size\";s:3:\"std\";s:4:\"36px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:33:\"header-mobile-menu_icon-bg-enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:40:\"header-mobile-menu_icon-bg-border-radius\";a:6:{s:2:\"id\";s:40:\"header-mobile-menu_icon-bg-border-radius\";s:4:\"name\";s:24:\"Background border radius\";s:3:\"std\";s:3:\"0px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:33:\"header-mobile-menu_icon-bg-enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:33:\"header-mobile-floating_navigation\";a:6:{s:2:\"id\";s:33:\"header-mobile-floating_navigation\";s:4:\"name\";s:22:\"Floating mobile header\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:9:\"menu_icon\";s:7:\"options\";a:3:{s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:71:\"/inc/admin/assets/images/header-mobile-floating_navigation-disabled.gif\";}s:6:\"sticky\";a:2:{s:5:\"title\";s:20:\"Sticky mobile header\";s:3:\"src\";s:76:\"/inc/admin/assets/images/header-mobile-floating_navigation-sticky-header.gif\";}s:9:\"menu_icon\";a:2:{s:5:\"title\";s:20:\"Floating menu button\";s:3:\"src\";s:67:\"/inc/admin/assets/images/header-mobile-floating_navigation-icon.gif\";}}s:5:\"class\";s:5:\"small\";}s:30:\"header-mobile-menu-font-family\";a:5:{s:2:\"id\";s:30:\"header-mobile-menu-font-family\";s:4:\"name\";s:11:\"Font family\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:9:\"Open Sans\";s:5:\"fonts\";s:3:\"all\";}s:28:\"header-mobile-menu-font-size\";a:6:{s:2:\"id\";s:28:\"header-mobile-menu-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:16;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}}s:38:\"header-mobile-menu-font-is_capitalized\";a:5:{s:2:\"id\";s:38:\"header-mobile-menu-font-is_capitalized\";s:4:\"name\";s:10:\"Capitalize\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;s:7:\"divider\";s:6:\"bottom\";}s:33:\"header-mobile-submenu-font-family\";a:5:{s:2:\"id\";s:33:\"header-mobile-submenu-font-family\";s:4:\"name\";s:11:\"Font family\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:9:\"Open Sans\";s:5:\"fonts\";s:3:\"all\";}s:31:\"header-mobile-submenu-font-size\";a:6:{s:2:\"id\";s:31:\"header-mobile-submenu-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:16;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}}s:41:\"header-mobile-submenu-font-is_capitalized\";a:5:{s:2:\"id\";s:41:\"header-mobile-submenu-font-is_capitalized\";s:4:\"name\";s:10:\"Capitalize\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;s:7:\"divider\";s:6:\"bottom\";}s:29:\"header-mobile-menu-font-color\";a:4:{s:2:\"id\";s:29:\"header-mobile-menu-font-color\";s:4:\"name\";s:17:\"Normal font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";}s:41:\"header-mobile-menu-font-hover-color-style\";a:6:{s:4:\"name\";s:25:\"Active & hover font color\";s:2:\"id\";s:41:\"header-mobile-menu-font-hover-color-style\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"accent\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:35:\"header-mobile-menu-font-hover-color\";a:5:{s:4:\"name\";s:5:\"Color\";s:4:\"type\";s:5:\"color\";s:2:\"id\";s:35:\"header-mobile-menu-font-hover-color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:41:\"header-mobile-menu-font-hover-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:38:\"header-mobile-menu-font-hover-gradient\";a:6:{s:4:\"name\";s:8:\"Gradient\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:38:\"header-mobile-menu-font-hover-gradient\";s:3:\"std\";s:30:\"90deg|#ffffff 30%|#ffffff 100%\";s:11:\"fixed_angle\";s:5:\"90deg\";s:10:\"dependency\";a:3:{s:5:\"field\";s:41:\"header-mobile-menu-font-hover-color-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:27:\"header-mobile-menu-bg-color\";a:4:{s:2:\"id\";s:27:\"header-mobile-menu-bg-color\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#111111\";}s:30:\"header-mobile-overlay-bg-color\";a:4:{s:2:\"id\";s:30:\"header-mobile-overlay-bg-color\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:21:\"rgba(17, 17, 17, 0.5)\";}s:27:\"header-mobile-menu-bg-width\";a:5:{s:2:\"id\";s:27:\"header-mobile-menu-bg-width\";s:4:\"name\";s:24:\"Maximum background width\";s:3:\"std\";s:5:\"400px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:24:\"header-mobile-menu-align\";a:6:{s:2:\"id\";s:24:\"header-mobile-menu-align\";s:4:\"name\";s:23:\"Mobile menu slides from\";s:4:\"type\";s:6:\"images\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:2:{s:4:\"left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:58:\"/inc/admin/assets/images/header-mobile-menu-align-left.gif\";}s:5:\"right\";a:2:{s:5:\"title\";s:5:\"Right\";s:3:\"src\";s:59:\"/inc/admin/assets/images/header-mobile-menu-align-right.gif\";}}s:5:\"class\";s:5:\"small\";}s:8:\"branding\";a:3:{s:4:\"name\";s:8:\"Branding\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:8:\"branding\";}s:19:\"header-logo_regular\";a:5:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:19:\"header-logo_regular\";}s:14:\"header-logo_hd\";a:5:{s:4:\"name\";s:22:\"High-DPI (retina) logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:14:\"header-logo_hd\";}s:19:\"header-logo-padding\";a:4:{s:2:\"id\";s:19:\"header-logo-padding\";s:4:\"name\";s:12:\"Logo padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:30:\"branding-transparent-nav-block\";a:4:{s:4:\"name\";s:18:\"Transparent header\";s:2:\"id\";s:30:\"branding-transparent-nav-block\";s:4:\"type\";s:5:\"block\";s:10:\"dependency\";a:3:{s:6:\"option\";s:13:\"header-layout\";s:8:\"operator\";s:6:\"NOT_IN\";s:5:\"value\";a:4:{i:0;s:8:\"top_line\";i:1;s:9:\"side_line\";i:2;s:9:\"menu_icon\";i:3;s:4:\"side\";}}}s:36:\"header-style-transparent-choose_logo\";a:5:{s:2:\"id\";s:36:\"header-style-transparent-choose_logo\";s:4:\"name\";s:9:\"Show logo\";s:3:\"std\";s:6:\"custom\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:3:{s:6:\"custom\";s:11:\"Custom logo\";s:4:\"main\";s:9:\"Main logo\";s:4:\"none\";s:10:\"Don\'t show\";}}s:37:\"header-style-transparent-logo_regular\";a:6:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:37:\"header-style-transparent-logo_regular\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:36:\"header-style-transparent-choose_logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}}s:32:\"header-style-transparent-logo_hd\";a:6:{s:4:\"name\";s:22:\"High-DPI (retina) logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:32:\"header-style-transparent-logo_hd\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:36:\"header-style-transparent-choose_logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}}s:37:\"header-style-transparent-logo-padding\";a:6:{s:2:\"id\";s:37:\"header-style-transparent-logo-padding\";s:4:\"name\";s:12:\"Logo padding\";s:7:\"divider\";s:3:\"top\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";s:10:\"dependency\";a:3:{s:5:\"field\";s:36:\"header-style-transparent-choose_logo\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:6:\"custom\";i:1;s:4:\"main\";}}}s:24:\"branding-menu-icon-block\";a:4:{s:4:\"name\";s:43:\"Top line / Side line / Floating menu button\";s:2:\"id\";s:24:\"branding-menu-icon-block\";s:4:\"type\";s:5:\"block\";s:10:\"dependency\";a:3:{s:6:\"option\";s:13:\"header-layout\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:3:{i:0;s:8:\"top_line\";i:1;s:9:\"side_line\";i:2;s:9:\"menu_icon\";}}}s:31:\"header-style-mixed-logo_regular\";a:5:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:31:\"header-style-mixed-logo_regular\";}s:26:\"header-style-mixed-logo_hd\";a:5:{s:4:\"name\";s:22:\"High-DPI (retina) logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:26:\"header-style-mixed-logo_hd\";}s:31:\"header-style-mixed-logo-padding\";a:4:{s:2:\"id\";s:31:\"header-style-mixed-logo-padding\";s:4:\"name\";s:12:\"Logo padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:27:\"branding-floating-nav-block\";a:4:{s:4:\"name\";s:19:\"Floating navigation\";s:2:\"id\";s:27:\"branding-floating-nav-block\";s:4:\"type\";s:5:\"block\";s:10:\"dependency\";a:2:{i:0;a:3:{s:6:\"option\";s:31:\"header-show_floating_navigation\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:6:\"option\";s:13:\"header-layout\";s:8:\"operator\";s:6:\"NOT_IN\";s:5:\"value\";a:4:{i:0;s:8:\"top_line\";i:1;s:9:\"side_line\";i:2;s:9:\"menu_icon\";i:3;s:4:\"side\";}}}}s:33:\"header-style-floating-choose_logo\";a:5:{s:2:\"id\";s:33:\"header-style-floating-choose_logo\";s:4:\"name\";s:9:\"Show logo\";s:3:\"std\";s:6:\"custom\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:3:{s:6:\"custom\";s:11:\"Custom logo\";s:4:\"main\";s:9:\"Main logo\";s:4:\"none\";s:10:\"Don\'t show\";}}s:34:\"header-style-floating-logo_regular\";a:6:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:34:\"header-style-floating-logo_regular\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:33:\"header-style-floating-choose_logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}}s:29:\"header-style-floating-logo_hd\";a:6:{s:4:\"name\";s:22:\"High-DPI (retina) logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:29:\"header-style-floating-logo_hd\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:33:\"header-style-floating-choose_logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}}s:34:\"header-style-floating-logo-padding\";a:6:{s:2:\"id\";s:34:\"header-style-floating-logo-padding\";s:4:\"name\";s:12:\"Logo padding\";s:7:\"divider\";s:3:\"top\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";s:10:\"dependency\";a:3:{s:5:\"field\";s:33:\"header-style-floating-choose_logo\";s:8:\"operator\";s:2:\"IN\";s:5:\"value\";a:2:{i:0;s:6:\"custom\";i:1;s:4:\"main\";}}}s:31:\"header-mobile-first_switch-logo\";a:5:{s:2:\"id\";s:31:\"header-mobile-first_switch-logo\";s:4:\"name\";s:27:\"First switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:6:\"mobile\";s:7:\"options\";a:2:{s:7:\"desktop\";s:12:\"Desktop logo\";s:6:\"mobile\";s:11:\"Custom logo\";}}s:32:\"header-mobile-second_switch-logo\";a:5:{s:2:\"id\";s:32:\"header-mobile-second_switch-logo\";s:4:\"name\";s:27:\"Second switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:6:\"mobile\";s:7:\"options\";a:2:{s:7:\"desktop\";s:12:\"Desktop logo\";s:6:\"mobile\";s:11:\"Custom logo\";}}s:32:\"header-style-mobile-logo_regular\";a:6:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:32:\"header-style-mobile-logo_regular\";s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:31:\"header-mobile-first_switch-logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"mobile\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:32:\"header-mobile-second_switch-logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"mobile\";}}}}s:27:\"header-style-mobile-logo_hd\";a:6:{s:4:\"name\";s:22:\"High-DPI (retina) logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:27:\"header-style-mobile-logo_hd\";s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:31:\"header-mobile-first_switch-logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"mobile\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:32:\"header-mobile-second_switch-logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"mobile\";}}}}s:32:\"header-style-mobile-logo-padding\";a:4:{s:2:\"id\";s:32:\"header-style-mobile-logo-padding\";s:4:\"name\";s:12:\"Logo padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:37:\"mobile-branding-transparent-nav-block\";a:4:{s:4:\"name\";s:25:\"Transparent mobile header\";s:2:\"id\";s:37:\"mobile-branding-transparent-nav-block\";s:4:\"type\";s:5:\"block\";s:10:\"dependency\";a:3:{s:6:\"option\";s:13:\"header-layout\";s:8:\"operator\";s:6:\"NOT_IN\";s:5:\"value\";a:4:{i:0;s:8:\"top_line\";i:1;s:9:\"side_line\";i:2;s:9:\"menu_icon\";i:3;s:4:\"side\";}}}s:43:\"header-transparent-mobile-first_switch-logo\";a:5:{s:2:\"id\";s:43:\"header-transparent-mobile-first_switch-logo\";s:4:\"name\";s:27:\"First switch point (tablet)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"desktop\";s:7:\"options\";a:2:{s:7:\"desktop\";s:12:\"Desktop logo\";s:6:\"mobile\";s:11:\"Custom logo\";}}s:44:\"header-transparent-mobile-second_switch-logo\";a:5:{s:2:\"id\";s:44:\"header-transparent-mobile-second_switch-logo\";s:4:\"name\";s:27:\"Second switch point (phone)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"desktop\";s:7:\"options\";a:2:{s:7:\"desktop\";s:12:\"Desktop logo\";s:6:\"mobile\";s:11:\"Custom logo\";}}s:44:\"header-style-transparent-mobile-logo_regular\";a:6:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:44:\"header-style-transparent-mobile-logo_regular\";s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:43:\"header-transparent-mobile-first_switch-logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"mobile\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:44:\"header-transparent-mobile-second_switch-logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"mobile\";}}}}s:39:\"header-style-transparent-mobile-logo_hd\";a:6:{s:4:\"name\";s:22:\"High-DPI (retina) logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:39:\"header-style-transparent-mobile-logo_hd\";s:10:\"dependency\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:43:\"header-transparent-mobile-first_switch-logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"mobile\";}}i:1;a:1:{i:0;a:3:{s:5:\"field\";s:44:\"header-transparent-mobile-second_switch-logo\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"mobile\";}}}}s:44:\"header-style-transparent-mobile-logo-padding\";a:4:{s:2:\"id\";s:44:\"header-style-transparent-mobile-logo-padding\";s:4:\"name\";s:12:\"Logo padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:23:\"bottom_bar-logo_regular\";a:5:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:23:\"bottom_bar-logo_regular\";}s:18:\"bottom_bar-logo_hd\";a:5:{s:4:\"name\";s:22:\"High-DPI (retina) logo\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";s:4:\"full\";s:3:\"std\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:2:\"id\";s:18:\"bottom_bar-logo_hd\";}s:23:\"bottom_bar-logo-padding\";a:4:{s:2:\"id\";s:23:\"bottom_bar-logo-padding\";s:4:\"name\";s:12:\"Logo padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";}s:15:\"general-favicon\";a:4:{s:2:\"id\";s:15:\"general-favicon\";s:4:\"name\";s:18:\"Regular (16x16 px)\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}s:18:\"general-favicon_hd\";a:4:{s:2:\"id\";s:18:\"general-favicon_hd\";s:4:\"name\";s:19:\"High-DPI (32x32 px)\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}s:32:\"general-handheld_icon-old_iphone\";a:4:{s:2:\"id\";s:32:\"general-handheld_icon-old_iphone\";s:4:\"name\";s:21:\"60x60 px (old iPhone)\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}s:30:\"general-handheld_icon-old_ipad\";a:4:{s:2:\"id\";s:30:\"general-handheld_icon-old_ipad\";s:4:\"name\";s:19:\"76x76 px (old iPad)\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}s:35:\"general-handheld_icon-retina_iphone\";a:4:{s:2:\"id\";s:35:\"general-handheld_icon-retina_iphone\";s:4:\"name\";s:26:\"120x120 px (retina iPhone)\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}s:33:\"general-handheld_icon-retina_ipad\";a:4:{s:2:\"id\";s:33:\"general-handheld_icon-retina_ipad\";s:4:\"name\";s:24:\"152x152 px (retina iPad)\";s:4:\"type\";s:6:\"upload\";s:3:\"std\";s:0:\"\";}s:21:\"bottom_bar-copyrights\";a:4:{s:2:\"id\";s:21:\"bottom_bar-copyrights\";s:4:\"name\";s:21:\"Copyright information\";s:4:\"type\";s:8:\"textarea\";s:3:\"std\";b:0;}s:18:\"bottom_bar-credits\";a:4:{s:2:\"id\";s:18:\"bottom_bar-credits\";s:4:\"name\";s:27:\"Give credits to Dream-Theme\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";}s:7:\"stripe1\";a:3:{s:4:\"name\";s:8:\"Stripe 1\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:7:\"stripe1\";}s:22:\"stripes-stripe_1_color\";a:4:{s:4:\"name\";s:5:\"Color\";s:2:\"id\";s:22:\"stripes-stripe_1_color\";s:3:\"std\";s:7:\"#222526\";s:4:\"type\";s:5:\"color\";}s:25:\"stripes-stripe_1_bg_image\";a:5:{s:4:\"name\";s:20:\"Add background image\";s:2:\"id\";s:25:\"stripes-stripe_1_bg_image\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:4:\"type\";s:14:\"background_img\";s:6:\"fields\";a:0:{}}s:24:\"stripes-stripe_1_outline\";a:7:{s:4:\"name\";s:8:\"Outlines\";s:2:\"id\";s:24:\"stripes-stripe_1_outline\";s:3:\"std\";s:4:\"hide\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:1:{s:4:\"show\";b:1;}s:7:\"options\";a:2:{s:4:\"show\";a:2:{s:5:\"title\";s:4:\"Show\";s:3:\"src\";s:59:\"/inc/admin/assets/images/stripes-stripe-outline-enabled.gif\";}s:4:\"hide\";a:2:{s:5:\"title\";s:4:\"Hide\";s:3:\"src\";s:60:\"/inc/admin/assets/images/stripes-stripe-outline-disabled.gif\";}}}s:30:\"stripes-stripe_1_outline_color\";a:4:{s:4:\"name\";s:14:\"Outlines color\";s:2:\"id\";s:30:\"stripes-stripe_1_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:32:\"stripes-stripe_1_outline_opacity\";a:4:{s:4:\"name\";s:16:\"Outlines opacity\";s:2:\"id\";s:32:\"stripes-stripe_1_outline_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:39:\"stripes-stripe_1_content_boxes_bg_color\";a:4:{s:4:\"name\";s:16:\"Background color\";s:2:\"id\";s:39:\"stripes-stripe_1_content_boxes_bg_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:41:\"stripes-stripe_1_content_boxes_bg_opacity\";a:4:{s:4:\"name\";s:18:\"Background opacity\";s:2:\"id\";s:41:\"stripes-stripe_1_content_boxes_bg_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:41:\"stripes-stripe_1_content_boxes_decoration\";a:7:{s:4:\"name\";s:10:\"Decoration\";s:2:\"id\";s:41:\"stripes-stripe_1_content_boxes_decoration\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:1:{s:7:\"outline\";b:1;}s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"title\";s:4:\"None\";s:3:\"src\";s:66:\"/inc/admin/assets/images/general-content_boxes_decoration-none.gif\";}s:6:\"shadow\";a:2:{s:5:\"title\";s:6:\"Shadow\";s:3:\"src\";s:68:\"/inc/admin/assets/images/general-content_boxes_decoration-shadow.gif\";}s:7:\"outline\";a:2:{s:5:\"title\";s:7:\"Outline\";s:3:\"src\";s:69:\"/inc/admin/assets/images/general-content_boxes_decoration-outline.gif\";}}}s:55:\"stripes-stripe_1_content_boxes_decoration_outline_color\";a:4:{s:4:\"name\";s:24:\"Decoration outline color\";s:2:\"id\";s:55:\"stripes-stripe_1_content_boxes_decoration_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:57:\"stripes-stripe_1_content_boxes_decoration_outline_opacity\";a:4:{s:4:\"name\";s:26:\"Decoration outline opacity\";s:2:\"id\";s:57:\"stripes-stripe_1_content_boxes_decoration_outline_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:30:\"stripes-stripe_1_headers_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:13:\"Headers color\";s:2:\"id\";s:30:\"stripes-stripe_1_headers_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";}s:27:\"stripes-stripe_1_text_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:10:\"Text color\";s:2:\"id\";s:27:\"stripes-stripe_1_text_color\";s:3:\"std\";s:7:\"#828282\";s:4:\"type\";s:5:\"color\";}s:7:\"stripe2\";a:3:{s:4:\"name\";s:8:\"Stripe 2\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:7:\"stripe2\";}s:22:\"stripes-stripe_2_color\";a:4:{s:4:\"name\";s:5:\"Color\";s:2:\"id\";s:22:\"stripes-stripe_2_color\";s:3:\"std\";s:7:\"#aeaeae\";s:4:\"type\";s:5:\"color\";}s:25:\"stripes-stripe_2_bg_image\";a:5:{s:4:\"name\";s:20:\"Add background image\";s:2:\"id\";s:25:\"stripes-stripe_2_bg_image\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:4:\"type\";s:14:\"background_img\";s:6:\"fields\";a:0:{}}s:24:\"stripes-stripe_2_outline\";a:7:{s:4:\"name\";s:8:\"Outlines\";s:2:\"id\";s:24:\"stripes-stripe_2_outline\";s:3:\"std\";s:4:\"hide\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:1:{s:4:\"show\";b:1;}s:7:\"options\";a:2:{s:4:\"show\";a:2:{s:5:\"title\";s:4:\"Show\";s:3:\"src\";s:59:\"/inc/admin/assets/images/stripes-stripe-outline-enabled.gif\";}s:4:\"hide\";a:2:{s:5:\"title\";s:4:\"Hide\";s:3:\"src\";s:60:\"/inc/admin/assets/images/stripes-stripe-outline-disabled.gif\";}}}s:30:\"stripes-stripe_2_outline_color\";a:4:{s:4:\"name\";s:14:\"Outlines color\";s:2:\"id\";s:30:\"stripes-stripe_2_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:32:\"stripes-stripe_2_outline_opacity\";a:4:{s:4:\"name\";s:16:\"Outlines opacity\";s:2:\"id\";s:32:\"stripes-stripe_2_outline_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:39:\"stripes-stripe_2_content_boxes_bg_color\";a:4:{s:4:\"name\";s:16:\"Background color\";s:2:\"id\";s:39:\"stripes-stripe_2_content_boxes_bg_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:41:\"stripes-stripe_2_content_boxes_bg_opacity\";a:4:{s:4:\"name\";s:18:\"Background opacity\";s:2:\"id\";s:41:\"stripes-stripe_2_content_boxes_bg_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:41:\"stripes-stripe_2_content_boxes_decoration\";a:7:{s:4:\"name\";s:10:\"Decoration\";s:2:\"id\";s:41:\"stripes-stripe_2_content_boxes_decoration\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:1:{s:7:\"outline\";b:1;}s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"title\";s:4:\"None\";s:3:\"src\";s:66:\"/inc/admin/assets/images/general-content_boxes_decoration-none.gif\";}s:6:\"shadow\";a:2:{s:5:\"title\";s:6:\"Shadow\";s:3:\"src\";s:68:\"/inc/admin/assets/images/general-content_boxes_decoration-shadow.gif\";}s:7:\"outline\";a:2:{s:5:\"title\";s:7:\"Outline\";s:3:\"src\";s:69:\"/inc/admin/assets/images/general-content_boxes_decoration-outline.gif\";}}}s:55:\"stripes-stripe_2_content_boxes_decoration_outline_color\";a:4:{s:4:\"name\";s:24:\"Decoration outline color\";s:2:\"id\";s:55:\"stripes-stripe_2_content_boxes_decoration_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:57:\"stripes-stripe_2_content_boxes_decoration_outline_opacity\";a:4:{s:4:\"name\";s:26:\"Decoration outline opacity\";s:2:\"id\";s:57:\"stripes-stripe_2_content_boxes_decoration_outline_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:30:\"stripes-stripe_2_headers_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:13:\"Headers color\";s:2:\"id\";s:30:\"stripes-stripe_2_headers_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";}s:27:\"stripes-stripe_2_text_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:10:\"Text color\";s:2:\"id\";s:27:\"stripes-stripe_2_text_color\";s:3:\"std\";s:7:\"#828282\";s:4:\"type\";s:5:\"color\";}s:7:\"stripe3\";a:3:{s:4:\"name\";s:8:\"Stripe 3\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:7:\"stripe3\";}s:22:\"stripes-stripe_3_color\";a:4:{s:4:\"name\";s:5:\"Color\";s:2:\"id\";s:22:\"stripes-stripe_3_color\";s:3:\"std\";s:7:\"#cacaca\";s:4:\"type\";s:5:\"color\";}s:25:\"stripes-stripe_3_bg_image\";a:5:{s:4:\"name\";s:20:\"Add background image\";s:2:\"id\";s:25:\"stripes-stripe_3_bg_image\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:4:\"type\";s:14:\"background_img\";s:6:\"fields\";a:0:{}}s:24:\"stripes-stripe_3_outline\";a:7:{s:4:\"name\";s:8:\"Outlines\";s:2:\"id\";s:24:\"stripes-stripe_3_outline\";s:3:\"std\";s:4:\"hide\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:1:{s:4:\"show\";b:1;}s:7:\"options\";a:2:{s:4:\"show\";a:2:{s:5:\"title\";s:4:\"Show\";s:3:\"src\";s:59:\"/inc/admin/assets/images/stripes-stripe-outline-enabled.gif\";}s:4:\"hide\";a:2:{s:5:\"title\";s:4:\"Hide\";s:3:\"src\";s:60:\"/inc/admin/assets/images/stripes-stripe-outline-disabled.gif\";}}}s:30:\"stripes-stripe_3_outline_color\";a:4:{s:4:\"name\";s:14:\"Outlines color\";s:2:\"id\";s:30:\"stripes-stripe_3_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:32:\"stripes-stripe_3_outline_opacity\";a:4:{s:4:\"name\";s:16:\"Outlines opacity\";s:2:\"id\";s:32:\"stripes-stripe_3_outline_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:39:\"stripes-stripe_3_content_boxes_bg_color\";a:4:{s:4:\"name\";s:16:\"Background color\";s:2:\"id\";s:39:\"stripes-stripe_3_content_boxes_bg_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:41:\"stripes-stripe_3_content_boxes_bg_opacity\";a:4:{s:4:\"name\";s:18:\"Background opacity\";s:2:\"id\";s:41:\"stripes-stripe_3_content_boxes_bg_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:41:\"stripes-stripe_3_content_boxes_decoration\";a:7:{s:4:\"name\";s:10:\"Decoration\";s:2:\"id\";s:41:\"stripes-stripe_3_content_boxes_decoration\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:1:{s:7:\"outline\";b:1;}s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"title\";s:4:\"None\";s:3:\"src\";s:66:\"/inc/admin/assets/images/general-content_boxes_decoration-none.gif\";}s:6:\"shadow\";a:2:{s:5:\"title\";s:6:\"Shadow\";s:3:\"src\";s:68:\"/inc/admin/assets/images/general-content_boxes_decoration-shadow.gif\";}s:7:\"outline\";a:2:{s:5:\"title\";s:7:\"Outline\";s:3:\"src\";s:69:\"/inc/admin/assets/images/general-content_boxes_decoration-outline.gif\";}}}s:55:\"stripes-stripe_3_content_boxes_decoration_outline_color\";a:4:{s:4:\"name\";s:24:\"Decoration outline color\";s:2:\"id\";s:55:\"stripes-stripe_3_content_boxes_decoration_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:5:\"color\";}s:57:\"stripes-stripe_3_content_boxes_decoration_outline_opacity\";a:4:{s:4:\"name\";s:26:\"Decoration outline opacity\";s:2:\"id\";s:57:\"stripes-stripe_3_content_boxes_decoration_outline_opacity\";s:3:\"std\";i:100;s:4:\"type\";s:6:\"slider\";}s:30:\"stripes-stripe_3_headers_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:13:\"Headers color\";s:2:\"id\";s:30:\"stripes-stripe_3_headers_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";}s:27:\"stripes-stripe_3_text_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:10:\"Text color\";s:2:\"id\";s:27:\"stripes-stripe_3_text_color\";s:3:\"std\";s:7:\"#828282\";s:4:\"type\";s:5:\"color\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"Sidebar\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:7:\"sidebar\";}s:13:\"sidebar-width\";a:5:{s:4:\"name\";s:13:\"Sidebar width\";s:2:\"id\";s:13:\"sidebar-width\";s:3:\"std\";s:3:\"30%\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:4:\"px|%\";}s:25:\"sidebar-vertical_distance\";a:5:{s:4:\"name\";s:33:\"Vertical distance between widgets\";s:2:\"id\";s:25:\"sidebar-vertical_distance\";s:3:\"std\";s:4:\"60px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:27:\"sidebar-distance_to_content\";a:5:{s:4:\"name\";s:39:\"Distance between content area & sidebar\";s:2:\"id\";s:27:\"sidebar-distance_to_content\";s:3:\"std\";s:4:\"50px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:20:\"sidebar-visual_style\";a:7:{s:4:\"name\";s:13:\"Sidebar style\";s:2:\"id\";s:20:\"sidebar-visual_style\";s:3:\"std\";s:13:\"with_dividers\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:13:\"with_dividers\";a:2:{s:5:\"title\";s:8:\"Dividers\";s:3:\"src\";s:58:\"/inc/admin/assets/images/sidebar-visual_style-dividers.gif\";}s:7:\"with_bg\";a:2:{s:5:\"title\";s:31:\"Background behind whole sidebar\";s:3:\"src\";s:81:\"/inc/admin/assets/images/sidebar-visual_style-background-behind-whole-sidebar.gif\";}s:15:\"with_widgets_bg\";a:2:{s:5:\"title\";s:29:\"Background behind each widget\";s:3:\"src\";s:79:\"/inc/admin/assets/images/sidebar-visual_style-background-behind-each-widget.gif\";}}s:9:\"show_hide\";a:3:{s:13:\"with_dividers\";a:2:{i:0;s:25:\"sidebar-dividers-vertical\";i:1;s:27:\"sidebar-dividers-horizontal\";}s:7:\"with_bg\";a:2:{i:0;s:19:\"sidebar-bg-settings\";i:1;s:27:\"sidebar-dividers-horizontal\";}s:15:\"with_widgets_bg\";s:19:\"sidebar-bg-settings\";}}s:24:\"sidebar-divider-vertical\";a:6:{s:4:\"name\";s:16:\"Vertical divider\";s:2:\"id\";s:24:\"sidebar-divider-vertical\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/sidebar-divider-vertical-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/sidebar-divider-vertical-disabled.gif\";}}}s:26:\"sidebar-divider-horizontal\";a:6:{s:4:\"name\";s:24:\"Dividers between widgets\";s:2:\"id\";s:26:\"sidebar-divider-horizontal\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:63:\"/inc/admin/assets/images/sidebar-divider-horizontal-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/sidebar-divider-vertical-disabled.gif\";}}}s:16:\"sidebar-bg_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:16:\"Background color\";s:2:\"id\";s:16:\"sidebar-bg_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:11:\"alpha_color\";}s:16:\"sidebar-bg_image\";a:4:{s:4:\"type\";s:14:\"background_img\";s:2:\"id\";s:16:\"sidebar-bg_image\";s:4:\"name\";s:20:\"Add background image\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}}s:18:\"sidebar-decoration\";a:7:{s:4:\"name\";s:10:\"Decoration\";s:2:\"id\";s:18:\"sidebar-decoration\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:1:{s:7:\"outline\";b:1;}s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"title\";s:4:\"None\";s:3:\"src\";s:66:\"/inc/admin/assets/images/general-content_boxes_decoration-none.gif\";}s:6:\"shadow\";a:2:{s:5:\"title\";s:6:\"Shadow\";s:3:\"src\";s:68:\"/inc/admin/assets/images/general-content_boxes_decoration-shadow.gif\";}s:7:\"outline\";a:2:{s:5:\"title\";s:7:\"Outline\";s:3:\"src\";s:69:\"/inc/admin/assets/images/general-content_boxes_decoration-outline.gif\";}}}s:32:\"sidebar-decoration_outline_color\";a:4:{s:4:\"name\";s:24:\"Decoration outline color\";s:2:\"id\";s:32:\"sidebar-decoration_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:11:\"alpha_color\";}s:21:\"sidebar-headers_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:13:\"Headers color\";s:2:\"id\";s:21:\"sidebar-headers_color\";s:3:\"std\";s:7:\"#000000\";s:4:\"type\";s:5:\"color\";}s:26:\"sidebar-primary_text_color\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:10:\"Text color\";s:2:\"id\";s:26:\"sidebar-primary_text_color\";s:3:\"std\";s:7:\"#686868\";s:4:\"type\";s:5:\"color\";}s:22:\"sidebar-responsiveness\";a:5:{s:4:\"name\";s:32:\"Move sidebar below content after\";s:2:\"id\";s:22:\"sidebar-responsiveness\";s:3:\"std\";s:5:\"970px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:6:\"footer\";a:3:{s:4:\"name\";s:6:\"Footer\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:6:\"footer\";}s:12:\"footer-style\";a:6:{s:4:\"name\";s:29:\"Footer background & lines\";s:2:\"id\";s:12:\"footer-style\";s:3:\"std\";s:18:\"content_width_line\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:18:\"content_width_line\";a:2:{s:5:\"title\";s:18:\"Content-width line\";s:3:\"src\";s:60:\"/inc/admin/assets/images/footer-style-content-width-line.gif\";}s:15:\"full_width_line\";a:2:{s:5:\"title\";s:15:\"Full-width line\";s:3:\"src\";s:57:\"/inc/admin/assets/images/footer-style-full-width-line.gif\";}s:16:\"solid_background\";a:2:{s:5:\"title\";s:10:\"Background\";s:3:\"src\";s:52:\"/inc/admin/assets/images/footer-style-background.gif\";}}}s:15:\"footer-bg_color\";a:4:{s:4:\"name\";s:5:\"Color\";s:2:\"id\";s:15:\"footer-bg_color\";s:3:\"std\";s:7:\"#1B1B1B\";s:4:\"type\";s:11:\"alpha_color\";}s:17:\"footer-decoration\";a:8:{s:4:\"name\";s:10:\"Decoration\";s:2:\"id\";s:17:\"footer-decoration\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"divider\";s:3:\"top\";s:7:\"options\";a:2:{s:4:\"none\";a:2:{s:5:\"title\";s:4:\"None\";s:3:\"src\";s:52:\"/inc/admin/assets/images/footer-style-background.gif\";}s:7:\"outline\";a:2:{s:5:\"title\";s:4:\"Line\";s:3:\"src\";s:51:\"/inc/admin/assets/images/footer-decoration-line.gif\";}}s:10:\"dependency\";a:3:{s:5:\"field\";s:12:\"footer-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"solid_background\";}}s:31:\"footer-decoration_outline_color\";a:5:{s:4:\"name\";s:24:\"Decoration outline color\";s:2:\"id\";s:31:\"footer-decoration_outline_color\";s:3:\"std\";s:7:\"#FFFFFF\";s:4:\"type\";s:11:\"alpha_color\";s:10:\"dependency\";a:2:{i:0;a:3:{s:5:\"field\";s:12:\"footer-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"solid_background\";}i:1;a:3:{s:5:\"field\";s:17:\"footer-decoration\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"outline\";}}}s:15:\"footer-bg_image\";a:6:{s:4:\"type\";s:14:\"background_img\";s:4:\"name\";s:20:\"Add background image\";s:2:\"id\";s:15:\"footer-bg_image\";s:7:\"divider\";s:3:\"top\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:10:\"dependency\";a:3:{s:5:\"field\";s:12:\"footer-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"solid_background\";}}s:21:\"footer-slide-out-mode\";a:9:{s:4:\"name\";s:14:\"Slide-out mode\";s:4:\"desc\";s:91:\"\"Slide-out mode\" isn\'t compatible with transparent/semitransparent content area background.\";s:2:\"id\";s:21:\"footer-slide-out-mode\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"divider\";s:3:\"top\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:58:\"/inc/admin/assets/images/footer-slide-out-mode-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:59:\"/inc/admin/assets/images/footer-slide-out-mode-disabled.gif\";}}s:10:\"dependency\";a:3:{s:5:\"field\";s:12:\"footer-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"solid_background\";}}s:20:\"footer-headers_color\";a:4:{s:4:\"name\";s:13:\"Headers color\";s:2:\"id\";s:20:\"footer-headers_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";}s:25:\"footer-primary_text_color\";a:4:{s:4:\"name\";s:13:\"Content color\";s:2:\"id\";s:25:\"footer-primary_text_color\";s:3:\"std\";s:7:\"#828282\";s:4:\"type\";s:5:\"color\";}s:24:\"footer-accent_text_color\";a:6:{s:4:\"name\";s:12:\"Accent color\";s:2:\"id\";s:24:\"footer-accent_text_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";s:8:\"sanitize\";s:11:\"empty_color\";s:4:\"desc\";s:40:\"Leave empty to use default accent color.\";}s:14:\"footer-padding\";a:6:{s:4:\"name\";s:7:\"Padding\";s:2:\"id\";s:14:\"footer-padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:9:\"50px 50px\";s:5:\"units\";s:2:\"px\";s:6:\"fields\";a:2:{i:0;s:3:\"Top\";i:1;s:6:\"Bottom\";}}s:23:\"footer-paddings-columns\";a:6:{s:4:\"desc\";s:65:\"E.g. 20 pixel padding will give you 40 pixel gap between columns.\";s:4:\"name\";s:30:\"Padding between footer columns\";s:2:\"id\";s:23:\"footer-paddings-columns\";s:3:\"std\";s:4:\"44px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:13:\"footer-layout\";a:5:{s:4:\"name\";s:6:\"Layout\";s:4:\"desc\";s:18:\"E.g. \"1/4+1/4+1/2\"\";s:2:\"id\";s:13:\"footer-layout\";s:3:\"std\";s:15:\"1/4+1/4+1/4+1/4\";s:4:\"type\";s:4:\"text\";}s:21:\"footer-collapse_after\";a:6:{s:4:\"name\";s:28:\"Collapse to one column after\";s:4:\"desc\";s:52:\"Won\'t have any effect if responsiveness is disabled.\";s:2:\"id\";s:21:\"footer-collapse_after\";s:3:\"std\";s:5:\"760px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:10:\"bottom-bar\";a:3:{s:4:\"name\";s:10:\"Bottom bar\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:10:\"bottom-bar\";}s:18:\"bottom_bar-enabled\";a:5:{s:4:\"name\";s:10:\"Bottom bar\";s:2:\"id\";s:18:\"bottom_bar-enabled\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:1:\"1\";s:7:\"options\";a:2:{i:1;s:7:\"Enabled\";i:0;s:8:\"Disabled\";}}s:16:\"bottom_bar-style\";a:6:{s:4:\"name\";s:33:\"Bottom bar background & lines\";s:2:\"id\";s:16:\"bottom_bar-style\";s:3:\"std\";s:18:\"content_width_line\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:18:\"content_width_line\";a:2:{s:5:\"title\";s:18:\"Content-width line\";s:3:\"src\";s:64:\"/inc/admin/assets/images/bottom_bar-style-content-width-line.gif\";}s:15:\"full_width_line\";a:2:{s:5:\"title\";s:15:\"Full-width line\";s:3:\"src\";s:61:\"/inc/admin/assets/images/bottom_bar-style-full-width-line.gif\";}s:16:\"solid_background\";a:2:{s:5:\"title\";s:10:\"Background\";s:3:\"src\";s:56:\"/inc/admin/assets/images/bottom_bar-style-background.gif\";}}}s:19:\"bottom_bar-bg_color\";a:4:{s:4:\"name\";s:5:\"Color\";s:2:\"id\";s:19:\"bottom_bar-bg_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:11:\"alpha_color\";}s:19:\"bottom_bar-bg_image\";a:6:{s:4:\"type\";s:14:\"background_img\";s:2:\"id\";s:19:\"bottom_bar-bg_image\";s:4:\"name\";s:20:\"Add background image\";s:7:\"divider\";s:3:\"top\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:10:\"dependency\";a:3:{s:5:\"field\";s:16:\"bottom_bar-style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"solid_background\";}}s:17:\"bottom_bar-layout\";a:6:{s:4:\"name\";s:6:\"Layout\";s:2:\"id\";s:17:\"bottom_bar-layout\";s:3:\"std\";s:9:\"logo_left\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:9:\"logo_left\";a:2:{s:5:\"title\";s:4:\"Side\";s:3:\"src\";s:33:\"/inc/admin/assets/images/bb02.gif\";}s:5:\"split\";a:2:{s:5:\"title\";s:5:\"Split\";s:3:\"src\";s:36:\"/inc/admin/assets/images/bbsplit.gif\";}s:11:\"logo_center\";a:2:{s:5:\"title\";s:8:\"Centered\";s:3:\"src\";s:33:\"/inc/admin/assets/images/bb01.gif\";}}}s:17:\"bottom_bar-height\";a:5:{s:2:\"id\";s:17:\"bottom_bar-height\";s:4:\"name\";s:6:\"Height\";s:3:\"std\";s:4:\"60px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:18:\"bottom_bar-padding\";a:6:{s:4:\"name\";s:8:\"Paddings\";s:2:\"id\";s:18:\"bottom_bar-padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:5:\"10 10\";s:5:\"units\";s:2:\"px\";s:6:\"fields\";a:2:{i:0;s:3:\"Top\";i:1;s:6:\"Bottom\";}}s:25:\"bottom_bar-collapse_after\";a:7:{s:4:\"name\";s:30:\"Enable responsive layout after\";s:4:\"desc\";s:52:\"Won\'t have any effect if responsiveness is disabled.\";s:2:\"id\";s:25:\"bottom_bar-collapse_after\";s:3:\"std\";s:5:\"990px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:7:\"divider\";s:3:\"top\";}s:16:\"bottom_bar-color\";a:4:{s:4:\"name\";s:10:\"Font color\";s:2:\"id\";s:16:\"bottom_bar-color\";s:3:\"std\";s:7:\"#757575\";s:4:\"type\";s:5:\"color\";}s:15:\"bottom_bar-text\";a:4:{s:4:\"name\";s:9:\"Text area\";s:2:\"id\";s:15:\"bottom_bar-text\";s:3:\"std\";b:0;s:4:\"type\";s:8:\"textarea\";}s:7:\"general\";a:3:{s:4:\"name\";s:7:\"General\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:7:\"general\";}s:20:\"general-filter_style\";a:6:{s:2:\"id\";s:20:\"general-filter_style\";s:4:\"name\";s:5:\"Style\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:3:\"ios\";s:7:\"options\";a:3:{s:3:\"ios\";a:2:{s:5:\"title\";s:13:\"No decoration\";s:3:\"src\";s:52:\"/inc/admin/assets/images/general-filter-no-decor.gif\";}s:7:\"minimal\";a:2:{s:5:\"title\";s:10:\"Background\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-filter-background.gif\";}s:8:\"material\";a:2:{s:5:\"title\";s:9:\"Underline\";s:3:\"src\";s:53:\"/inc/admin/assets/images/general-filter-underline.gif\";}}}s:42:\"general-filter_style-minimal-border_radius\";a:6:{s:4:\"name\";s:13:\"Border radius\";s:2:\"id\";s:42:\"general-filter_style-minimal-border_radius\";s:3:\"std\";s:5:\"100px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:3:{s:5:\"field\";s:20:\"general-filter_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"minimal\";}}s:39:\"general-filter_style-material-line_size\";a:6:{s:4:\"name\";s:9:\"Line size\";s:2:\"id\";s:39:\"general-filter_style-material-line_size\";s:3:\"std\";s:3:\"2px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:3:{s:5:\"field\";s:20:\"general-filter_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"material\";}}s:26:\"general-filter-font-family\";a:5:{s:2:\"id\";s:26:\"general-filter-font-family\";s:4:\"name\";s:4:\"Font\";s:4:\"type\";s:9:\"web_fonts\";s:3:\"std\";s:9:\"Open Sans\";s:5:\"fonts\";s:3:\"all\";}s:24:\"general-filter-font-size\";a:6:{s:2:\"id\";s:24:\"general-filter-font-size\";s:4:\"name\";s:9:\"Font size\";s:4:\"type\";s:6:\"slider\";s:8:\"sanitize\";s:9:\"font_size\";s:3:\"std\";i:16;s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}}s:20:\"general-filter_ucase\";a:4:{s:2:\"id\";s:20:\"general-filter_ucase\";s:4:\"name\";s:10:\"Capitalize\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:22:\"general-filter-padding\";a:4:{s:2:\"id\";s:22:\"general-filter-padding\";s:4:\"name\";s:7:\"Padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"5px 5px 5px 5px\";}s:21:\"general-filter-margin\";a:4:{s:2:\"id\";s:21:\"general-filter-margin\";s:4:\"name\";s:6:\"Margin\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 5px 0px 5px\";}s:25:\"general-navigation_margin\";a:5:{s:2:\"id\";s:25:\"general-navigation_margin\";s:4:\"name\";s:3:\"Gap\";s:3:\"std\";s:4:\"50px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:4:\"blog\";a:3:{s:4:\"name\";s:4:\"Blog\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:4:\"blog\";}s:21:\"blog-fancy_date-style\";a:6:{s:4:\"name\";s:5:\"Style\";s:2:\"id\";s:21:\"blog-fancy_date-style\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:6:\"circle\";s:7:\"options\";a:3:{s:6:\"circle\";a:2:{s:5:\"title\";s:6:\"Circle\";s:3:\"src\";s:39:\"/inc/admin/assets/images/date-round.gif\";}s:8:\"vertical\";a:2:{s:5:\"title\";s:8:\"Vertical\";s:3:\"src\";s:38:\"/inc/admin/assets/images/date-vert.gif\";}s:10:\"horizontal\";a:2:{s:5:\"title\";s:10:\"Horizontal\";s:3:\"src\";s:37:\"/inc/admin/assets/images/date-hor.gif\";}}}s:20:\"post-show_fancy_date\";a:4:{s:4:\"name\";s:15:\"Show fancy date\";s:2:\"id\";s:20:\"post-show_fancy_date\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";}s:26:\"post-show_fancy_categories\";a:4:{s:4:\"name\";s:21:\"Show fancy categories\";s:2:\"id\";s:26:\"post-show_fancy_categories\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"1\";}s:19:\"blog-thumbnail_size\";a:5:{s:4:\"name\";s:21:\"Featured image sizing\";s:2:\"id\";s:19:\"blog-thumbnail_size\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:8:\"original\";s:7:\"options\";a:2:{s:8:\"original\";s:27:\"Preserve images proportions\";s:6:\"resize\";s:13:\"Resize images\";}}s:26:\"blog-thumbnail_proportions\";a:5:{s:4:\"name\";s:26:\"Featured image proportions\";s:2:\"id\";s:26:\"blog-thumbnail_proportions\";s:4:\"type\";s:11:\"square_size\";s:3:\"std\";a:2:{s:5:\"width\";i:3;s:6:\"height\";i:2;}s:10:\"dependency\";a:3:{s:5:\"field\";s:19:\"blog-thumbnail_size\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"resize\";}}s:27:\"general-show_author_in_blog\";a:6:{s:4:\"name\";s:30:\"Show author info in blog posts\";s:2:\"id\";s:27:\"general-show_author_in_blog\";s:3:\"std\";i:1;s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:60:\"/inc/admin/assets/images/general-show_author_in_blog-yes.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:25:\"general-next_prev_in_blog\";a:6:{s:4:\"name\";s:18:\"Show in blog posts\";s:2:\"id\";s:25:\"general-next_prev_in_blog\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";i:1;s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-next-prev-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:32:\"general-show_back_button_in_post\";a:6:{s:4:\"name\";s:11:\"Back button\";s:2:\"id\";s:32:\"general-show_back_button_in_post\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/general-show-back-button-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:39:\"general-post_back_button_target_page_id\";a:4:{s:4:\"name\";s:11:\"Choose page\";s:2:\"id\";s:39:\"general-post_back_button_target_page_id\";s:4:\"type\";s:10:\"pages_list\";s:10:\"dependency\";a:3:{s:5:\"field\";s:32:\"general-show_back_button_in_post\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:20:\"general-blog_meta_on\";a:6:{s:4:\"name\";s:16:\"Meta information\";s:2:\"id\";s:20:\"general-blog_meta_on\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:58:\"/inc/admin/assets/images/general-album_meta_on-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:22:\"general-blog_meta_date\";a:5:{s:4:\"name\";s:4:\"Date\";s:2:\"id\";s:22:\"general-blog_meta_date\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:3:{s:5:\"field\";s:20:\"general-blog_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:24:\"general-blog_meta_author\";a:5:{s:4:\"name\";s:6:\"Author\";s:2:\"id\";s:24:\"general-blog_meta_author\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:3:{s:5:\"field\";s:20:\"general-blog_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:28:\"general-blog_meta_categories\";a:5:{s:4:\"name\";s:10:\"Categories\";s:2:\"id\";s:28:\"general-blog_meta_categories\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:3:{s:5:\"field\";s:20:\"general-blog_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:26:\"general-blog_meta_comments\";a:5:{s:4:\"name\";s:8:\"Comments\";s:2:\"id\";s:26:\"general-blog_meta_comments\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:3:{s:5:\"field\";s:20:\"general-blog_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:22:\"general-blog_meta_tags\";a:5:{s:4:\"name\";s:4:\"Tags\";s:2:\"id\";s:22:\"general-blog_meta_tags\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:3:{s:5:\"field\";s:20:\"general-blog_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:22:\"general-show_rel_posts\";a:6:{s:4:\"name\";s:13:\"Related posts\";s:2:\"id\";s:22:\"general-show_rel_posts\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:59:\"/inc/admin/assets/images/general-show_rel_posts-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:28:\"general-rel_posts_head_title\";a:5:{s:4:\"name\";s:5:\"Title\";s:2:\"id\";s:28:\"general-rel_posts_head_title\";s:3:\"std\";s:13:\"Related Posts\";s:4:\"type\";s:4:\"text\";s:10:\"dependency\";a:3:{s:5:\"field\";s:22:\"general-show_rel_posts\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:21:\"general-rel_posts_max\";a:6:{s:4:\"name\";s:31:\"Maximum number of related posts\";s:2:\"id\";s:21:\"general-rel_posts_max\";s:3:\"std\";i:6;s:4:\"type\";s:4:\"text\";s:8:\"sanitize\";s:3:\"ppp\";s:10:\"dependency\";a:3:{s:5:\"field\";s:22:\"general-show_rel_posts\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"portfolio\";a:3:{s:4:\"name\";s:9:\"Portfolio\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:9:\"portfolio\";}s:32:\"general-portfolio_thumbnail_size\";a:6:{s:4:\"name\";s:21:\"Featured image sizing\";s:2:\"id\";s:32:\"general-portfolio_thumbnail_size\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:8:\"original\";s:7:\"options\";a:2:{s:8:\"original\";s:27:\"Preserve images proportions\";s:6:\"resize\";s:13:\"Resize images\";}s:4:\"desc\";s:45:\"Doesn\'t affect legacy project media settings.\";}s:39:\"general-portfolio_thumbnail_proportions\";a:5:{s:4:\"name\";s:26:\"Featured image proportions\";s:2:\"id\";s:39:\"general-portfolio_thumbnail_proportions\";s:4:\"type\";s:11:\"square_size\";s:3:\"std\";a:2:{s:5:\"width\";i:3;s:6:\"height\";i:2;}s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:32:\"general-portfolio_thumbnail_size\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"resize\";}}}}s:30:\"general-next_prev_in_portfolio\";a:6:{s:4:\"name\";s:23:\"Show in portfolio posts\";s:2:\"id\";s:30:\"general-next_prev_in_portfolio\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";i:1;s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-next-prev-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:35:\"general-show_back_button_in_project\";a:6:{s:4:\"name\";s:11:\"Back button\";s:4:\"type\";s:6:\"images\";s:2:\"id\";s:35:\"general-show_back_button_in_project\";s:3:\"std\";s:1:\"0\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/general-show-back-button-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:42:\"general-project_back_button_target_page_id\";a:4:{s:4:\"name\";s:11:\"Choose page\";s:2:\"id\";s:42:\"general-project_back_button_target_page_id\";s:4:\"type\";s:10:\"pages_list\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:35:\"general-show_back_button_in_project\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:25:\"general-portfolio_meta_on\";a:6:{s:4:\"name\";s:16:\"Meta information\";s:4:\"type\";s:6:\"images\";s:2:\"id\";s:25:\"general-portfolio_meta_on\";s:3:\"std\";s:1:\"1\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:58:\"/inc/admin/assets/images/general-album_meta_on-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:27:\"general-portfolio_meta_date\";a:5:{s:4:\"name\";s:4:\"Date\";s:2:\"id\";s:27:\"general-portfolio_meta_date\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-portfolio_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:29:\"general-portfolio_meta_author\";a:5:{s:4:\"name\";s:6:\"Author\";s:2:\"id\";s:29:\"general-portfolio_meta_author\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-portfolio_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:33:\"general-portfolio_meta_categories\";a:5:{s:4:\"name\";s:10:\"Categories\";s:2:\"id\";s:33:\"general-portfolio_meta_categories\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-portfolio_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:31:\"general-portfolio_meta_comments\";a:5:{s:4:\"name\";s:18:\"Number of comments\";s:2:\"id\";s:31:\"general-portfolio_meta_comments\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-portfolio_meta_on\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:25:\"general-show_rel_projects\";a:6:{s:4:\"name\";s:16:\"Related projects\";s:2:\"id\";s:25:\"general-show_rel_projects\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:62:\"/inc/admin/assets/images/general-show_rel_projects-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:31:\"general-rel_projects_head_title\";a:5:{s:4:\"name\";s:5:\"Title\";s:2:\"id\";s:31:\"general-rel_projects_head_title\";s:3:\"std\";s:16:\"Related Projects\";s:4:\"type\";s:4:\"text\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:26:\"general-rel_projects_title\";a:5:{s:4:\"name\";s:11:\"Show titles\";s:2:\"id\";s:26:\"general-rel_projects_title\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:28:\"general-rel_projects_excerpt\";a:5:{s:4:\"name\";s:13:\"Show excerpts\";s:2:\"id\";s:28:\"general-rel_projects_excerpt\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:30:\"general-rel_projects_info_date\";a:5:{s:4:\"name\";s:9:\"Show date\";s:2:\"id\";s:30:\"general-rel_projects_info_date\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:32:\"general-rel_projects_info_author\";a:5:{s:4:\"name\";s:11:\"Show author\";s:2:\"id\";s:32:\"general-rel_projects_info_author\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:34:\"general-rel_projects_info_comments\";a:5:{s:4:\"name\";s:23:\"Show number of comments\";s:2:\"id\";s:34:\"general-rel_projects_info_comments\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:36:\"general-rel_projects_info_categories\";a:5:{s:4:\"name\";s:15:\"Show categories\";s:2:\"id\";s:36:\"general-rel_projects_info_categories\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:25:\"general-rel_projects_link\";a:5:{s:4:\"name\";s:9:\"Link icon\";s:2:\"id\";s:25:\"general-rel_projects_link\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:25:\"general-rel_projects_zoom\";a:5:{s:4:\"name\";s:9:\"Zoom icon\";s:2:\"id\";s:25:\"general-rel_projects_zoom\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:28:\"general-rel_projects_details\";a:5:{s:4:\"name\";s:12:\"Details icon\";s:2:\"id\";s:28:\"general-rel_projects_details\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:8:\"checkbox\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:24:\"general-rel_projects_max\";a:6:{s:4:\"name\";s:34:\"Maximum number of related projects\";s:4:\"type\";s:4:\"text\";s:2:\"id\";s:24:\"general-rel_projects_max\";s:3:\"std\";i:12;s:8:\"sanitize\";s:3:\"ppp\";s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:34:\"portfolio-rel_projects_proportions\";a:5:{s:4:\"name\";s:17:\"Image proportions\";s:2:\"id\";s:34:\"portfolio-rel_projects_proportions\";s:4:\"type\";s:11:\"square_size\";s:3:\"std\";a:2:{s:5:\"width\";i:1;s:6:\"height\";i:1;}s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:30:\"portfolio-rel_projects_columns\";a:7:{s:4:\"name\";s:17:\"Number of columns\";s:2:\"id\";s:30:\"portfolio-rel_projects_columns\";s:4:\"type\";s:18:\"responsive_columns\";s:5:\"class\";s:8:\"of-6-col\";s:7:\"columns\";a:6:{s:12:\"wide_desktop\";s:12:\"Wide desktop\";s:7:\"desktop\";s:7:\"Desktop\";s:6:\"laptop\";s:6:\"Laptop\";s:8:\"h_tablet\";s:17:\"Horizontal Tablet\";s:8:\"v_tablet\";s:15:\"Vertical Tablet\";s:5:\"phone\";s:12:\"Mobile Phone\";}s:3:\"std\";a:6:{s:12:\"wide_desktop\";i:4;s:7:\"desktop\";i:3;s:6:\"laptop\";i:3;s:8:\"h_tablet\";i:3;s:8:\"v_tablet\";i:2;s:5:\"phone\";i:1;}s:10:\"dependency\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"field\";s:25:\"general-show_rel_projects\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"Gallery\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:7:\"gallery\";}s:26:\"general-next_prev_in_album\";a:6:{s:4:\"name\";s:22:\"Show in gallery albums\";s:2:\"id\";s:26:\"general-next_prev_in_album\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";i:1;s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:54:\"/inc/admin/assets/images/general-next-prev-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}}s:33:\"general-show_back_button_in_album\";a:8:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:11:\"Back button\";s:2:\"id\";s:33:\"general-show_back_button_in_album\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/general-show-back-button-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:40:\"general-album_back_button_target_page_id\";a:3:{s:4:\"name\";s:11:\"Choose page\";s:2:\"id\";s:40:\"general-album_back_button_target_page_id\";s:4:\"type\";s:10:\"pages_list\";}s:21:\"general-album_meta_on\";a:8:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:16:\"Meta information\";s:2:\"id\";s:21:\"general-album_meta_on\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:58:\"/inc/admin/assets/images/general-album_meta_on-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:50:\"/inc/admin/assets/images/microwidgets-disabled.gif\";}}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:23:\"general-album_meta_date\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:4:\"Date\";s:2:\"id\";s:23:\"general-album_meta_date\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;}s:25:\"general-album_meta_author\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:6:\"Author\";s:2:\"id\";s:25:\"general-album_meta_author\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;}s:29:\"general-album_meta_categories\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:10:\"Categories\";s:2:\"id\";s:29:\"general-album_meta_categories\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;}s:27:\"general-album_meta_comments\";a:5:{s:4:\"desc\";s:0:\"\";s:4:\"name\";s:8:\"Comments\";s:2:\"id\";s:27:\"general-album_meta_comments\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;}s:19:\"general-title_align\";a:7:{s:2:\"id\";s:19:\"general-title_align\";s:4:\"name\";s:17:\"Title area layout\";s:4:\"desc\";s:35:\"Title and breadcrumbs interposition\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:4:\"left\";s:7:\"options\";a:5:{s:4:\"left\";a:2:{s:5:\"title\";s:30:\"Left title + right breadcrumbs\";s:3:\"src\";s:32:\"/inc/admin/assets/images/l-r.gif\";}s:5:\"right\";a:2:{s:5:\"title\";s:30:\"Right title + left breadcrumbs\";s:3:\"src\";s:32:\"/inc/admin/assets/images/r-l.gif\";}s:8:\"all_left\";a:2:{s:5:\"title\";s:4:\"Left\";s:3:\"src\";s:32:\"/inc/admin/assets/images/l-l.gif\";}s:9:\"all_right\";a:2:{s:5:\"title\";s:5:\"Right\";s:3:\"src\";s:32:\"/inc/admin/assets/images/r-r.gif\";}s:6:\"center\";a:2:{s:5:\"title\";s:8:\"Centered\";s:3:\"src\";s:35:\"/inc/admin/assets/images/centre.gif\";}}}s:20:\"general-title_height\";a:5:{s:2:\"id\";s:20:\"general-title_height\";s:4:\"name\";s:17:\"Title area height\";s:3:\"std\";s:5:\"170px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:18:\"page_title-padding\";a:6:{s:4:\"name\";s:7:\"Padding\";s:2:\"id\";s:18:\"page_title-padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:7:\"0px 0px\";s:5:\"units\";s:4:\"px|%\";s:6:\"fields\";a:2:{i:0;s:3:\"Top\";i:1;s:6:\"Bottom\";}}s:5:\"style\";a:3:{s:4:\"name\";s:5:\"Style\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:5:\"style\";}s:21:\"general-title_bg_mode\";a:7:{s:2:\"id\";s:21:\"general-title_bg_mode\";s:4:\"name\";s:12:\"Choose style\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:12:\"content_line\";s:7:\"options\";a:4:{s:8:\"disabled\";a:2:{s:5:\"title\";s:5:\"Plain\";s:3:\"src\";s:59:\"/inc/admin/assets/images/general-title_bg_mode-disabled.gif\";}s:10:\"background\";a:2:{s:5:\"title\";s:10:\"Background\";s:3:\"src\";s:35:\"/inc/admin/assets/images/centre.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:8:\"Gradient\";s:3:\"src\";s:59:\"/inc/admin/assets/images/general-title_bg_mode-gradient.gif\";}s:12:\"content_line\";a:2:{s:5:\"title\";s:15:\"Decorative line\";s:3:\"src\";s:69:\"/inc/admin/assets/images/general-title_bg_mode-content-width-line.gif\";}}s:9:\"show_hide\";a:3:{s:10:\"background\";a:3:{i:0;s:36:\"general-title-bg-mode-main-container\";i:1;s:22:\"general-title-bg-image\";i:2;s:28:\"general-title-bg-solid-color\";}s:8:\"gradient\";a:2:{i:0;s:36:\"general-title-bg-mode-main-container\";i:1;s:31:\"general-title-bg-gradient-color\";}s:12:\"content_line\";a:1:{i:0;s:38:\"general-title-line-mode-main-container\";}}}s:22:\"general-title_bg_color\";a:4:{s:2:\"id\";s:22:\"general-title_bg_color\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#ffffff\";}s:24:\"general-title_decoration\";a:8:{s:2:\"id\";s:24:\"general-title_decoration\";s:4:\"name\";s:6:\"Border\";s:4:\"type\";s:5:\"radio\";s:5:\"class\";s:5:\"small\";s:4:\"desc\";s:33:\"Decorative line below background.\";s:3:\"std\";s:4:\"none\";s:9:\"show_hide\";a:1:{s:7:\"outline\";b:1;}s:7:\"options\";a:2:{s:7:\"outline\";s:7:\"Enabled\";s:4:\"none\";s:8:\"Disabled\";}}s:38:\"general-title_decoration_outline_color\";a:4:{s:2:\"id\";s:38:\"general-title_decoration_outline_color\";s:4:\"name\";s:12:\"Border color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:7:\"#FFFFFF\";}s:39:\"general-title_decoration_outline_height\";a:5:{s:4:\"name\";s:13:\"Border height\";s:2:\"id\";s:39:\"general-title_decoration_outline_height\";s:3:\"std\";s:3:\"1px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:38:\"general-title_decoration_outline_style\";a:6:{s:4:\"name\";s:12:\"Border style\";s:2:\"id\";s:38:\"general-title_decoration_outline_style\";s:4:\"type\";s:6:\"select\";s:5:\"class\";s:6:\"middle\";s:3:\"std\";s:5:\"solid\";s:7:\"options\";a:4:{s:5:\"solid\";s:5:\"Solid\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"dashed\";s:6:\"Dashed\";s:6:\"double\";s:6:\"Double\";}}s:25:\"general-title_bg_gradient\";a:4:{s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:25:\"general-title_bg_gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";}s:27:\"general-title_enable_bg_img\";a:7:{s:2:\"id\";s:27:\"general-title_enable_bg_img\";s:4:\"name\";s:16:\"Background Image\";s:4:\"type\";s:5:\"radio\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:8:\"disabled\";s:9:\"show_hide\";a:1:{s:7:\"enabled\";b:1;}s:7:\"options\";a:2:{s:7:\"enabled\";s:7:\"Enabled\";s:8:\"disabled\";s:8:\"Disabled\";}}s:22:\"general-title_bg_image\";a:4:{s:2:\"id\";s:22:\"general-title_bg_image\";s:4:\"name\";s:20:\"Add background image\";s:4:\"type\";s:14:\"background_img\";s:3:\"std\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}}s:27:\"general-title_bg_fullscreen\";a:4:{s:2:\"id\";s:27:\"general-title_bg_fullscreen\";s:4:\"name\";s:11:\"Fullscreen \";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:24:\"general-title_bg_overlay\";a:4:{s:2:\"id\";s:24:\"general-title_bg_overlay\";s:4:\"name\";s:21:\"Enable color overlay \";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:27:\"general-title_overlay_color\";a:5:{s:2:\"id\";s:27:\"general-title_overlay_color\";s:4:\"name\";s:13:\"Overlay color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:15:\"rgba(0,0,0,0.5)\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-title_bg_overlay\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:27:\"general-title_scroll_effect\";a:6:{s:4:\"name\";s:13:\"Scroll effect\";s:2:\"id\";s:27:\"general-title_scroll_effect\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:7:\"default\";s:7:\"options\";a:3:{s:7:\"default\";s:21:\"Move with the content\";s:5:\"fixed\";s:22:\"Fixed at it\'s position\";s:8:\"parallax\";s:27:\"Vertical parallax on scroll\";}s:9:\"show_hide\";a:1:{s:6:\"custom\";b:1;}}s:25:\"general-title_bg_parallax\";a:7:{s:2:\"id\";s:25:\"general-title_bg_parallax\";s:4:\"name\";s:14:\"Parallax speed\";s:4:\"desc\";s:26:\"Enter value between 0 to 1\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:3:\"0.5\";s:5:\"class\";s:4:\"mini\";s:10:\"dependency\";a:3:{s:5:\"field\";s:27:\"general-title_scroll_effect\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"parallax\";}}s:17:\"header-background\";a:7:{s:2:\"id\";s:17:\"header-background\";s:4:\"name\";s:12:\"Header style\";s:3:\"std\";s:6:\"normal\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:6:\"normal\";a:2:{s:3:\"src\";s:54:\"/inc/admin/assets/images/header-background-default.gif\";s:5:\"title\";s:7:\"Default\";}s:11:\"transparent\";a:2:{s:3:\"src\";s:58:\"/inc/admin/assets/images/header-background-transparent.gif\";s:5:\"title\";s:11:\"Transparent\";}}s:9:\"show_hide\";a:1:{s:11:\"transparent\";b:1;}}s:27:\"header-transparent_bg_color\";a:4:{s:2:\"id\";s:27:\"header-transparent_bg_color\";s:4:\"name\";s:12:\"Header color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:15:\"rgba(0,0,0,0.5)\";}s:28:\"top-bar-transparent_bg_color\";a:4:{s:2:\"id\";s:28:\"top-bar-transparent_bg_color\";s:4:\"name\";s:13:\"Top bar color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:15:\"rgba(0,0,0,0.5)\";}s:52:\"page_title-background-style-transparent-color_scheme\";a:6:{s:2:\"id\";s:52:\"page_title-background-style-transparent-color_scheme\";s:4:\"name\";s:12:\"Color scheme\";s:4:\"desc\";s:37:\"Affects menu color, microwidgets etc.\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:12:\"from_options\";s:7:\"options\";a:2:{s:12:\"from_options\";s:18:\"From Theme Options\";s:5:\"light\";s:5:\"Light\";}}s:35:\"general-title_decoration_line_color\";a:4:{s:2:\"id\";s:35:\"general-title_decoration_line_color\";s:4:\"name\";s:6:\"Сolor\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:22:\"rgba(51, 51, 51, 0.11)\";}s:36:\"general-title_decoration_line_height\";a:5:{s:4:\"name\";s:6:\"Height\";s:2:\"id\";s:36:\"general-title_decoration_line_height\";s:3:\"std\";s:3:\"1px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:35:\"general-title_decoration_line_style\";a:6:{s:4:\"name\";s:5:\"Style\";s:2:\"id\";s:35:\"general-title_decoration_line_style\";s:4:\"type\";s:6:\"select\";s:5:\"class\";s:6:\"middle\";s:3:\"std\";s:5:\"solid\";s:7:\"options\";a:4:{s:5:\"solid\";s:5:\"Solid\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"dashed\";s:6:\"Dashed\";s:6:\"double\";s:6:\"Double\";}}s:5:\"title\";a:3:{s:4:\"name\";s:5:\"Title\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:5:\"title\";}s:19:\"general-show_titles\";a:6:{s:2:\"id\";s:19:\"general-show_titles\";s:4:\"name\";s:10:\"Page title\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"1\";s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:55:\"/inc/admin/assets/images/general-showtitles-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:56:\"/inc/admin/assets/images/general-showtitles-disabled.gif\";}}}s:19:\"general-font_family\";a:6:{s:4:\"name\";s:11:\"Font family\";s:2:\"id\";s:19:\"general-font_family\";s:3:\"std\";s:10:\"Roboto:700\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";s:10:\"dependency\";a:3:{s:5:\"field\";s:19:\"general-show_titles\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:18:\"general-title_size\";a:7:{s:4:\"name\";s:9:\"Font size\";s:2:\"id\";s:18:\"general-title_size\";s:3:\"std\";s:2:\"30\";s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";s:10:\"dependency\";a:3:{s:5:\"field\";s:19:\"general-show_titles\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:25:\"general-title_line_height\";a:6:{s:4:\"name\";s:11:\"Line height\";s:2:\"id\";s:25:\"general-title_line_height\";s:3:\"std\";s:2:\"36\";s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:150;}s:10:\"dependency\";a:3:{s:5:\"field\";s:19:\"general-show_titles\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:23:\"general-title_uppercase\";a:5:{s:4:\"name\";s:10:\"Capitalize\";s:2:\"id\";s:23:\"general-title_uppercase\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"0\";s:10:\"dependency\";a:3:{s:5:\"field\";s:19:\"general-show_titles\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:19:\"general-title_color\";a:5:{s:2:\"id\";s:19:\"general-title_color\";s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#222222\";s:10:\"dependency\";a:3:{s:5:\"field\";s:19:\"general-show_titles\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:11:\"breadcrumbs\";a:3:{s:4:\"name\";s:11:\"Breadcrumbs\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:11:\"breadcrumbs\";}s:24:\"general-show_breadcrumbs\";a:7:{s:2:\"id\";s:24:\"general-show_breadcrumbs\";s:4:\"name\";s:11:\"Breadcrumbs\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:9:\"show_hide\";a:1:{i:1;b:1;}s:7:\"options\";a:2:{i:1;a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:60:\"/inc/admin/assets/images/general-showbreadcrumbs-enabled.gif\";}i:0;a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/general-showbreadcrumbs-disabled.gif\";}}}s:31:\"general-breadcrumbs_font_family\";a:6:{s:4:\"name\";s:11:\"Font family\";s:2:\"id\";s:31:\"general-breadcrumbs_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-show_breadcrumbs\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:29:\"general-breadcrumbs_font_size\";a:7:{s:4:\"name\";s:9:\"Font size\";s:2:\"id\";s:29:\"general-breadcrumbs_font_size\";s:3:\"std\";s:2:\"12\";s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-show_breadcrumbs\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:31:\"general-breadcrumbs_line_height\";a:7:{s:4:\"name\";s:11:\"Line height\";s:2:\"id\";s:31:\"general-breadcrumbs_line_height\";s:3:\"std\";s:2:\"16\";s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:150;}s:8:\"sanitize\";s:9:\"font_size\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-show_breadcrumbs\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:29:\"general-breadcrumbs_uppercase\";a:5:{s:4:\"name\";s:10:\"Capitalize\";s:2:\"id\";s:29:\"general-breadcrumbs_uppercase\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"0\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-show_breadcrumbs\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:25:\"general-breadcrumbs_color\";a:5:{s:2:\"id\";s:25:\"general-breadcrumbs_color\";s:4:\"name\";s:10:\"Font color\";s:4:\"type\";s:5:\"color\";s:3:\"std\";s:7:\"#ffffff\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-show_breadcrumbs\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:19:\"breadcrumbs_padding\";a:6:{s:2:\"id\";s:19:\"breadcrumbs_padding\";s:4:\"name\";s:7:\"Padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:17:\"3px 12px 2px 12px\";s:5:\"units\";s:4:\"px|%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-show_breadcrumbs\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:18:\"breadcrumbs_margin\";a:6:{s:2:\"id\";s:18:\"breadcrumbs_margin\";s:4:\"name\";s:6:\"Margin\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:15:\"0px 0px 0px 0px\";s:5:\"units\";s:4:\"px|%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-show_breadcrumbs\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:28:\"general-breadcrumbs_bg_color\";a:7:{s:2:\"id\";s:28:\"general-breadcrumbs_bg_color\";s:4:\"name\";s:19:\"Background & border\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:8:\"disabled\";s:7:\"options\";a:2:{s:7:\"enabled\";a:2:{s:5:\"title\";s:7:\"Enabled\";s:3:\"src\";s:61:\"/inc/admin/assets/images/general-breadcrumbsbgcolor-black.gif\";}s:8:\"disabled\";a:2:{s:5:\"title\";s:8:\"Disabled\";s:3:\"src\";s:64:\"/inc/admin/assets/images/general-breadcrumbsbgcolor-disabled.gif\";}}s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"general-show_breadcrumbs\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:20:\"breadcrumbs_bg_color\";a:5:{s:2:\"id\";s:20:\"breadcrumbs_bg_color\";s:4:\"name\";s:16:\"Background color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:21:\"rgba(255,255,255,0.2)\";s:10:\"dependency\";a:3:{s:5:\"field\";s:28:\"general-breadcrumbs_bg_color\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}s:25:\"breadcrumbs_border_radius\";a:6:{s:4:\"name\";s:13:\"Border radius\";s:2:\"id\";s:25:\"breadcrumbs_border_radius\";s:3:\"std\";s:3:\"2px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:3:{s:5:\"field\";s:28:\"general-breadcrumbs_bg_color\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}s:24:\"breadcrumbs_border_width\";a:6:{s:4:\"name\";s:12:\"Border width\";s:2:\"id\";s:24:\"breadcrumbs_border_width\";s:3:\"std\";s:3:\"0px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";s:10:\"dependency\";a:3:{s:5:\"field\";s:28:\"general-breadcrumbs_bg_color\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}s:24:\"breadcrumbs_border_color\";a:5:{s:2:\"id\";s:24:\"breadcrumbs_border_color\";s:4:\"name\";s:12:\"Border color\";s:4:\"type\";s:11:\"alpha_color\";s:3:\"std\";s:21:\"rgba(255,255,255,0.5)\";s:10:\"dependency\";a:3:{s:5:\"field\";s:28:\"general-breadcrumbs_bg_color\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"enabled\";}}s:14:\"responsiveness\";a:3:{s:4:\"name\";s:14:\"Responsiveness\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:14:\"responsiveness\";}s:29:\"general-titles_responsiveness\";a:7:{s:2:\"id\";s:29:\"general-titles_responsiveness\";s:4:\"name\";s:17:\"Responsive layout\";s:4:\"type\";s:5:\"radio\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"0\";s:7:\"options\";a:2:{i:1;s:7:\"Enabled\";i:0;s:8:\"Disabled\";}s:9:\"show_hide\";a:1:{i:1;b:1;}}s:36:\"general-titles-responsiveness-switch\";a:5:{s:4:\"name\";s:33:\"Switch to responsive layout after\";s:2:\"id\";s:36:\"general-titles-responsiveness-switch\";s:3:\"std\";s:5:\"990px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:31:\"general-responsive_title_height\";a:5:{s:4:\"name\";s:28:\"Responsive title area height\";s:2:\"id\";s:31:\"general-responsive_title_height\";s:3:\"std\";s:5:\"150px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:29:\"general-responsive_title_size\";a:6:{s:4:\"name\";s:26:\"Responsive title font size\";s:2:\"id\";s:29:\"general-responsive_title_size\";s:3:\"std\";s:2:\"20\";s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:36:\"general-responsive_title_line_height\";a:5:{s:4:\"name\";s:28:\"Responsive title line height\";s:2:\"id\";s:36:\"general-responsive_title_line_height\";s:3:\"std\";s:2:\"30\";s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:150;}}s:36:\"general-title_responsive_breadcrumbs\";a:4:{s:4:\"name\";s:19:\"Disable breadcrumbs\";s:2:\"id\";s:36:\"general-title_responsive_breadcrumbs\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:1:\"0\";}s:13:\"content-fonts\";a:3:{s:4:\"name\";s:13:\"Content Fonts\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:13:\"content-fonts\";}s:21:\"content-headers_color\";a:4:{s:4:\"name\";s:14:\"Headings color\";s:2:\"id\";s:21:\"content-headers_color\";s:3:\"std\";s:7:\"#252525\";s:4:\"type\";s:5:\"color\";}s:26:\"content-primary_text_color\";a:4:{s:4:\"name\";s:18:\"Primary text color\";s:2:\"id\";s:26:\"content-primary_text_color\";s:3:\"std\";s:7:\"#686868\";s:4:\"type\";s:5:\"color\";}s:28:\"content-secondary_text_color\";a:4:{s:4:\"name\";s:20:\"Secondary text color\";s:2:\"id\";s:28:\"content-secondary_text_color\";s:3:\"std\";s:7:\"#999999\";s:4:\"type\";s:5:\"color\";}s:19:\"content-links_color\";a:4:{s:4:\"name\";s:11:\"Links color\";s:2:\"id\";s:19:\"content-links_color\";s:3:\"std\";s:7:\"#999999\";s:4:\"type\";s:5:\"color\";}s:17:\"fonts-font_family\";a:5:{s:4:\"name\";s:24:\"Choose basic font-family\";s:2:\"id\";s:17:\"fonts-font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:14:\"fonts-big_size\";a:6:{s:4:\"name\";s:15:\"Large font size\";s:2:\"id\";s:14:\"fonts-big_size\";s:3:\"std\";i:15;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:26:\"fonts-big_size_line_height\";a:5:{s:4:\"name\";s:17:\"Large line-height\";s:2:\"id\";s:26:\"fonts-big_size_line_height\";s:3:\"std\";i:20;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}}s:17:\"fonts-normal_size\";a:6:{s:4:\"name\";s:16:\"Medium font size\";s:2:\"id\";s:17:\"fonts-normal_size\";s:3:\"std\";i:13;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:29:\"fonts-normal_size_line_height\";a:5:{s:4:\"name\";s:18:\"Medium line-height\";s:2:\"id\";s:29:\"fonts-normal_size_line_height\";s:3:\"std\";i:20;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}}s:16:\"fonts-small_size\";a:6:{s:4:\"name\";s:15:\"Small font size\";s:2:\"id\";s:16:\"fonts-small_size\";s:3:\"std\";i:11;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:28:\"fonts-small_size_line_height\";a:5:{s:4:\"name\";s:17:\"Small line-height\";s:2:\"id\";s:28:\"fonts-small_size_line_height\";s:3:\"std\";i:20;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}}s:20:\"fonts-h1_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:20:\"fonts-h1_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:18:\"fonts-h1_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:18:\"fonts-h1_font_size\";s:3:\"std\";i:44;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:20:\"fonts-h1_line_height\";a:4:{s:4:\"name\";s:11:\"Line-height\";s:2:\"id\";s:20:\"fonts-h1_line_height\";s:3:\"std\";i:50;s:4:\"type\";s:6:\"slider\";}s:18:\"fonts-h1_uppercase\";a:4:{s:4:\"name\";s:10:\"Capitalize\";s:2:\"id\";s:18:\"fonts-h1_uppercase\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:20:\"fonts-h2_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:20:\"fonts-h2_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:18:\"fonts-h2_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:18:\"fonts-h2_font_size\";s:3:\"std\";i:26;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:20:\"fonts-h2_line_height\";a:4:{s:4:\"name\";s:11:\"Line-height\";s:2:\"id\";s:20:\"fonts-h2_line_height\";s:3:\"std\";i:30;s:4:\"type\";s:6:\"slider\";}s:18:\"fonts-h2_uppercase\";a:4:{s:4:\"name\";s:10:\"Capitalize\";s:2:\"id\";s:18:\"fonts-h2_uppercase\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:20:\"fonts-h3_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:20:\"fonts-h3_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:18:\"fonts-h3_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:18:\"fonts-h3_font_size\";s:3:\"std\";i:22;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:20:\"fonts-h3_line_height\";a:4:{s:4:\"name\";s:11:\"Line-height\";s:2:\"id\";s:20:\"fonts-h3_line_height\";s:3:\"std\";i:30;s:4:\"type\";s:6:\"slider\";}s:18:\"fonts-h3_uppercase\";a:4:{s:4:\"name\";s:10:\"Capitalize\";s:2:\"id\";s:18:\"fonts-h3_uppercase\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:20:\"fonts-h4_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:20:\"fonts-h4_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:18:\"fonts-h4_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:18:\"fonts-h4_font_size\";s:3:\"std\";i:18;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:20:\"fonts-h4_line_height\";a:4:{s:4:\"name\";s:11:\"Line-height\";s:2:\"id\";s:20:\"fonts-h4_line_height\";s:3:\"std\";i:20;s:4:\"type\";s:6:\"slider\";}s:18:\"fonts-h4_uppercase\";a:4:{s:4:\"name\";s:10:\"Capitalize\";s:2:\"id\";s:18:\"fonts-h4_uppercase\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:20:\"fonts-h5_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:20:\"fonts-h5_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:18:\"fonts-h5_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:18:\"fonts-h5_font_size\";s:3:\"std\";i:15;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:20:\"fonts-h5_line_height\";a:4:{s:4:\"name\";s:11:\"Line-height\";s:2:\"id\";s:20:\"fonts-h5_line_height\";s:3:\"std\";i:20;s:4:\"type\";s:6:\"slider\";}s:18:\"fonts-h5_uppercase\";a:4:{s:4:\"name\";s:10:\"Capitalize\";s:2:\"id\";s:18:\"fonts-h5_uppercase\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:20:\"fonts-h6_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:20:\"fonts-h6_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:18:\"fonts-h6_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:18:\"fonts-h6_font_size\";s:3:\"std\";i:12;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:20:\"fonts-h6_line_height\";a:4:{s:4:\"name\";s:11:\"Line-height\";s:2:\"id\";s:20:\"fonts-h6_line_height\";s:3:\"std\";i:20;s:4:\"type\";s:6:\"slider\";}s:18:\"fonts-h6_uppercase\";a:4:{s:4:\"name\";s:10:\"Capitalize\";s:2:\"id\";s:18:\"fonts-h6_uppercase\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:0;}s:7:\"buttons\";a:3:{s:4:\"name\";s:7:\"Buttons\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:7:\"buttons\";}s:13:\"buttons-style\";a:6:{s:4:\"name\";s:20:\"Choose buttons style\";s:2:\"id\";s:13:\"buttons-style\";s:3:\"std\";s:4:\"flat\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:4:\"flat\";a:2:{s:5:\"title\";s:4:\"Flat\";s:3:\"src\";s:47:\"/inc/admin/assets/images/buttons-style-flat.gif\";}s:2:\"3d\";a:2:{s:5:\"title\";s:2:\"3D\";s:3:\"src\";s:45:\"/inc/admin/assets/images/buttons-style-3d.gif\";}s:8:\"material\";a:2:{s:5:\"title\";s:15:\"Material design\";s:3:\"src\";s:51:\"/inc/admin/assets/images/buttons-style-material.gif\";}}}s:18:\"buttons-color_mode\";a:6:{s:4:\"name\";s:13:\"Buttons color\";s:2:\"id\";s:18:\"buttons-color_mode\";s:3:\"std\";s:6:\"accent\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:13:\"buttons-color\";a:5:{s:4:\"name\";s:6:\" \";s:2:\"id\";s:13:\"buttons-color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";s:10:\"dependency\";a:3:{s:5:\"field\";s:18:\"buttons-color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:22:\"buttons-color_gradient\";a:5:{s:4:\"name\";s:6:\" \";s:2:\"id\";s:22:\"buttons-color_gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:4:\"type\";s:15:\"gradient_picker\";s:10:\"dependency\";a:3:{s:5:\"field\";s:18:\"buttons-color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:24:\"buttons-hover_color_mode\";a:7:{s:4:\"name\";s:19:\"Buttons hover color\";s:2:\"id\";s:24:\"buttons-hover_color_mode\";s:3:\"std\";s:6:\"accent\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"divider\";s:3:\"top\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:19:\"buttons-hover_color\";a:5:{s:4:\"name\";s:6:\" \";s:2:\"id\";s:19:\"buttons-hover_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"buttons-hover_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:28:\"buttons-hover_color_gradient\";a:5:{s:4:\"name\";s:6:\" \";s:2:\"id\";s:28:\"buttons-hover_color_gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:4:\"type\";s:15:\"gradient_picker\";s:10:\"dependency\";a:3:{s:5:\"field\";s:24:\"buttons-hover_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:23:\"buttons-text_color_mode\";a:7:{s:4:\"name\";s:10:\"Text color\";s:2:\"id\";s:23:\"buttons-text_color_mode\";s:3:\"std\";s:5:\"color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"divider\";s:3:\"top\";s:7:\"options\";a:2:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}}}s:18:\"buttons-text_color\";a:5:{s:4:\"name\";s:6:\" \";s:2:\"id\";s:18:\"buttons-text_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";s:10:\"dependency\";a:3:{s:5:\"field\";s:23:\"buttons-text_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:29:\"buttons-text_hover_color_mode\";a:7:{s:4:\"name\";s:16:\"Text hover color\";s:2:\"id\";s:29:\"buttons-text_hover_color_mode\";s:3:\"std\";s:5:\"color\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"divider\";s:3:\"top\";s:7:\"options\";a:2:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}}}s:24:\"buttons-text_hover_color\";a:5:{s:4:\"name\";s:6:\" \";s:2:\"id\";s:24:\"buttons-text_hover_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:5:\"color\";s:10:\"dependency\";a:3:{s:5:\"field\";s:29:\"buttons-text_hover_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:21:\"buttons-s_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:21:\"buttons-s_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:19:\"buttons-s_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:19:\"buttons-s_font_size\";s:3:\"std\";i:12;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:23:\"buttons-s_border_radius\";a:5:{s:4:\"name\";s:13:\"Border radius\";s:2:\"id\";s:23:\"buttons-s_border_radius\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:17:\"buttons-s_padding\";a:4:{s:2:\"id\";s:17:\"buttons-s_padding\";s:4:\"name\";s:7:\"Padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:17:\"8px 14px 7px 14px\";}s:21:\"buttons-m_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:21:\"buttons-m_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:19:\"buttons-m_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:19:\"buttons-m_font_size\";s:3:\"std\";i:12;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:23:\"buttons-m_border_radius\";a:5:{s:4:\"name\";s:13:\"Border radius\";s:2:\"id\";s:23:\"buttons-m_border_radius\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:17:\"buttons-m_padding\";a:4:{s:2:\"id\";s:17:\"buttons-m_padding\";s:4:\"name\";s:7:\"Padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:19:\"12px 18px 11px 18px\";}s:21:\"buttons-l_font_family\";a:5:{s:4:\"name\";s:11:\"Font-family\";s:2:\"id\";s:21:\"buttons-l_font_family\";s:3:\"std\";s:9:\"Open Sans\";s:4:\"type\";s:9:\"web_fonts\";s:5:\"fonts\";s:3:\"all\";}s:19:\"buttons-l_font_size\";a:6:{s:4:\"name\";s:9:\"Font-size\";s:2:\"id\";s:19:\"buttons-l_font_size\";s:3:\"std\";i:14;s:4:\"type\";s:6:\"slider\";s:7:\"options\";a:2:{s:3:\"min\";i:9;s:3:\"max\";i:120;}s:8:\"sanitize\";s:9:\"font_size\";}s:23:\"buttons-l_border_radius\";a:5:{s:4:\"name\";s:13:\"Border radius\";s:2:\"id\";s:23:\"buttons-l_border_radius\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:17:\"buttons-l_padding\";a:4:{s:2:\"id\";s:17:\"buttons-l_padding\";s:4:\"name\";s:7:\"Padding\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:19:\"17px 24px 16px 24px\";}s:23:\"contact-form-appearance\";a:3:{s:4:\"name\";s:23:\"Contact Form Appearance\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:23:\"contact-form-appearance\";}s:12:\"input_height\";a:5:{s:4:\"name\";s:12:\"Input height\";s:2:\"id\";s:12:\"input_height\";s:3:\"std\";s:4:\"38px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:11:\"input_color\";a:4:{s:4:\"name\";s:16:\"Input font color\";s:2:\"id\";s:11:\"input_color\";s:3:\"std\";s:7:\"#787d85\";s:4:\"type\";s:5:\"color\";}s:14:\"input_bg_color\";a:4:{s:4:\"name\";s:16:\"Background color\";s:2:\"id\";s:14:\"input_bg_color\";s:3:\"std\";s:7:\"#fcfcfc\";s:4:\"type\";s:11:\"alpha_color\";}s:19:\"input_border_radius\";a:5:{s:4:\"name\";s:19:\"Input border radius\";s:2:\"id\";s:19:\"input_border_radius\";s:3:\"std\";s:3:\"0px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:18:\"input_border_width\";a:5:{s:4:\"name\";s:12:\"Border width\";s:2:\"id\";s:18:\"input_border_width\";s:3:\"std\";s:3:\"1px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:18:\"input_border_color\";a:4:{s:4:\"name\";s:12:\"Border color\";s:2:\"id\";s:18:\"input_border_color\";s:3:\"std\";s:24:\"rgba(173, 176, 182, 0.3)\";s:4:\"type\";s:11:\"alpha_color\";}s:20:\"contact_form_message\";a:7:{s:2:\"id\";s:20:\"contact_form_message\";s:4:\"name\";s:16:\"Display messages\";s:4:\"type\";s:5:\"radio\";s:5:\"class\";s:5:\"small\";s:3:\"std\";s:1:\"1\";s:4:\"desc\";s:34:\"Also affects WooCommerce messages.\";s:7:\"options\";a:2:{i:1;s:6:\"Pop-up\";i:0;s:6:\"Inline\";}}s:13:\"message_color\";a:5:{s:4:\"name\";s:18:\"Message font color\";s:2:\"id\";s:13:\"message_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";s:4:\"desc\";s:34:\"Also affects WooCommerce messages.\";}s:16:\"message_bg_color\";a:6:{s:4:\"name\";s:24:\"Message background color\";s:2:\"id\";s:16:\"message_bg_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"alpha_color\";s:8:\"sanitize\";s:17:\"empty_alpha_color\";s:4:\"desc\";s:67:\"Leave empty to use accent color. Also affects WooCommerce messages.\";}s:32:\"custom_error_messages_validation\";a:6:{s:4:\"name\";s:19:\"Field error message\";s:2:\"id\";s:32:\"custom_error_messages_validation\";s:3:\"std\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:36:\"Leave empty to show default message.\";s:8:\"sanitize\";s:4:\"text\";}s:21:\"custom_error_messages\";a:6:{s:4:\"name\";s:18:\"Form error message\";s:2:\"id\";s:21:\"custom_error_messages\";s:3:\"std\";s:48:\"The message has not been sent. Please try again.\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:36:\"Leave empty to show default message.\";s:8:\"sanitize\";s:4:\"text\";}s:23:\"custom_success_messages\";a:6:{s:4:\"name\";s:20:\"Form success message\";s:2:\"id\";s:23:\"custom_success_messages\";s:3:\"std\";s:27:\"Your message has been sent.\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:36:\"Leave empty to show default message.\";s:8:\"sanitize\";s:4:\"text\";}s:33:\"general-contact_form_send_mail_to\";a:6:{s:4:\"name\";s:6:\"E-mail\";s:4:\"desc\";s:32:\"Leave empty to use admin e-mail.\";s:2:\"id\";s:33:\"general-contact_form_send_mail_to\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"sanitize\";s:5:\"email\";}s:21:\"images-styling-hovers\";a:3:{s:4:\"name\";s:27:\"Images Styling & Hovers\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:21:\"images-styling-hovers\";}s:17:\"image_hover-style\";a:7:{s:4:\"name\";s:28:\"Image & hover decoration\";s:4:\"desc\";s:80:\"May not have effect on some portfolio, photo albums and shortcodes image hovers.\";s:2:\"id\";s:17:\"image_hover-style\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:5:{s:4:\"none\";a:2:{s:5:\"title\";s:4:\"None\";s:3:\"src\";s:51:\"/inc/admin/assets/images/image_hover-style-none.gif\";}s:9:\"grayscale\";a:2:{s:5:\"title\";s:9:\"Grayscale\";s:3:\"src\";s:56:\"/inc/admin/assets/images/image_hover-style-grayscale.gif\";}s:10:\"gray_color\";a:2:{s:5:\"title\";s:27:\"Grayscale with color hovers\";s:3:\"src\";s:73:\"/inc/admin/assets/images/image_hover-style-grayscale-with-color-hover.gif\";}s:4:\"blur\";a:2:{s:5:\"title\";s:4:\"Blur\";s:3:\"src\";s:51:\"/inc/admin/assets/images/image_hover-style-blur.gif\";}s:5:\"scale\";a:2:{s:5:\"title\";s:5:\"Scale\";s:3:\"src\";s:52:\"/inc/admin/assets/images/image_hover-style-scale.gif\";}}}s:29:\"image_hover-onclick_animation\";a:4:{s:4:\"name\";s:18:\"Animation on click\";s:2:\"id\";s:29:\"image_hover-onclick_animation\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";i:1;}s:24:\"image_hover-default_icon\";a:6:{s:4:\"name\";s:4:\"Icon\";s:2:\"id\";s:24:\"image_hover-default_icon\";s:3:\"std\";s:4:\"none\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:4:\"none\";a:2:{s:5:\"title\";s:7:\"No icon\";s:3:\"src\";s:56:\"/inc/admin/assets/images/image_hover-style-grayscale.gif\";}s:12:\"small_corner\";a:2:{s:5:\"title\";s:24:\"Small icon in the corner\";s:3:\"src\";s:64:\"/inc/admin/assets/images/image_hover-default_icon-small-icon.gif\";}s:10:\"big_center\";a:2:{s:5:\"title\";s:19:\"Large centered icon\";s:3:\"src\";s:64:\"/inc/admin/assets/images/image_hover-default_icon-large-icon.gif\";}}}s:22:\"image_hover-color_mode\";a:6:{s:4:\"name\";s:23:\"Hovers background color\";s:2:\"id\";s:22:\"image_hover-color_mode\";s:3:\"std\";s:6:\"accent\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:17:\"image_hover-color\";a:5:{s:4:\"name\";s:6:\" \";s:2:\"id\";s:17:\"image_hover-color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:11:\"alpha_color\";s:10:\"dependency\";a:3:{s:5:\"field\";s:22:\"image_hover-color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:26:\"image_hover-color_gradient\";a:5:{s:4:\"name\";s:6:\" \";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:26:\"image_hover-color_gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:22:\"image_hover-color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:19:\"image_hover-opacity\";a:5:{s:4:\"name\";s:25:\"Hovers background opacity\";s:2:\"id\";s:19:\"image_hover-opacity\";s:3:\"std\";i:30;s:4:\"type\";s:6:\"slider\";s:10:\"dependency\";a:3:{s:5:\"field\";s:22:\"image_hover-color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}s:31:\"image_hover-project_icons_style\";a:6:{s:4:\"name\";s:27:\"Icons on hover in portfolio\";s:2:\"id\";s:31:\"image_hover-project_icons_style\";s:3:\"std\";s:6:\"accent\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:4:{s:7:\"outline\";a:2:{s:5:\"title\";s:7:\"Outline\";s:3:\"src\";s:68:\"/inc/admin/assets/images/image_hover-project_icons_style-outline.gif\";}s:11:\"transparent\";a:2:{s:5:\"title\";s:15:\"Semitransparent\";s:3:\"src\";s:71:\"/inc/admin/assets/images/image_hover-project_icons_style-semitransp.gif\";}s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:67:\"/inc/admin/assets/images/image_hover-project_icons_style-accent.gif\";}s:5:\"small\";a:2:{s:5:\"title\";s:5:\"Small\";s:3:\"src\";s:66:\"/inc/admin/assets/images/image_hover-project_icons_style-small.gif\";}}}s:34:\"image_hover-album_miniatures_style\";a:7:{s:4:\"name\";s:41:\"Image minuatures on hover in photo albums\";s:2:\"id\";s:34:\"image_hover-album_miniatures_style\";s:5:\"style\";s:8:\"vertical\";s:3:\"std\";s:7:\"style_1\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:2:{s:7:\"style_1\";a:2:{s:5:\"title\";s:42:\"Overlapping miniatures of a different size\";s:3:\"src\";s:65:\"/inc/admin/assets/images/image_hover-album_miniatures_style-1.gif\";}s:7:\"style_2\";a:2:{s:5:\"title\";s:25:\"Three miniatures in a row\";s:3:\"src\";s:65:\"/inc/admin/assets/images/image_hover-album_miniatures_style-2.gif\";}}}s:39:\"image_hover-project_rollover_color_mode\";a:6:{s:4:\"name\";s:23:\"Hovers background color\";s:2:\"id\";s:39:\"image_hover-project_rollover_color_mode\";s:3:\"std\";s:6:\"accent\";s:4:\"type\";s:6:\"images\";s:5:\"class\";s:5:\"small\";s:7:\"options\";a:3:{s:6:\"accent\";a:2:{s:5:\"title\";s:6:\"Accent\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-accent.gif\";}s:5:\"color\";a:2:{s:5:\"title\";s:12:\"Custom color\";s:3:\"src\";s:41:\"/inc/admin/assets/images/color-custom.gif\";}s:8:\"gradient\";a:2:{s:5:\"title\";s:15:\"Custom gradient\";s:3:\"src\";s:50:\"/inc/admin/assets/images/color-custom-gradient.gif\";}}}s:34:\"image_hover-project_rollover_color\";a:5:{s:4:\"name\";s:6:\" \";s:2:\"id\";s:34:\"image_hover-project_rollover_color\";s:3:\"std\";s:7:\"#ffffff\";s:4:\"type\";s:11:\"alpha_color\";s:10:\"dependency\";a:3:{s:5:\"field\";s:39:\"image_hover-project_rollover_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"color\";}}s:43:\"image_hover-project_rollover_color_gradient\";a:5:{s:4:\"name\";s:6:\" \";s:4:\"type\";s:15:\"gradient_picker\";s:2:\"id\";s:43:\"image_hover-project_rollover_color_gradient\";s:3:\"std\";s:31:\"135deg|#ffffff 30%|#000000 100%\";s:10:\"dependency\";a:3:{s:5:\"field\";s:39:\"image_hover-project_rollover_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:8:\"gradient\";}}s:36:\"image_hover-project_rollover_opacity\";a:5:{s:4:\"name\";s:25:\"Hovers background opacity\";s:2:\"id\";s:36:\"image_hover-project_rollover_opacity\";s:3:\"std\";i:70;s:4:\"type\";s:6:\"slider\";s:10:\"dependency\";a:3:{s:5:\"field\";s:39:\"image_hover-project_rollover_color_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"accent\";}}s:13:\"share-buttons\";a:3:{s:4:\"name\";s:13:\"Share Buttons\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:13:\"share-buttons\";}s:25:\"social_buttons-visibility\";a:5:{s:4:\"name\";s:24:\"Share buttons appearance\";s:2:\"id\";s:25:\"social_buttons-visibility\";s:3:\"std\";s:8:\"on_hover\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:8:\"on_hover\";a:2:{s:5:\"title\";s:13:\"Show on hover\";s:3:\"src\";s:60:\"/inc/admin/assets/images/social_buttons-visibility-hover.gif\";}s:7:\"allways\";a:2:{s:5:\"title\";s:14:\"Always visible\";s:3:\"src\";s:62:\"/inc/admin/assets/images/social_buttons-visibility-visible.gif\";}}}s:32:\"social_buttons-post-button_title\";a:4:{s:4:\"name\";s:12:\"Button title\";s:2:\"id\";s:32:\"social_buttons-post-button_title\";s:3:\"std\";s:15:\"Share this post\";s:4:\"type\";s:4:\"text\";}s:19:\"social_buttons-post\";a:3:{s:2:\"id\";s:19:\"social_buttons-post\";s:3:\"std\";a:0:{}s:4:\"type\";s:14:\"social_buttons\";}s:42:\"social_buttons-portfolio_post-button_title\";a:4:{s:4:\"name\";s:12:\"Button title\";s:2:\"id\";s:42:\"social_buttons-portfolio_post-button_title\";s:3:\"std\";s:15:\"Share this post\";s:4:\"type\";s:4:\"text\";}s:29:\"social_buttons-portfolio_post\";a:3:{s:2:\"id\";s:29:\"social_buttons-portfolio_post\";s:3:\"std\";a:0:{}s:4:\"type\";s:14:\"social_buttons\";}s:33:\"social_buttons-photo-button_title\";a:4:{s:4:\"name\";s:12:\"Button title\";s:2:\"id\";s:33:\"social_buttons-photo-button_title\";s:3:\"std\";s:16:\"Share this image\";s:4:\"type\";s:4:\"text\";}s:20:\"social_buttons-photo\";a:3:{s:2:\"id\";s:20:\"social_buttons-photo\";s:3:\"std\";a:0:{}s:4:\"type\";s:14:\"social_buttons\";}s:32:\"social_buttons-page-button_title\";a:4:{s:4:\"name\";s:12:\"Button title\";s:2:\"id\";s:32:\"social_buttons-page-button_title\";s:3:\"std\";s:15:\"Share this page\";s:4:\"type\";s:4:\"text\";}s:19:\"social_buttons-page\";a:3:{s:2:\"id\";s:19:\"social_buttons-page\";s:3:\"std\";a:0:{}s:4:\"type\";s:14:\"social_buttons\";}s:12:\"widget-areas\";a:3:{s:4:\"name\";s:12:\"Widget Areas\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:12:\"widget-areas\";}s:11:\"widgetareas\";a:4:{s:2:\"id\";s:11:\"widgetareas\";s:4:\"type\";s:16:\"fields_generator\";s:3:\"std\";a:2:{i:1;a:2:{s:12:\"sidebar_name\";s:15:\"Default Sidebar\";s:12:\"sidebar_desc\";s:27:\"Sidebar primary widget area\";}i:2;a:2:{s:12:\"sidebar_name\";s:14:\"Default Footer\";s:12:\"sidebar_desc\";s:26:\"Footer primary widget area\";}}s:7:\"options\";a:2:{s:5:\"title\";s:19:\"Add new widget area\";s:6:\"fields\";a:2:{s:12:\"sidebar_name\";a:5:{s:4:\"type\";s:4:\"text\";s:5:\"class\";s:19:\"of_fields_gen_title\";s:11:\"description\";s:12:\"Sidebar name\";s:4:\"wrap\";s:23:\"\";s:9:\"desc_wrap\";s:4:\"%2$s\";}s:12:\"sidebar_desc\";a:4:{s:4:\"type\";s:8:\"textarea\";s:11:\"description\";s:30:\"Sidebar description (optional)\";s:4:\"wrap\";s:23:\"\";s:9:\"desc_wrap\";s:4:\"%2$s\";}}}}s:21:\"export-import-options\";a:3:{s:4:\"name\";s:21:\"Export/Import Options\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:21:\"export-import-options\";}s:13:\"import_export\";a:5:{s:2:\"id\";s:13:\"import_export\";s:4:\"type\";s:21:\"import_export_options\";s:3:\"std\";s:0:\"\";s:8:\"settings\";a:1:{s:4:\"rows\";i:16;}s:19:\"exclude_from_search\";b:1;}s:17:\"advanced-settings\";a:3:{s:4:\"name\";s:17:\"Advanced Settings\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:17:\"advanced-settings\";}s:27:\"general-page_content_margin\";a:6:{s:4:\"name\";s:6:\"Margin\";s:2:\"id\";s:27:\"general-page_content_margin\";s:4:\"type\";s:7:\"spacing\";s:3:\"std\";s:9:\"50px 50px\";s:5:\"units\";s:2:\"px\";s:6:\"fields\";a:2:{i:0;s:3:\"Top\";i:1;s:6:\"Bottom\";}}s:18:\"general-responsive\";a:5:{s:4:\"name\";s:17:\"Responsive layout\";s:2:\"id\";s:18:\"general-responsive\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{i:1;s:7:\"Enabled\";i:0;s:8:\"Disabled\";}}s:29:\"general-side_content_paddings\";a:5:{s:4:\"name\";s:12:\"Side padding\";s:2:\"id\";s:29:\"general-side_content_paddings\";s:3:\"std\";s:4:\"40px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:31:\"general-switch_content_paddings\";a:5:{s:4:\"name\";s:32:\"When screen width is less then..\";s:2:\"id\";s:31:\"general-switch_content_paddings\";s:3:\"std\";s:5:\"640px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:36:\"general-mobile_side_content_paddings\";a:5:{s:4:\"name\";s:14:\"..make padding\";s:2:\"id\";s:36:\"general-mobile_side_content_paddings\";s:3:\"std\";s:4:\"20px\";s:4:\"type\";s:6:\"number\";s:5:\"units\";s:2:\"px\";}s:27:\"general-images_lazy_loading\";a:6:{s:2:\"id\";s:27:\"general-images_lazy_loading\";s:4:\"name\";s:19:\"Images lazy loading\";s:4:\"desc\";s:56:\"Can dramatically reduce page loading speed. Recommended.\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{i:1;s:7:\"Enabled\";i:0;s:8:\"Disabled\";}}s:21:\"general-smooth_scroll\";a:5:{s:4:\"name\";s:55:\"Enable \"scroll-behaviour: smooth\" for next gen browsers\";s:2:\"id\";s:21:\"general-smooth_scroll\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:3:{s:2:\"on\";s:3:\"Yes\";s:3:\"off\";s:2:\"No\";s:11:\"on_parallax\";s:30:\"On only on pages with parallax\";}}s:25:\"advanced-speed_img_resize\";a:6:{s:2:\"id\";s:25:\"advanced-speed_img_resize\";s:4:\"name\";s:18:\"Images fast resize\";s:4:\"desc\";s:35:\"Can slightly reduce page load time.\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{i:1;s:7:\"Enabled\";i:0;s:8:\"Disabled\";}}s:35:\"advanced-normalize_resize_on_mobile\";a:6:{s:2:\"id\";s:35:\"advanced-normalize_resize_on_mobile\";s:4:\"name\";s:40:\"Normalize resize event on mobile devices\";s:4:\"desc\";s:51:\"Can improve scrolling performance on mobile devices\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{i:1;s:7:\"Enabled\";i:0;s:8:\"Disabled\";}}s:10:\"custom-css\";a:3:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:10:\"custom-css\";}s:18:\"general-custom_css\";a:5:{s:8:\"settings\";a:1:{s:4:\"rows\";i:16;}s:2:\"id\";s:18:\"general-custom_css\";s:3:\"std\";b:0;s:4:\"type\";s:8:\"textarea\";s:8:\"sanitize\";s:16:\"without_sanitize\";}s:17:\"custom-javascript\";a:3:{s:4:\"name\";s:17:\"Custom JavaScript\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:17:\"custom-javascript\";}s:21:\"general-tracking_code\";a:5:{s:8:\"settings\";a:1:{s:4:\"rows\";i:16;}s:2:\"id\";s:21:\"general-tracking_code\";s:3:\"std\";b:0;s:4:\"type\";s:8:\"textarea\";s:8:\"sanitize\";s:16:\"without_sanitize\";}s:8:\"archives\";a:3:{s:4:\"name\";s:8:\"Archives\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:8:\"archives\";}s:23:\"template_page_id_author\";a:3:{s:2:\"id\";s:23:\"template_page_id_author\";s:4:\"name\";s:23:\"Author archive template\";s:4:\"type\";s:10:\"pages_list\";}s:21:\"template_page_id_date\";a:3:{s:2:\"id\";s:21:\"template_page_id_date\";s:4:\"name\";s:21:\"Date archive template\";s:4:\"type\";s:10:\"pages_list\";}s:30:\"template_page_id_blog_category\";a:3:{s:2:\"id\";s:30:\"template_page_id_blog_category\";s:4:\"name\";s:22:\"Blog category template\";s:4:\"type\";s:10:\"pages_list\";}s:26:\"template_page_id_blog_tags\";a:3:{s:2:\"id\";s:26:\"template_page_id_blog_tags\";s:4:\"name\";s:18:\"Blog tags template\";s:4:\"type\";s:10:\"pages_list\";}s:35:\"template_page_id_portfolio_category\";a:4:{s:2:\"id\";s:35:\"template_page_id_portfolio_category\";s:4:\"name\";s:35:\"Choose a page to take settings from\";s:4:\"desc\";s:70:\"This template will be applied to taxonomy and post type archive pages.\";s:4:\"type\";s:10:\"pages_list\";}s:33:\"template_page_id_gallery_category\";a:4:{s:2:\"id\";s:33:\"template_page_id_gallery_category\";s:4:\"name\";s:35:\"Choose a page to take settings from\";s:4:\"desc\";s:70:\"This template will be applied to taxonomy and post type archive pages.\";s:4:\"type\";s:10:\"pages_list\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"Search\";s:4:\"type\";s:7:\"heading\";s:2:\"id\";s:6:\"search\";}s:23:\"template_page_id_search\";a:3:{s:2:\"id\";s:23:\"template_page_id_search\";s:4:\"name\";s:11:\"Search page\";s:4:\"type\";s:10:\"pages_list\";}}','no'),(4468,'_transient_timeout_bsf_check_product_updates','1546814904','no'),(4469,'_transient_bsf_check_product_updates','1','no'),(4504,'_site_transient_timeout_theme_roots','1548156074','no'),(4505,'_site_transient_theme_roots','a:4:{s:7:\"dt-the7\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'); /*!40000 ALTER TABLE `wp_qkl48evxg3_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_postmeta` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=7156 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_postmeta` -- LOCK TABLES `wp_qkl48evxg3_postmeta` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_postmeta` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_wp_attached_file','2018/06/dt-the7_v.6.6.3.zip'),(4,5,'_wp_attachment_context','upgrader'),(5,6,'_wp_attached_file','2018/06/dt-the7-child.zip'),(6,6,'_wp_attachment_context','upgrader'),(7,7,'_wp_attached_file','2018/06/themeforest-5556590-the7-responsive-multipurpose-wordpress-theme-4.zip'),(8,7,'_wp_attachment_context','upgrader'),(11,71,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12,71,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13,71,'_edit_last','1'),(14,71,'_wpb_vc_js_status','false'),(15,71,'_wpb_vc_js_interface_version','2'),(16,71,'slide_template',''),(17,71,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(18,71,'_dt_testimonial_options_position','photographer'),(19,71,'_wp_trash_meta_status','publish'),(20,71,'_wp_trash_meta_time','1529686134'),(21,71,'_wp_desired_post_slug','tiffany-firebird'),(22,74,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(23,74,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(24,74,'_edit_last','1'),(25,74,'_wpb_vc_js_status','false'),(26,74,'_wpb_vc_js_interface_version','2'),(27,74,'slide_template',''),(28,74,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(29,74,'_dt_testimonial_options_position','writer & journalist'),(30,74,'_wp_trash_meta_status','publish'),(31,74,'_wp_trash_meta_time','1529686134'),(32,74,'_wp_desired_post_slug','jennifer-greenfield'),(33,228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34,228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35,228,'_edit_last','1'),(36,228,'_wpb_vc_js_status','false'),(37,228,'_wpb_vc_js_interface_version','2'),(38,228,'slide_template',''),(39,228,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(40,228,'_dt_testimonial_options_position','photographer'),(41,228,'_wp_trash_meta_status','publish'),(42,228,'_wp_trash_meta_time','1529686134'),(43,228,'_wp_desired_post_slug','diana-brown'),(44,229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(45,229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(46,229,'_edit_last','1'),(47,229,'_wpb_vc_js_status','false'),(48,229,'_wpb_vc_js_interface_version','2'),(49,229,'slide_template','default'),(50,229,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(51,229,'_dt_testimonial_options_position',''),(52,229,'_dt_sidebar_position','right'),(53,229,'_dt_sidebar_widgetarea_id','sidebar_1'),(54,229,'_dt_sidebar_hide_on_mobile','0'),(55,229,'_dt_footer_show','1'),(56,229,'_dt_footer_widgetarea_id','sidebar_2'),(57,229,'_dt_footer_hide_on_mobile','0'),(58,229,'_dt_header_title','enabled'),(59,229,'_dt_header_background','normal'),(60,229,'_dt_header_background_below_slideshow','disabled'),(61,229,'_dt_header_transparent_bg_color_scheme','light'),(62,229,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(63,229,'_dt_header_transparent_top_bar_bg_opacity','25'),(64,229,'_dt_header_transparent_bg_color','#000000'),(65,229,'_dt_header_transparent_bg_opacity','50'),(66,229,'_dt_header_disabled_background','normal'),(67,229,'_dt_header_disabled_transparent_bg_color_scheme','light'),(68,229,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(69,229,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(70,229,'_dt_header_disabled_transparent_bg_color','#000000'),(71,229,'_dt_header_disabled_transparent_bg_opacity','50'),(72,229,'_dt_page_overrides_top_margin',''),(73,229,'_dt_page_overrides_bottom_margin',''),(74,229,'_dt_slideshow_mode','revolution'),(75,229,'_dt_slideshow_layout','fullwidth'),(76,229,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(77,229,'_dt_slideshow_scaling','fill'),(78,229,'_dt_slideshow_autoplay','paused'),(79,229,'_dt_slideshow_autoslide_interval','5000'),(80,229,'_dt_slideshow_hide_captions','0'),(81,229,'_dt_slideshow_photo_scroller_layout','fullscreen'),(82,229,'_dt_slideshow_photo_scroller_bg_color','#000000'),(83,229,'_dt_slideshow_photo_scroller_overlay','1'),(84,229,'_dt_slideshow_photo_scroller_top_padding','0'),(85,229,'_dt_slideshow_photo_scroller_bottom_padding','0'),(86,229,'_dt_slideshow_photo_scroller_side_paddings','0'),(87,229,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(88,229,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(89,229,'_dt_slideshow_photo_scroller_thumbnails_width',''),(90,229,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(91,229,'_dt_slideshow_photo_scroller_autoplay','play'),(92,229,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(93,229,'fake_id',''),(94,229,'_dt_slideshow_photo_scroller_ls_max_width','100'),(95,229,'_dt_slideshow_photo_scroller_ls_min_width','0'),(96,229,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(97,229,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(98,229,'_dt_slideshow_photo_scroller_pt_max_width','100'),(99,229,'_dt_slideshow_photo_scroller_pt_min_width','0'),(100,229,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(101,229,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(102,229,'_dt_slideshow_revolution_slider','none'),(103,229,'_dt_slideshow_layer_slider','none'),(104,229,'_dt_slideshow_layer_show_bg_and_paddings','0'),(105,229,'_dt_fancy_header_layout_heading',''),(106,229,'_dt_fancy_header_title_aligment','center'),(107,229,'_dt_fancy_header_height','300'),(108,229,'_dt_fancy_header_padding-top','0px'),(109,229,'_dt_fancy_header_padding-bottom','0px'),(110,229,'_dt_fancy_header_breadcrumbs_heading',''),(111,229,'_dt_fancy_header_breadcrumbs','enabled'),(112,229,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(113,229,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(114,229,'_dt_fancy_header_title_heading',''),(115,229,'_dt_fancy_header_title_mode','custom'),(116,229,'_dt_fancy_header_title',''),(117,229,'_dt_fancy_header_title_font_size','30'),(118,229,'_dt_fancy_header_title_line_height','36'),(119,229,'_dt_fancy_header_uppercase','0'),(120,229,'_dt_fancy_header_title_color_mode','color'),(121,229,'_dt_fancy_header_title_color','#ffffff'),(122,229,'_dt_fancy_header_subtitle_heading',''),(123,229,'_dt_fancy_header_subtitle',''),(124,229,'_dt_fancy_header_subtitle_font_size','18'),(125,229,'_dt_fancy_header_subtitle_line_height','26'),(126,229,'_dt_fancy_header_subtitle_uppercase','0'),(127,229,'_dt_fancy_header_subtitle_color_mode','color'),(128,229,'_dt_fancy_header_subtitle_color','#ffffff'),(129,229,'_dt_fancy_header_bg_heading',''),(130,229,'_dt_fancy_header_bg_color','#222222'),(131,229,'_dt_fancy_header_bg_image','a:0:{}'),(132,229,'_dt_fancy_header_bg_repeat','no-repeat'),(133,229,'_dt_fancy_header_bg_position_x','center'),(134,229,'_dt_fancy_header_bg_position_y','center'),(135,229,'_dt_fancy_header_bg_fullscreen','1'),(136,229,'_dt_fancy_header_bg_overlay','0'),(137,229,'_dt_fancy_header_overlay_color','#000'),(138,229,'_dt_fancy_header_bg_overlay_opacity','50'),(139,229,'_dt_fancy_header_scroll_effect','default'),(140,229,'_dt_fancy_header_bg_parallax','0.5'),(141,229,'_dt_testimonial_options_go_to_single','0'),(142,229,'_wp_old_slug','alex-bluemarine'),(143,229,'_wp_old_slug','sportswear-company-director'),(144,230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(145,230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(146,230,'_edit_last','1'),(147,230,'_wpb_vc_js_status','false'),(148,230,'_wpb_vc_js_interface_version','2'),(149,230,'slide_template','default'),(150,230,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(151,230,'_dt_testimonial_options_position',''),(152,230,'_wp_old_slug','miriam-wisebull'),(153,230,'_dt_sidebar_position','right'),(154,230,'_dt_sidebar_widgetarea_id','sidebar_1'),(155,230,'_dt_sidebar_hide_on_mobile','0'),(156,230,'_dt_footer_show','1'),(157,230,'_dt_footer_widgetarea_id','sidebar_2'),(158,230,'_dt_footer_hide_on_mobile','0'),(159,230,'_dt_header_title','enabled'),(160,230,'_dt_header_background','normal'),(161,230,'_dt_header_background_below_slideshow','disabled'),(162,230,'_dt_header_transparent_bg_color_scheme','light'),(163,230,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(164,230,'_dt_header_transparent_top_bar_bg_opacity','25'),(165,230,'_dt_header_transparent_bg_color','#000000'),(166,230,'_dt_header_transparent_bg_opacity','50'),(167,230,'_dt_header_disabled_background','normal'),(168,230,'_dt_header_disabled_transparent_bg_color_scheme','light'),(169,230,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(170,230,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(171,230,'_dt_header_disabled_transparent_bg_color','#000000'),(172,230,'_dt_header_disabled_transparent_bg_opacity','50'),(173,230,'_dt_page_overrides_top_margin',''),(174,230,'_dt_page_overrides_bottom_margin',''),(175,230,'_dt_slideshow_mode','revolution'),(176,230,'_dt_slideshow_layout','fullwidth'),(177,230,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(178,230,'_dt_slideshow_scaling','fill'),(179,230,'_dt_slideshow_autoplay','paused'),(180,230,'_dt_slideshow_autoslide_interval','5000'),(181,230,'_dt_slideshow_hide_captions','0'),(182,230,'_dt_slideshow_photo_scroller_layout','fullscreen'),(183,230,'_dt_slideshow_photo_scroller_bg_color','#000000'),(184,230,'_dt_slideshow_photo_scroller_overlay','1'),(185,230,'_dt_slideshow_photo_scroller_top_padding','0'),(186,230,'_dt_slideshow_photo_scroller_bottom_padding','0'),(187,230,'_dt_slideshow_photo_scroller_side_paddings','0'),(188,230,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(189,230,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(190,230,'_dt_slideshow_photo_scroller_thumbnails_width',''),(191,230,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(192,230,'_dt_slideshow_photo_scroller_autoplay','play'),(193,230,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(194,230,'fake_id',''),(195,230,'_dt_slideshow_photo_scroller_ls_max_width','100'),(196,230,'_dt_slideshow_photo_scroller_ls_min_width','0'),(197,230,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(198,230,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(199,230,'_dt_slideshow_photo_scroller_pt_max_width','100'),(200,230,'_dt_slideshow_photo_scroller_pt_min_width','0'),(201,230,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(202,230,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(203,230,'_dt_slideshow_revolution_slider','none'),(204,230,'_dt_slideshow_layer_slider','none'),(205,230,'_dt_slideshow_layer_show_bg_and_paddings','0'),(206,230,'_dt_fancy_header_layout_heading',''),(207,230,'_dt_fancy_header_title_aligment','center'),(208,230,'_dt_fancy_header_height','300'),(209,230,'_dt_fancy_header_padding-top','0px'),(210,230,'_dt_fancy_header_padding-bottom','0px'),(211,230,'_dt_fancy_header_breadcrumbs_heading',''),(212,230,'_dt_fancy_header_breadcrumbs','enabled'),(213,230,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(214,230,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(215,230,'_dt_fancy_header_title_heading',''),(216,230,'_dt_fancy_header_title_mode','custom'),(217,230,'_dt_fancy_header_title',''),(218,230,'_dt_fancy_header_title_font_size','30'),(219,230,'_dt_fancy_header_title_line_height','36'),(220,230,'_dt_fancy_header_uppercase','0'),(221,230,'_dt_fancy_header_title_color_mode','color'),(222,230,'_dt_fancy_header_title_color','#ffffff'),(223,230,'_dt_fancy_header_subtitle_heading',''),(224,230,'_dt_fancy_header_subtitle',''),(225,230,'_dt_fancy_header_subtitle_font_size','18'),(226,230,'_dt_fancy_header_subtitle_line_height','26'),(227,230,'_dt_fancy_header_subtitle_uppercase','0'),(228,230,'_dt_fancy_header_subtitle_color_mode','color'),(229,230,'_dt_fancy_header_subtitle_color','#ffffff'),(230,230,'_dt_fancy_header_bg_heading',''),(231,230,'_dt_fancy_header_bg_color','#222222'),(232,230,'_dt_fancy_header_bg_image','a:0:{}'),(233,230,'_dt_fancy_header_bg_repeat','no-repeat'),(234,230,'_dt_fancy_header_bg_position_x','center'),(235,230,'_dt_fancy_header_bg_position_y','center'),(236,230,'_dt_fancy_header_bg_fullscreen','1'),(237,230,'_dt_fancy_header_bg_overlay','0'),(238,230,'_dt_fancy_header_overlay_color','#000'),(239,230,'_dt_fancy_header_bg_overlay_opacity','50'),(240,230,'_dt_fancy_header_scroll_effect','default'),(241,230,'_dt_fancy_header_bg_parallax','0.5'),(242,230,'_dt_testimonial_options_go_to_single','0'),(243,230,'_wp_old_slug','executive-director'),(244,231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(245,231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(246,231,'_edit_last','1'),(247,231,'_wpb_vc_js_status','false'),(248,231,'_wpb_vc_js_interface_version','2'),(249,231,'slide_template','default'),(250,231,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(251,231,'_dt_testimonial_options_position',''),(252,231,'_wp_old_slug','andrew-lee'),(253,231,'_dt_sidebar_position','right'),(254,231,'_dt_sidebar_widgetarea_id','sidebar_1'),(255,231,'_dt_sidebar_hide_on_mobile','0'),(256,231,'_dt_footer_show','1'),(257,231,'_dt_footer_widgetarea_id','sidebar_2'),(258,231,'_dt_footer_hide_on_mobile','0'),(259,231,'_dt_header_title','enabled'),(260,231,'_dt_header_background','normal'),(261,231,'_dt_header_background_below_slideshow','disabled'),(262,231,'_dt_header_transparent_bg_color_scheme','light'),(263,231,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(264,231,'_dt_header_transparent_top_bar_bg_opacity','25'),(265,231,'_dt_header_transparent_bg_color','#000000'),(266,231,'_dt_header_transparent_bg_opacity','50'),(267,231,'_dt_header_disabled_background','normal'),(268,231,'_dt_header_disabled_transparent_bg_color_scheme','light'),(269,231,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(270,231,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(271,231,'_dt_header_disabled_transparent_bg_color','#000000'),(272,231,'_dt_header_disabled_transparent_bg_opacity','50'),(273,231,'_dt_page_overrides_top_margin',''),(274,231,'_dt_page_overrides_bottom_margin',''),(275,231,'_dt_slideshow_mode','revolution'),(276,231,'_dt_slideshow_layout','fullwidth'),(277,231,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(278,231,'_dt_slideshow_scaling','fill'),(279,231,'_dt_slideshow_autoplay','paused'),(280,231,'_dt_slideshow_autoslide_interval','5000'),(281,231,'_dt_slideshow_hide_captions','0'),(282,231,'_dt_slideshow_photo_scroller_layout','fullscreen'),(283,231,'_dt_slideshow_photo_scroller_bg_color','#000000'),(284,231,'_dt_slideshow_photo_scroller_overlay','1'),(285,231,'_dt_slideshow_photo_scroller_top_padding','0'),(286,231,'_dt_slideshow_photo_scroller_bottom_padding','0'),(287,231,'_dt_slideshow_photo_scroller_side_paddings','0'),(288,231,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(289,231,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(290,231,'_dt_slideshow_photo_scroller_thumbnails_width',''),(291,231,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(292,231,'_dt_slideshow_photo_scroller_autoplay','play'),(293,231,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(294,231,'fake_id',''),(295,231,'_dt_slideshow_photo_scroller_ls_max_width','100'),(296,231,'_dt_slideshow_photo_scroller_ls_min_width','0'),(297,231,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(298,231,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(299,231,'_dt_slideshow_photo_scroller_pt_max_width','100'),(300,231,'_dt_slideshow_photo_scroller_pt_min_width','0'),(301,231,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(302,231,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(303,231,'_dt_slideshow_revolution_slider','none'),(304,231,'_dt_slideshow_layer_slider','none'),(305,231,'_dt_slideshow_layer_show_bg_and_paddings','0'),(306,231,'_dt_fancy_header_layout_heading',''),(307,231,'_dt_fancy_header_title_aligment','center'),(308,231,'_dt_fancy_header_height','300'),(309,231,'_dt_fancy_header_padding-top','0px'),(310,231,'_dt_fancy_header_padding-bottom','0px'),(311,231,'_dt_fancy_header_breadcrumbs_heading',''),(312,231,'_dt_fancy_header_breadcrumbs','enabled'),(313,231,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(314,231,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(315,231,'_dt_fancy_header_title_heading',''),(316,231,'_dt_fancy_header_title_mode','custom'),(317,231,'_dt_fancy_header_title',''),(318,231,'_dt_fancy_header_title_font_size','30'),(319,231,'_dt_fancy_header_title_line_height','36'),(320,231,'_dt_fancy_header_uppercase','0'),(321,231,'_dt_fancy_header_title_color_mode','color'),(322,231,'_dt_fancy_header_title_color','#ffffff'),(323,231,'_dt_fancy_header_subtitle_heading',''),(324,231,'_dt_fancy_header_subtitle',''),(325,231,'_dt_fancy_header_subtitle_font_size','18'),(326,231,'_dt_fancy_header_subtitle_line_height','26'),(327,231,'_dt_fancy_header_subtitle_uppercase','0'),(328,231,'_dt_fancy_header_subtitle_color_mode','color'),(329,231,'_dt_fancy_header_subtitle_color','#ffffff'),(330,231,'_dt_fancy_header_bg_heading',''),(331,231,'_dt_fancy_header_bg_color','#222222'),(332,231,'_dt_fancy_header_bg_image','a:0:{}'),(333,231,'_dt_fancy_header_bg_repeat','no-repeat'),(334,231,'_dt_fancy_header_bg_position_x','center'),(335,231,'_dt_fancy_header_bg_position_y','center'),(336,231,'_dt_fancy_header_bg_fullscreen','1'),(337,231,'_dt_fancy_header_bg_overlay','0'),(338,231,'_dt_fancy_header_overlay_color','#000'),(339,231,'_dt_fancy_header_bg_overlay_opacity','50'),(340,231,'_dt_fancy_header_scroll_effect','default'),(341,231,'_dt_fancy_header_bg_parallax','0.5'),(342,231,'_dt_testimonial_options_go_to_single','0'),(343,231,'_wp_old_slug','senior-advisor'),(344,232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(345,232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(346,232,'_edit_last','1'),(347,232,'_wpb_vc_js_status','false'),(348,232,'_wpb_vc_js_interface_version','2'),(349,232,'slide_template','default'),(350,232,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(351,232,'_dt_testimonial_options_position',''),(352,232,'_wp_old_slug','stephan-eaglefree'),(353,232,'_dt_sidebar_position','right'),(354,232,'_dt_sidebar_widgetarea_id','sidebar_1'),(355,232,'_dt_sidebar_hide_on_mobile','0'),(356,232,'_dt_footer_show','1'),(357,232,'_dt_footer_widgetarea_id','sidebar_2'),(358,232,'_dt_footer_hide_on_mobile','0'),(359,232,'_dt_header_title','enabled'),(360,232,'_dt_header_background','normal'),(361,232,'_dt_header_background_below_slideshow','disabled'),(362,232,'_dt_header_transparent_bg_color_scheme','light'),(363,232,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(364,232,'_dt_header_transparent_top_bar_bg_opacity','25'),(365,232,'_dt_header_transparent_bg_color','#000000'),(366,232,'_dt_header_transparent_bg_opacity','50'),(367,232,'_dt_header_disabled_background','normal'),(368,232,'_dt_header_disabled_transparent_bg_color_scheme','light'),(369,232,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(370,232,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(371,232,'_dt_header_disabled_transparent_bg_color','#000000'),(372,232,'_dt_header_disabled_transparent_bg_opacity','50'),(373,232,'_dt_page_overrides_top_margin',''),(374,232,'_dt_page_overrides_bottom_margin',''),(375,232,'_dt_slideshow_mode','revolution'),(376,232,'_dt_slideshow_layout','fullwidth'),(377,232,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(378,232,'_dt_slideshow_scaling','fill'),(379,232,'_dt_slideshow_autoplay','paused'),(380,232,'_dt_slideshow_autoslide_interval','5000'),(381,232,'_dt_slideshow_hide_captions','0'),(382,232,'_dt_slideshow_photo_scroller_layout','fullscreen'),(383,232,'_dt_slideshow_photo_scroller_bg_color','#000000'),(384,232,'_dt_slideshow_photo_scroller_overlay','1'),(385,232,'_dt_slideshow_photo_scroller_top_padding','0'),(386,232,'_dt_slideshow_photo_scroller_bottom_padding','0'),(387,232,'_dt_slideshow_photo_scroller_side_paddings','0'),(388,232,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(389,232,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(390,232,'_dt_slideshow_photo_scroller_thumbnails_width',''),(391,232,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(392,232,'_dt_slideshow_photo_scroller_autoplay','play'),(393,232,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(394,232,'fake_id',''),(395,232,'_dt_slideshow_photo_scroller_ls_max_width','100'),(396,232,'_dt_slideshow_photo_scroller_ls_min_width','0'),(397,232,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(398,232,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(399,232,'_dt_slideshow_photo_scroller_pt_max_width','100'),(400,232,'_dt_slideshow_photo_scroller_pt_min_width','0'),(401,232,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(402,232,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(403,232,'_dt_slideshow_revolution_slider','none'),(404,232,'_dt_slideshow_layer_slider','none'),(405,232,'_dt_slideshow_layer_show_bg_and_paddings','0'),(406,232,'_dt_fancy_header_layout_heading',''),(407,232,'_dt_fancy_header_title_aligment','center'),(408,232,'_dt_fancy_header_height','300'),(409,232,'_dt_fancy_header_padding-top','0px'),(410,232,'_dt_fancy_header_padding-bottom','0px'),(411,232,'_dt_fancy_header_breadcrumbs_heading',''),(412,232,'_dt_fancy_header_breadcrumbs','enabled'),(413,232,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(414,232,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(415,232,'_dt_fancy_header_title_heading',''),(416,232,'_dt_fancy_header_title_mode','custom'),(417,232,'_dt_fancy_header_title',''),(418,232,'_dt_fancy_header_title_font_size','30'),(419,232,'_dt_fancy_header_title_line_height','36'),(420,232,'_dt_fancy_header_uppercase','0'),(421,232,'_dt_fancy_header_title_color_mode','color'),(422,232,'_dt_fancy_header_title_color','#ffffff'),(423,232,'_dt_fancy_header_subtitle_heading',''),(424,232,'_dt_fancy_header_subtitle',''),(425,232,'_dt_fancy_header_subtitle_font_size','18'),(426,232,'_dt_fancy_header_subtitle_line_height','26'),(427,232,'_dt_fancy_header_subtitle_uppercase','0'),(428,232,'_dt_fancy_header_subtitle_color_mode','color'),(429,232,'_dt_fancy_header_subtitle_color','#ffffff'),(430,232,'_dt_fancy_header_bg_heading',''),(431,232,'_dt_fancy_header_bg_color','#222222'),(432,232,'_dt_fancy_header_bg_image','a:0:{}'),(433,232,'_dt_fancy_header_bg_repeat','no-repeat'),(434,232,'_dt_fancy_header_bg_position_x','center'),(435,232,'_dt_fancy_header_bg_position_y','center'),(436,232,'_dt_fancy_header_bg_fullscreen','1'),(437,232,'_dt_fancy_header_bg_overlay','0'),(438,232,'_dt_fancy_header_overlay_color','#000'),(439,232,'_dt_fancy_header_bg_overlay_opacity','50'),(440,232,'_dt_fancy_header_scroll_effect','default'),(441,232,'_dt_fancy_header_bg_parallax','0.5'),(442,232,'_dt_testimonial_options_go_to_single','0'),(443,232,'_wp_old_slug','nonprofit-president'),(444,233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(445,233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(446,233,'_edit_last','1'),(447,233,'_wpb_vc_js_status','false'),(448,233,'_wpb_vc_js_interface_version','2'),(449,233,'slide_template',''),(450,233,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(451,233,'_dt_testimonial_options_position','programmer'),(452,233,'_wp_trash_meta_status','publish'),(453,233,'_wp_trash_meta_time','1529686134'),(454,233,'_wp_desired_post_slug','leonardo-freeman'),(455,234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(456,234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(457,234,'_wpb_vc_js_status','false'),(458,234,'_wpb_vc_js_interface_version','2'),(459,234,'slide_template',''),(460,234,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(461,234,'_dt_testimonial_options_position','account manager'),(462,234,'_edit_last','1'),(463,234,'_wp_trash_meta_status','publish'),(464,234,'_wp_trash_meta_time','1529686134'),(465,234,'_wp_desired_post_slug','anna-whitehall'),(466,991,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(467,991,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(468,991,'_edit_last','1'),(469,991,'_wpb_vc_js_status','false'),(470,991,'_wpb_vc_js_interface_version','2'),(471,991,'slide_template',''),(472,991,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(473,991,'_dt_testimonial_options_position','account manager'),(474,991,'_wp_trash_meta_status','publish'),(475,991,'_wp_trash_meta_time','1529686134'),(476,991,'_wp_desired_post_slug','diana-redfox'),(477,992,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(478,992,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(479,992,'_edit_last','1'),(480,992,'_wpb_vc_js_status','false'),(481,992,'_wpb_vc_js_interface_version','2'),(482,992,'slide_template',''),(483,992,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(484,992,'_dt_testimonial_options_position','creative director'),(485,992,'_wp_trash_meta_status','publish'),(486,992,'_wp_trash_meta_time','1529686134'),(487,992,'_wp_desired_post_slug','george-windfall'),(488,993,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(489,993,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(490,993,'_edit_last','1'),(491,993,'_wpb_vc_js_status','false'),(492,993,'_wpb_vc_js_interface_version','2'),(493,993,'slide_template',''),(494,993,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(495,993,'_dt_testimonial_options_position','designer'),(496,993,'_wp_trash_meta_status','publish'),(497,993,'_wp_trash_meta_time','1529686134'),(498,993,'_wp_desired_post_slug','natasha-grey'),(499,994,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(500,994,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(501,994,'_edit_last','1'),(502,994,'_wpb_vc_js_status','false'),(503,994,'_wpb_vc_js_interface_version','2'),(504,994,'slide_template',''),(505,994,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(506,994,'_dt_testimonial_options_position','programmer'),(507,994,'_wp_trash_meta_status','publish'),(508,994,'_wp_trash_meta_time','1529686134'),(509,994,'_wp_desired_post_slug','leonardo-freeman-2'),(510,2182,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(511,2182,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(512,2182,'_edit_last','1'),(513,2182,'_dt_album_media_items','a:32:{i:0;i:2078;i:1;i:2265;i:2;i:2189;i:3;i:2184;i:4;i:2185;i:5;i:2076;i:6;i:2266;i:7;i:2186;i:8;i:2079;i:9;i:2083;i:10;i:2077;i:11;i:2269;i:12;i:2270;i:13;i:2263;i:14;i:2401;i:15;i:2285;i:16;i:2290;i:17;i:2286;i:18;i:2288;i:19;i:2287;i:20;i:2359;i:21;i:2387;i:22;i:2188;i:23;i:2398;i:24;i:2183;i:25;i:2385;i:26;i:2267;i:27;i:2264;i:28;i:2222;i:29;i:2187;i:30;i:2190;i:31;i:2384;}'),(514,2182,'slide_template','default'),(515,2182,'_wpb_vc_js_status','false'),(516,2182,'_dt_sidebar_position','right'),(517,2182,'_dt_sidebar_widgetarea_id','sidebar_1'),(518,2182,'_dt_sidebar_hide_on_mobile','0'),(519,2182,'_dt_footer_show','1'),(520,2182,'_dt_footer_widgetarea_id','sidebar_2'),(521,2182,'_dt_footer_hide_on_mobile','0'),(522,2182,'_dt_header_title','enabled'),(523,2182,'_dt_header_background','normal'),(524,2182,'_dt_header_background_below_slideshow','disabled'),(525,2182,'_dt_header_transparent_bg_color_scheme','light'),(526,2182,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(527,2182,'_dt_header_transparent_top_bar_bg_opacity','25'),(528,2182,'_dt_header_transparent_bg_color','#000000'),(529,2182,'_dt_header_transparent_bg_opacity','50'),(530,2182,'_dt_header_disabled_background','normal'),(531,2182,'_dt_header_disabled_transparent_bg_color_scheme','light'),(532,2182,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(533,2182,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(534,2182,'_dt_header_disabled_transparent_bg_color','#000000'),(535,2182,'_dt_header_disabled_transparent_bg_opacity','50'),(536,2182,'_dt_page_overrides_top_margin',''),(537,2182,'_dt_page_overrides_bottom_margin',''),(538,2182,'_dt_slideshow_mode','porthole'),(539,2182,'_dt_slideshow_layout','fullwidth'),(540,2182,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(541,2182,'_dt_slideshow_scaling','fill'),(542,2182,'_dt_slideshow_autoplay','paused'),(543,2182,'_dt_slideshow_autoslide_interval','5000'),(544,2182,'_dt_slideshow_hide_captions','0'),(545,2182,'_dt_slideshow_photo_scroller_layout','fullscreen'),(546,2182,'_dt_slideshow_photo_scroller_bg_color','#000000'),(547,2182,'_dt_slideshow_photo_scroller_overlay','1'),(548,2182,'_dt_slideshow_photo_scroller_top_padding','0'),(549,2182,'_dt_slideshow_photo_scroller_bottom_padding','0'),(550,2182,'_dt_slideshow_photo_scroller_side_paddings','0'),(551,2182,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(552,2182,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(553,2182,'_dt_slideshow_photo_scroller_thumbnails_width',''),(554,2182,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(555,2182,'_dt_slideshow_photo_scroller_autoplay','play'),(556,2182,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(557,2182,'fake_id',''),(558,2182,'_dt_slideshow_photo_scroller_ls_max_width','100'),(559,2182,'_dt_slideshow_photo_scroller_ls_min_width','0'),(560,2182,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(561,2182,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(562,2182,'_dt_slideshow_photo_scroller_pt_max_width','100'),(563,2182,'_dt_slideshow_photo_scroller_pt_min_width','0'),(564,2182,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(565,2182,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(566,2182,'_dt_slideshow_revolution_slider','none'),(567,2182,'_dt_slideshow_layer_slider','none'),(568,2182,'_dt_slideshow_layer_show_bg_and_paddings','0'),(569,2182,'_dt_fancy_header_layout_heading',''),(570,2182,'_dt_fancy_header_title_aligment','center'),(571,2182,'_dt_fancy_header_height','300'),(572,2182,'_dt_fancy_header_padding-top','0px'),(573,2182,'_dt_fancy_header_padding-bottom','0px'),(574,2182,'_dt_fancy_header_breadcrumbs_heading',''),(575,2182,'_dt_fancy_header_breadcrumbs','enabled'),(576,2182,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(577,2182,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(578,2182,'_dt_fancy_header_title_heading',''),(579,2182,'_dt_fancy_header_title_mode','custom'),(580,2182,'_dt_fancy_header_title',''),(581,2182,'_dt_fancy_header_title_font_size','30'),(582,2182,'_dt_fancy_header_title_line_height','36'),(583,2182,'_dt_fancy_header_uppercase','0'),(584,2182,'_dt_fancy_header_title_color_mode','color'),(585,2182,'_dt_fancy_header_title_color','#ffffff'),(586,2182,'_dt_fancy_header_subtitle_heading',''),(587,2182,'_dt_fancy_header_subtitle',''),(588,2182,'_dt_fancy_header_subtitle_font_size','18'),(589,2182,'_dt_fancy_header_subtitle_line_height','26'),(590,2182,'_dt_fancy_header_subtitle_uppercase','0'),(591,2182,'_dt_fancy_header_subtitle_color_mode','color'),(592,2182,'_dt_fancy_header_subtitle_color','#ffffff'),(593,2182,'_dt_fancy_header_bg_heading',''),(594,2182,'_dt_fancy_header_bg_color','#222222'),(595,2182,'_dt_fancy_header_bg_image','a:0:{}'),(596,2182,'_dt_fancy_header_bg_repeat','no-repeat'),(597,2182,'_dt_fancy_header_bg_position_x','center'),(598,2182,'_dt_fancy_header_bg_position_y','center'),(599,2182,'_dt_fancy_header_bg_fullscreen','1'),(600,2182,'_dt_fancy_header_bg_overlay','0'),(601,2182,'_dt_fancy_header_overlay_color','#000'),(602,2182,'_dt_fancy_header_bg_overlay_opacity','50'),(603,2182,'_dt_fancy_header_scroll_effect','default'),(604,2182,'_dt_fancy_header_bg_parallax','0.5'),(605,2182,'_dt_album_options_back_button','0'),(606,2182,'_dt_album_options_open_album','lightbox'),(607,2182,'_dt_album_options_type','slideshow'),(608,2182,'_dt_album_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(609,2182,'_dt_album_options_gallery_columns','4'),(610,2182,'_dt_album_options_gallery_make_first_big','1'),(611,2182,'_dt_album_options_photo_scroller_layout','fullscreen'),(612,2182,'_dt_album_options_photo_scroller_bg_color','#000000'),(613,2182,'_dt_album_options_photo_scroller_overlay','1'),(614,2182,'_dt_album_options_photo_scroller_top_padding','0'),(615,2182,'_dt_album_options_photo_scroller_bottom_padding','0'),(616,2182,'_dt_album_options_photo_scroller_side_paddings','0'),(617,2182,'_dt_album_options_photo_scroller_inactive_opacity','15'),(618,2182,'_dt_album_options_photo_scroller_thumbnails_visibility','show'),(619,2182,'_dt_album_options_photo_scroller_thumbnails_width',''),(620,2182,'_dt_album_options_photo_scroller_thumbnails_height','85'),(621,2182,'_dt_album_options_photo_scroller_autoplay','play'),(622,2182,'_dt_album_options_photo_scroller_autoplay_speed','4000'),(623,2182,'_dt_album_options_photo_scroller_ls_max_width','100'),(624,2182,'_dt_album_options_photo_scroller_ls_min_width','0'),(625,2182,'_dt_album_options_photo_scroller_ls_fill_dt','fit'),(626,2182,'_dt_album_options_photo_scroller_ls_fill_mob','fit'),(627,2182,'_dt_album_options_photo_scroller_pt_max_width','100'),(628,2182,'_dt_album_options_photo_scroller_pt_min_width','0'),(629,2182,'_dt_album_options_photo_scroller_pt_fill_dt','fit'),(630,2182,'_dt_album_options_photo_scroller_pt_fill_mob','fit'),(631,2182,'_dt_album_options_mg_layout','masonry'),(632,2182,'_dt_album_options_mg_item_padding','20'),(633,2182,'_dt_album_options_mg_target_width','370'),(634,2182,'_dt_album_options_mg_columns_number','3'),(635,2182,'_dt_album_options_mg_full_width','0'),(636,2182,'_dt_album_options_mg_image_layout','original'),(637,2182,'_dt_album_options_mg_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(638,2182,'_dt_album_options_mg_load_effect','fade_in'),(639,2182,'_dt_album_options_jg_item_padding','20'),(640,2182,'_dt_album_options_jg_target_height','250'),(641,2182,'_dt_album_options_jg_full_width','0'),(642,2182,'_dt_album_options_jg_hide_last_row','0'),(643,2182,'_dt_album_options_jg_image_layout','original'),(644,2182,'_dt_album_options_jg_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(645,2182,'_dt_album_options_jg_load_effect','fade_in'),(646,2182,'_dt_album_options_exclude_featured_image','0'),(647,2182,'_dt_album_options_preview','normal'),(648,2183,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(649,2183,'_wpb_shortcodes_custom_css','.vc_custom_1542394194902{margin-top: 80px !important;}'),(650,2183,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(651,2183,'_wpb_shortcodes_custom_css','.vc_custom_1542394194902{margin-top: 80px !important;}'),(652,2183,'_edit_last','1'),(653,2183,'_wp_page_template','default'),(654,2183,'_wpb_vc_js_status','true'),(655,2183,'_wpb_vc_js_interface_version','2'),(656,2183,'slide_template','default'),(657,2183,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(658,2183,'_dt_sidebar_position','disabled'),(659,2183,'_dt_sidebar_widgetarea_id','sidebar_1'),(660,2183,'_dt_footer_show','1'),(661,2183,'_dt_footer_widgetarea_id','sidebar_2'),(662,2183,'_dt_header_title','disabled'),(663,2183,'_dt_header_background','normal'),(664,2183,'_dt_slideshow_mode','revolution'),(665,2183,'_dt_slideshow_3d_layout','fullscreen-content'),(666,2183,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(667,2183,'_dt_slideshow_layout','fullwidth'),(668,2183,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(669,2183,'_dt_slideshow_scaling','fill'),(670,2183,'_dt_slideshow_autoplay','paused'),(671,2183,'_dt_slideshow_autoslide_interval','5000'),(672,2183,'_dt_slideshow_hide_captions','0'),(673,2183,'_dt_slideshow_slides_in_raw','5'),(674,2183,'_dt_slideshow_slides_in_column','3'),(675,2183,'_dt_slideshow_revolution_slider','none'),(676,2183,'_dt_slideshow_layer_slider','none'),(677,2183,'_dt_slideshow_layer_show_bg_and_paddings','0'),(678,2183,'_dt_fancy_header_title_aligment','center'),(679,2183,'_dt_fancy_header_title_color','#ffffff'),(680,2183,'_dt_fancy_header_bg_color','#005484'),(681,2183,'_dt_fancy_header_bg_repeat','no-repeat'),(682,2183,'_dt_fancy_header_bg_position_x','center'),(683,2183,'_dt_fancy_header_bg_position_y','center'),(684,2183,'_dt_fancy_header_bg_fullscreen','1'),(685,2183,'_dt_fancy_header_height','350'),(686,2183,'_dt_fancy_header_title','ABOUT OUR AGENCY'),(687,2183,'_dt_fancy_header_subtitle','Why are we building bridges?'),(688,2183,'_dt_custom_header_logo_regular','a:0:{}'),(689,2183,'_dt_custom_header_logo_hd','a:0:{}'),(690,2183,'_dt_header_transparent_bg_opacity','50'),(691,2183,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(692,2183,'_dt_fancy_header_breadcrumbs','disabled'),(693,2183,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(694,2183,'_dt_fancy_header_breadcrumbs_bg_color','white'),(695,2183,'_dt_fancy_header_title_color_mode','color'),(696,2183,'_dt_fancy_header_subtitle_color_mode','color'),(697,2183,'_dt_header_transparent_bg_style','disabled'),(698,2183,'_dt_header_transparent_menu_text_color_mode','theme'),(699,2183,'_dt_header_transparent_menu_hover_color_mode','theme'),(700,2183,'_dt_header_transparent_menu_top_bar_color_mode','theme'),(701,2183,'_dt_header_transparent_bg_color','#000000'),(702,2183,'_dt_slideshow_photo_scroller_layout','fullscreen'),(703,2183,'_dt_slideshow_photo_scroller_bg_color','#000000'),(704,2183,'_dt_slideshow_photo_scroller_overlay','1'),(705,2183,'_dt_slideshow_photo_scroller_top_padding','0'),(706,2183,'_dt_slideshow_photo_scroller_bottom_padding','0'),(707,2183,'_dt_slideshow_photo_scroller_side_paddings','0'),(708,2183,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(709,2183,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(710,2183,'_dt_slideshow_photo_scroller_autoplay','play'),(711,2183,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(712,2183,'_dt_slideshow_photo_scroller_ls_max_width','100'),(713,2183,'_dt_slideshow_photo_scroller_ls_min_width','0'),(714,2183,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(715,2183,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(716,2183,'_dt_slideshow_photo_scroller_pt_max_width','100'),(717,2183,'_dt_slideshow_photo_scroller_pt_min_width','0'),(718,2183,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(719,2183,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(720,2183,'_dt_fancy_header_subtitle_color','#ffffff'),(721,2183,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(722,2183,'_dt_sidebar_hide_on_mobile','0'),(723,2183,'_dt_footer_hide_on_mobile','0'),(724,2183,'_dt_header_background_below_slideshow','disabled'),(725,2183,'_dt_header_transparent_bg_color_scheme','from_options'),(726,2183,'_dt_fancy_header_title_mode','generic'),(727,2183,'_wpb_shortcodes_custom_css','.vc_custom_1542394194902{margin-top: 80px !important;}'),(728,2183,'_dt_header_disabled_background','normal'),(729,2183,'_dt_header_disabled_transparent_bg_color','#000000'),(730,2183,'_dt_header_disabled_transparent_bg_opacity','50'),(731,2183,'_dt_header_disabled_transparent_bg_color_scheme','from_options'),(732,2183,'_dt_page_overrides_top_margin','0'),(733,2183,'_dt_page_overrides_bottom_margin','0'),(734,2183,'_dt_fancy_header_scroll_effect','fixed'),(735,2183,'_dt_fancy_header_bg_parallax','0.5'),(736,2183,'_dt_fancy_header_title_font_size','62'),(737,2183,'_dt_fancy_header_title_line_height','76'),(738,2183,'_dt_fancy_header_subtitle_font_size','35'),(739,2183,'_dt_fancy_header_subtitle_line_height','49'),(740,2183,'_dt_header_transparent_top_bar_bg_color',''),(741,2183,'_dt_header_transparent_top_bar_bg_opacity','0'),(742,2183,'_dt_header_disabled_transparent_top_bar_bg_color',''),(743,2183,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(744,2183,'_dt_slideshow_photo_scroller_thumbnails_width',''),(745,2183,'fake_id',''),(746,2183,'_dt_fancy_header_layout_heading',''),(747,2183,'_dt_fancy_header_padding-top',''),(748,2183,'_dt_fancy_header_padding-bottom',''),(749,2183,'_dt_fancy_header_breadcrumbs_heading',''),(750,2183,'_dt_fancy_header_title_heading',''),(751,2183,'_dt_fancy_header_uppercase','1'),(752,2183,'_dt_fancy_header_subtitle_heading',''),(753,2183,'_dt_fancy_header_subtitle_uppercase','0'),(754,2183,'_dt_fancy_header_bg_heading',''),(755,2183,'_dt_fancy_header_bg_image','a:1:{i:0;i:2543;}'),(756,2183,'_dt_fancy_header_bg_overlay','1'),(757,2183,'_dt_fancy_header_overlay_color','#0f384e'),(758,2183,'_dt_fancy_header_bg_overlay_opacity','24'),(759,2183,'_dt_content_display','no'),(760,2183,'_dt_content_position','before_items'),(761,2183,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(762,2183,'_dt_blog_options_layout','masonry'),(763,2183,'_dt_blog_options_item_padding','20'),(764,2183,'_dt_blog_options_target_width','370'),(765,2183,'_dt_blog_options_columns_number','3'),(766,2183,'_dt_blog_options_full_width','0'),(767,2183,'_dt_blog_options_posts_same_width','0'),(768,2183,'_dt_blog_options_bg_under_masonry_posts','disabled'),(769,2183,'_dt_blog_options_post_content_alignment','left'),(770,2183,'_dt_blog_options_list_layout','list'),(771,2183,'_dt_blog_options_bg_under_list_posts','1'),(772,2183,'_dt_blog_options_enable_fancy_date','1'),(773,2183,'_dt_blog_options_image_layout','original'),(774,2183,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(775,2183,'_dt_blog_options_thumb_width',''),(776,2183,'_dt_blog_options_ppp',''),(777,2183,'_dt_blog_options_load_style','ajax_pagination'),(778,2183,'_dt_blog_options_load_effect','fade_in'),(779,2183,'_dt_blog_options_show_all_pages','0'),(780,2183,'_dt_blog_options_show_exerpts','1'),(781,2183,'_dt_blog_options_show_details','1'),(782,2183,'_dt_blog_options_show_filter','0'),(783,2183,'_dt_blog_options_show_orderby','0'),(784,2183,'_dt_blog_options_show_order','0'),(785,2183,'_dt_blog_options_show_categories_in_post_meta','1'),(786,2183,'_dt_blog_options_show_date_in_post_meta','1'),(787,2183,'_dt_blog_options_show_author_in_post_meta','1'),(788,2183,'_dt_blog_options_show_comments_in_post_meta','1'),(789,2183,'_dt_blog_options_order','DESC'),(790,2183,'_dt_blog_options_orderby','date'),(791,2183,'_dt_microsite_page_layout','wide'),(792,2183,'_dt_microsite_page_loading','enabled'),(793,2183,'_dt_microsite_primary_menu',''),(794,2183,'_dt_microsite_split_left_menu',''),(795,2183,'_dt_microsite_split_right_menu',''),(796,2183,'_dt_microsite_mobile_menu',''),(797,2183,'_dt_microsite_logo_link',''),(798,2183,'main_logo_heading',''),(799,2183,'_dt_microsite_main_logo_type','default'),(800,2183,'_dt_microsite_main_logo_regular','a:0:{}'),(801,2183,'_dt_microsite_main_logo_hd','a:0:{}'),(802,2183,'transparent_logo_heading',''),(803,2183,'_dt_microsite_transparent_logo_type','default'),(804,2183,'_dt_microsite_transparent_logo_regular','a:0:{}'),(805,2183,'_dt_microsite_transparent_logo_hd','a:0:{}'),(806,2183,'_dt_microsite_mixed_logo_type','default'),(807,2183,'_dt_microsite_mixed_logo_regular','a:0:{}'),(808,2183,'_dt_microsite_mixed_logo_hd','a:0:{}'),(809,2183,'floating_logo_heading',''),(810,2183,'_dt_microsite_floating_logo_type','default'),(811,2183,'_dt_microsite_floating_logo_regular','a:0:{}'),(812,2183,'_dt_microsite_floating_logo_hd','a:0:{}'),(813,2183,'_dt_microsite_mobile_logo_type','default'),(814,2183,'_dt_microsite_mobile_logo_regular','a:0:{}'),(815,2183,'_dt_microsite_mobile_logo_hd','a:0:{}'),(816,2183,'_dt_microsite_transparent_mobile_logo_type','default'),(817,2183,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(818,2183,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(819,2183,'bottom_logo_heading',''),(820,2183,'_dt_microsite_bottom_logo_type','default'),(821,2183,'_dt_microsite_bottom_logo_regular','a:0:{}'),(822,2183,'_dt_microsite_bottom_logo_hd','a:0:{}'),(823,2183,'favicon_heading',''),(824,2183,'_dt_microsite_favicon_type','default'),(825,2183,'_dt_microsite_favicon','a:0:{}'),(826,2183,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(827,2183,'_dt_portfolio_options_list_layout','list'),(828,2183,'_dt_portfolio_options_bg_under_list_posts','1'),(829,2183,'_dt_portfolio_options_list_hover_bg_color','theme'),(830,2183,'_dt_portfolio_options_masonry_layout','masonry'),(831,2183,'_dt_portfolio_options_item_padding','20'),(832,2183,'_dt_portfolio_options_target_height','250'),(833,2183,'_dt_portfolio_options_target_width','370'),(834,2183,'_dt_portfolio_options_columns_number','3'),(835,2183,'_dt_portfolio_options_full_width','0'),(836,2183,'_dt_portfolio_options_description','under_image'),(837,2183,'_dt_portfolio_options_hover_animation','fade'),(838,2183,'_dt_portfolio_options_hover_bg_color','theme'),(839,2183,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(840,2183,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(841,2183,'_dt_portfolio_options_post_content_alignment','left'),(842,2183,'_dt_portfolio_options_bg_post_content_alignment','center'),(843,2183,'_dt_portfolio_options_lines_animation_effect','1'),(844,2183,'_dt_portfolio_options_title_visibility','on_hoover'),(845,2183,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(846,2183,'_dt_portfolio_options_jgrid_hover_animation','fade'),(847,2183,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(848,2183,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(849,2183,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(850,2183,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(851,2183,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(852,2183,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(853,2183,'_dt_portfolio_options_posts_same_width','0'),(854,2183,'_dt_portfolio_options_hide_last_row','0'),(855,2183,'_dt_portfolio_options_image_layout','original'),(856,2183,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(857,2183,'_dt_portfolio_options_thumb_width',''),(858,2183,'_dt_portfolio_options_ppp',''),(859,2183,'_dt_portfolio_options_load_style','ajax_pagination'),(860,2183,'_dt_portfolio_options_load_effect','fade_in'),(861,2183,'_dt_portfolio_options_show_titles','1'),(862,2183,'_dt_portfolio_options_show_exerpts','1'),(863,2183,'_dt_portfolio_options_show_categories_in_post_meta','1'),(864,2183,'_dt_portfolio_options_show_date_in_post_meta','1'),(865,2183,'_dt_portfolio_options_show_author_in_post_meta','1'),(866,2183,'_dt_portfolio_options_show_comments_in_post_meta','1'),(867,2183,'_dt_portfolio_options_show_details','1'),(868,2183,'_dt_portfolio_options_show_links','1'),(869,2183,'_dt_portfolio_options_show_zoom','1'),(870,2183,'_dt_portfolio_options_show_details_buttons','1'),(871,2183,'_dt_portfolio_options_show_filter','1'),(872,2183,'_dt_portfolio_options_show_orderby','1'),(873,2183,'_dt_portfolio_options_show_order','1'),(874,2183,'_dt_portfolio_options_show_all_pages','0'),(875,2183,'_dt_portfolio_options_order','DESC'),(876,2183,'_dt_portfolio_options_orderby','date'),(877,2183,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(878,2183,'_dt_team_options_masonry_layout','masonry'),(879,2183,'_dt_team_options_item_padding','20'),(880,2183,'_dt_team_options_target_width','370'),(881,2183,'_dt_team_options_columns_number','3'),(882,2183,'_dt_team_options_full_width','0'),(883,2183,'_dt_team_options_bg_under_posts','1'),(884,2183,'_dt_team_options_image_layout','original'),(885,2183,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(886,2183,'_dt_team_options_round_images','0'),(887,2183,'_dt_team_options_show_exerpts','1'),(888,2183,'_dt_team_options_ppp',''),(889,2183,'_dt_team_options_order','DESC'),(890,2183,'_dt_team_options_orderby','date'),(891,2183,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(892,2183,'_dt_testimonials_options_masonry_layout','masonry'),(893,2183,'_dt_testimonials_options_item_padding','20'),(894,2183,'_dt_testimonials_options_target_width','370'),(895,2183,'_dt_testimonials_options_columns_number','3'),(896,2183,'_dt_testimonials_options_full_width','0'),(897,2183,'_dt_testimonials_options_ppp',''),(898,2183,'_dt_testimonials_options_load_style','ajax_pagination'),(899,2183,'_dt_testimonials_options_load_effect','fade_in'),(900,2183,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(901,2183,'_dt_albums_options_layout','masonry'),(902,2183,'_dt_albums_options_item_padding','20'),(903,2183,'_dt_albums_options_target_height','250'),(904,2183,'_dt_albums_options_target_width','370'),(905,2183,'_dt_albums_options_columns_number','3'),(906,2183,'_dt_albums_options_full_width','0'),(907,2183,'_dt_albums_options_description','under_image'),(908,2183,'_dt_albums_options_hover_animation','fade'),(909,2183,'_dt_albums_options_hover_bg_color','theme'),(910,2183,'_dt_albums_options_bg_under_masonry_posts','disabled'),(911,2183,'_dt_albums_options_hover_content_visibility','on_hoover'),(912,2183,'_dt_albums_options_post_content_alignment','left'),(913,2183,'_dt_albums_options_bg_post_content_alignment','center'),(914,2183,'_dt_albums_options_lines_animation_effect','1'),(915,2183,'_dt_albums_options_title_visibility','on_hoover'),(916,2183,'_dt_albums_options_posts_same_width','0'),(917,2183,'_dt_albums_options_hide_last_row','0'),(918,2183,'_dt_albums_options_jgrid_description','on_hoover_centered'),(919,2183,'_dt_albums_options_jgrid_hover_animation','fade'),(920,2183,'_dt_albums_options_jgrid_hover_bg_color','theme'),(921,2183,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(922,2183,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(923,2183,'_dt_albums_options_jgrid_post_content_alignment','left'),(924,2183,'_dt_albums_options_jgrid_lines_animation_effect','1'),(925,2183,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(926,2183,'_dt_albums_options_image_layout','original'),(927,2183,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(928,2183,'_dt_albums_options_ppp',''),(929,2183,'_dt_albums_options_load_style','ajax_pagination'),(930,2183,'_dt_albums_options_load_effect','fade_in'),(931,2183,'_dt_albums_options_show_titles','1'),(932,2183,'_dt_albums_options_show_exerpts','1'),(933,2183,'_dt_albums_options_show_round_miniatures','1'),(934,2183,'_dt_albums_options_show_categories_in_post_meta','1'),(935,2183,'_dt_albums_options_show_date_in_post_meta','1'),(936,2183,'_dt_albums_options_show_author_in_post_meta','1'),(937,2183,'_dt_albums_options_show_comments_in_post_meta','1'),(938,2183,'_dt_albums_options_show_numbers_in_post_meta','1'),(939,2183,'_dt_albums_options_show_filter','1'),(940,2183,'_dt_albums_options_show_orderby','1'),(941,2183,'_dt_albums_options_show_order','1'),(942,2183,'_dt_albums_options_show_all_pages','0'),(943,2183,'_dt_albums_options_order','DESC'),(944,2183,'_dt_albums_options_orderby','date'),(945,2183,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(946,2183,'_dt_media_options_layout','masonry'),(947,2183,'_dt_media_options_item_padding','20'),(948,2183,'_dt_media_options_target_height','250'),(949,2183,'_dt_media_options_target_width','370'),(950,2183,'_dt_media_options_columns_number','3'),(951,2183,'_dt_media_options_full_width','0'),(952,2183,'_dt_media_options_hide_last_row','0'),(953,2183,'_dt_media_options_image_layout','original'),(954,2183,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(955,2183,'_dt_media_options_ppp',''),(956,2183,'_dt_media_options_load_style','ajax_pagination'),(957,2183,'_dt_media_options_load_effect','fade_in'),(958,2183,'_dt_media_options_show_titles','1'),(959,2183,'_dt_media_options_show_exerpts','1'),(960,2183,'_dt_media_options_show_all_pages','0'),(961,2183,'_dt_media_options_order','DESC'),(962,2183,'_dt_media_options_orderby','date'),(964,2184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(965,2184,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529686751984{padding-bottom: 30px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529671037502{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1529671526513{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}.vc_custom_1529671530735{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}.vc_custom_1529671534698{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}.vc_custom_1529671538803{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}.vc_custom_1529691568508{padding-bottom: 30px !important;}.vc_custom_1529701207800{padding-bottom: 30px !important;}.vc_custom_1529701175220{padding-bottom: 30px !important;}.vc_custom_1529701139631{padding-bottom: 30px !important;}'),(966,2184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(967,2184,'_edit_last','1'),(968,2184,'_wp_page_template','default'),(969,2184,'_wpb_vc_js_status','true'),(970,2184,'_wpb_vc_js_interface_version','2'),(971,2184,'slide_template','default'),(972,2184,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(973,2184,'_dt_sidebar_position','disabled'),(974,2184,'_dt_sidebar_widgetarea_id','sidebar_1'),(975,2184,'_dt_footer_show','1'),(976,2184,'_dt_footer_widgetarea_id','sidebar_2'),(977,2184,'_dt_header_title','enabled'),(978,2184,'_dt_header_background','transparent'),(979,2184,'_dt_slideshow_mode','revolution'),(980,2184,'_dt_slideshow_3d_layout','fullscreen-content'),(981,2184,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(982,2184,'_dt_slideshow_layout','fullwidth'),(983,2184,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(984,2184,'_dt_slideshow_scaling','fill'),(985,2184,'_dt_slideshow_autoplay','paused'),(986,2184,'_dt_slideshow_autoslide_interval','5000'),(987,2184,'_dt_slideshow_hide_captions','0'),(988,2184,'_dt_slideshow_slides_in_raw','5'),(989,2184,'_dt_slideshow_slides_in_column','3'),(990,2184,'_dt_slideshow_revolution_slider','none'),(991,2184,'_dt_slideshow_layer_slider','none'),(992,2184,'_dt_slideshow_layer_show_bg_and_paddings','0'),(993,2184,'_dt_fancy_header_title_aligment','center'),(994,2184,'_dt_fancy_header_title_color','#ffffff'),(995,2184,'_dt_fancy_header_bg_color','#005484'),(996,2184,'_dt_fancy_header_bg_repeat','no-repeat'),(997,2184,'_dt_fancy_header_bg_position_x','center'),(998,2184,'_dt_fancy_header_bg_position_y','center'),(999,2184,'_dt_fancy_header_bg_fullscreen','1'),(1000,2184,'_dt_fancy_header_height','350'),(1001,2184,'_dt_fancy_header_title','OUR SERVICES'),(1002,2184,'_dt_fancy_header_subtitle','Looking forward to work with you!'),(1003,2184,'_dt_header_transparent_bg_opacity','50'),(1004,2184,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(1005,2184,'_dt_header_transparent_bg_style','disabled'),(1006,2184,'_dt_header_transparent_menu_text_color_mode','theme'),(1007,2184,'_dt_header_transparent_menu_hover_color_mode','theme'),(1008,2184,'_dt_header_transparent_menu_top_bar_color_mode','theme'),(1009,2184,'_dt_fancy_header_breadcrumbs','disabled'),(1010,2184,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(1011,2184,'_dt_fancy_header_breadcrumbs_bg_color','white'),(1012,2184,'_dt_fancy_header_title_color_mode','color'),(1013,2184,'_dt_fancy_header_subtitle_color_mode','accent'),(1014,2184,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1015,2184,'_dt_sidebar_hide_on_mobile','0'),(1016,2184,'_dt_footer_hide_on_mobile','0'),(1017,2184,'_dt_header_transparent_bg_color','#000000'),(1018,2184,'_dt_slideshow_photo_scroller_layout','fullscreen'),(1019,2184,'_dt_slideshow_photo_scroller_bg_color','#000000'),(1020,2184,'_dt_slideshow_photo_scroller_overlay','1'),(1021,2184,'_dt_slideshow_photo_scroller_top_padding','0'),(1022,2184,'_dt_slideshow_photo_scroller_bottom_padding','0'),(1023,2184,'_dt_slideshow_photo_scroller_side_paddings','0'),(1024,2184,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(1025,2184,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(1026,2184,'_dt_slideshow_photo_scroller_autoplay','play'),(1027,2184,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(1028,2184,'_dt_slideshow_photo_scroller_ls_max_width','100'),(1029,2184,'_dt_slideshow_photo_scroller_ls_min_width','0'),(1030,2184,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(1031,2184,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(1032,2184,'_dt_slideshow_photo_scroller_pt_max_width','100'),(1033,2184,'_dt_slideshow_photo_scroller_pt_min_width','0'),(1034,2184,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(1035,2184,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(1036,2184,'_dt_fancy_header_title_mode','custom'),(1037,2184,'_dt_fancy_header_subtitle_color','#ffffff'),(1038,2184,'_dt_header_background_below_slideshow','disabled'),(1039,2184,'_dt_header_transparent_bg_color_scheme','from_options'),(1040,2184,'_dt_header_disabled_background','transparent'),(1041,2184,'_dt_header_disabled_transparent_bg_color','#000000'),(1042,2184,'_dt_header_disabled_transparent_bg_opacity','50'),(1043,2184,'_dt_header_disabled_transparent_bg_color_scheme','from_options'),(1044,2184,'_dt_page_overrides_top_margin','0'),(1045,2184,'_dt_page_overrides_bottom_margin','0'),(1046,2184,'_dt_fancy_header_scroll_effect','parallax'),(1047,2184,'_dt_fancy_header_bg_parallax','0.5'),(1048,2184,'_dt_fancy_header_title_font_size','52'),(1049,2184,'_dt_fancy_header_title_line_height','62'),(1050,2184,'_dt_fancy_header_subtitle_font_size','26'),(1051,2184,'_dt_fancy_header_subtitle_line_height','36'),(1052,2184,'_dt_header_transparent_top_bar_bg_color',''),(1053,2184,'_dt_header_transparent_top_bar_bg_opacity','0'),(1054,2184,'_dt_header_disabled_transparent_top_bar_bg_color',''),(1055,2184,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(1056,2184,'_dt_slideshow_photo_scroller_thumbnails_width',''),(1057,2184,'fake_id',''),(1058,2184,'_dt_fancy_header_layout_heading',''),(1059,2184,'_dt_fancy_header_padding-top',''),(1060,2184,'_dt_fancy_header_padding-bottom',''),(1061,2184,'_dt_fancy_header_breadcrumbs_heading',''),(1062,2184,'_dt_fancy_header_title_heading',''),(1063,2184,'_dt_fancy_header_uppercase','0'),(1064,2184,'_dt_fancy_header_subtitle_heading',''),(1065,2184,'_dt_fancy_header_subtitle_uppercase','0'),(1066,2184,'_dt_fancy_header_bg_heading',''),(1067,2184,'_dt_fancy_header_bg_image','a:0:{}'),(1068,2184,'_dt_fancy_header_bg_overlay','0'),(1069,2184,'_dt_fancy_header_overlay_color',''),(1070,2184,'_dt_fancy_header_bg_overlay_opacity','0'),(1071,2184,'_dt_content_display','no'),(1072,2184,'_dt_content_position','before_items'),(1073,2184,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1074,2184,'_dt_blog_options_layout','masonry'),(1075,2184,'_dt_blog_options_item_padding','20'),(1076,2184,'_dt_blog_options_target_width','370'),(1077,2184,'_dt_blog_options_columns_number','3'),(1078,2184,'_dt_blog_options_full_width','0'),(1079,2184,'_dt_blog_options_posts_same_width','0'),(1080,2184,'_dt_blog_options_bg_under_masonry_posts','disabled'),(1081,2184,'_dt_blog_options_post_content_alignment','left'),(1082,2184,'_dt_blog_options_list_layout','list'),(1083,2184,'_dt_blog_options_bg_under_list_posts','1'),(1084,2184,'_dt_blog_options_enable_fancy_date','1'),(1085,2184,'_dt_blog_options_image_layout','original'),(1086,2184,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1087,2184,'_dt_blog_options_thumb_width',''),(1088,2184,'_dt_blog_options_ppp',''),(1089,2184,'_dt_blog_options_load_style','ajax_pagination'),(1090,2184,'_dt_blog_options_load_effect','fade_in'),(1091,2184,'_dt_blog_options_show_all_pages','0'),(1092,2184,'_dt_blog_options_show_exerpts','1'),(1093,2184,'_dt_blog_options_show_details','1'),(1094,2184,'_dt_blog_options_show_filter','0'),(1095,2184,'_dt_blog_options_show_orderby','0'),(1096,2184,'_dt_blog_options_show_order','0'),(1097,2184,'_dt_blog_options_show_categories_in_post_meta','1'),(1098,2184,'_dt_blog_options_show_date_in_post_meta','1'),(1099,2184,'_dt_blog_options_show_author_in_post_meta','1'),(1100,2184,'_dt_blog_options_show_comments_in_post_meta','1'),(1101,2184,'_dt_blog_options_order','DESC'),(1102,2184,'_dt_blog_options_orderby','date'),(1103,2184,'_dt_microsite_page_layout','wide'),(1104,2184,'_dt_microsite_page_loading','enabled'),(1105,2184,'_dt_microsite_primary_menu',''),(1106,2184,'_dt_microsite_split_left_menu',''),(1107,2184,'_dt_microsite_split_right_menu',''),(1108,2184,'_dt_microsite_mobile_menu',''),(1109,2184,'_dt_microsite_logo_link',''),(1110,2184,'main_logo_heading',''),(1111,2184,'_dt_microsite_main_logo_type','default'),(1112,2184,'_dt_microsite_main_logo_regular','a:0:{}'),(1113,2184,'_dt_microsite_main_logo_hd','a:0:{}'),(1114,2184,'transparent_logo_heading',''),(1115,2184,'_dt_microsite_transparent_logo_type','default'),(1116,2184,'_dt_microsite_transparent_logo_regular','a:0:{}'),(1117,2184,'_dt_microsite_transparent_logo_hd','a:0:{}'),(1118,2184,'_dt_microsite_mixed_logo_type','default'),(1119,2184,'_dt_microsite_mixed_logo_regular','a:0:{}'),(1120,2184,'_dt_microsite_mixed_logo_hd','a:0:{}'),(1121,2184,'floating_logo_heading',''),(1122,2184,'_dt_microsite_floating_logo_type','default'),(1123,2184,'_dt_microsite_floating_logo_regular','a:0:{}'),(1124,2184,'_dt_microsite_floating_logo_hd','a:0:{}'),(1125,2184,'_dt_microsite_mobile_logo_type','default'),(1126,2184,'_dt_microsite_mobile_logo_regular','a:0:{}'),(1127,2184,'_dt_microsite_mobile_logo_hd','a:0:{}'),(1128,2184,'_dt_microsite_transparent_mobile_logo_type','default'),(1129,2184,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(1130,2184,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(1131,2184,'bottom_logo_heading',''),(1132,2184,'_dt_microsite_bottom_logo_type','default'),(1133,2184,'_dt_microsite_bottom_logo_regular','a:0:{}'),(1134,2184,'_dt_microsite_bottom_logo_hd','a:0:{}'),(1135,2184,'favicon_heading',''),(1136,2184,'_dt_microsite_favicon_type','default'),(1137,2184,'_dt_microsite_favicon','a:0:{}'),(1138,2184,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1139,2184,'_dt_portfolio_options_list_layout','list'),(1140,2184,'_dt_portfolio_options_bg_under_list_posts','1'),(1141,2184,'_dt_portfolio_options_list_hover_bg_color','theme'),(1142,2184,'_dt_portfolio_options_masonry_layout','masonry'),(1143,2184,'_dt_portfolio_options_item_padding','20'),(1144,2184,'_dt_portfolio_options_target_height','250'),(1145,2184,'_dt_portfolio_options_target_width','370'),(1146,2184,'_dt_portfolio_options_columns_number','3'),(1147,2184,'_dt_portfolio_options_full_width','0'),(1148,2184,'_dt_portfolio_options_description','under_image'),(1149,2184,'_dt_portfolio_options_hover_animation','fade'),(1150,2184,'_dt_portfolio_options_hover_bg_color','theme'),(1151,2184,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(1152,2184,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(1153,2184,'_dt_portfolio_options_post_content_alignment','left'),(1154,2184,'_dt_portfolio_options_bg_post_content_alignment','center'),(1155,2184,'_dt_portfolio_options_lines_animation_effect','1'),(1156,2184,'_dt_portfolio_options_title_visibility','on_hoover'),(1157,2184,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(1158,2184,'_dt_portfolio_options_jgrid_hover_animation','fade'),(1159,2184,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(1160,2184,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(1161,2184,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(1162,2184,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(1163,2184,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(1164,2184,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(1165,2184,'_dt_portfolio_options_posts_same_width','0'),(1166,2184,'_dt_portfolio_options_hide_last_row','0'),(1167,2184,'_dt_portfolio_options_image_layout','original'),(1168,2184,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1169,2184,'_dt_portfolio_options_thumb_width',''),(1170,2184,'_dt_portfolio_options_ppp',''),(1171,2184,'_dt_portfolio_options_load_style','ajax_pagination'),(1172,2184,'_dt_portfolio_options_load_effect','fade_in'),(1173,2184,'_dt_portfolio_options_show_titles','1'),(1174,2184,'_dt_portfolio_options_show_exerpts','1'),(1175,2184,'_dt_portfolio_options_show_categories_in_post_meta','1'),(1176,2184,'_dt_portfolio_options_show_date_in_post_meta','1'),(1177,2184,'_dt_portfolio_options_show_author_in_post_meta','1'),(1178,2184,'_dt_portfolio_options_show_comments_in_post_meta','1'),(1179,2184,'_dt_portfolio_options_show_details','1'),(1180,2184,'_dt_portfolio_options_show_links','1'),(1181,2184,'_dt_portfolio_options_show_zoom','1'),(1182,2184,'_dt_portfolio_options_show_details_buttons','1'),(1183,2184,'_dt_portfolio_options_show_filter','1'),(1184,2184,'_dt_portfolio_options_show_orderby','1'),(1185,2184,'_dt_portfolio_options_show_order','1'),(1186,2184,'_dt_portfolio_options_show_all_pages','0'),(1187,2184,'_dt_portfolio_options_order','DESC'),(1188,2184,'_dt_portfolio_options_orderby','date'),(1189,2184,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1190,2184,'_dt_team_options_masonry_layout','masonry'),(1191,2184,'_dt_team_options_item_padding','20'),(1192,2184,'_dt_team_options_target_width','370'),(1193,2184,'_dt_team_options_columns_number','3'),(1194,2184,'_dt_team_options_full_width','0'),(1195,2184,'_dt_team_options_bg_under_posts','1'),(1196,2184,'_dt_team_options_image_layout','original'),(1197,2184,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1198,2184,'_dt_team_options_round_images','0'),(1199,2184,'_dt_team_options_show_exerpts','1'),(1200,2184,'_dt_team_options_ppp',''),(1201,2184,'_dt_team_options_order','DESC'),(1202,2184,'_dt_team_options_orderby','date'),(1203,2184,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1204,2184,'_dt_testimonials_options_masonry_layout','masonry'),(1205,2184,'_dt_testimonials_options_item_padding','20'),(1206,2184,'_dt_testimonials_options_target_width','370'),(1207,2184,'_dt_testimonials_options_columns_number','3'),(1208,2184,'_dt_testimonials_options_full_width','0'),(1209,2184,'_dt_testimonials_options_ppp',''),(1210,2184,'_dt_testimonials_options_load_style','ajax_pagination'),(1211,2184,'_dt_testimonials_options_load_effect','fade_in'),(1212,2184,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(1213,2184,'_dt_albums_options_layout','masonry'),(1214,2184,'_dt_albums_options_item_padding','20'),(1215,2184,'_dt_albums_options_target_height','250'),(1216,2184,'_dt_albums_options_target_width','370'),(1217,2184,'_dt_albums_options_columns_number','3'),(1218,2184,'_dt_albums_options_full_width','0'),(1219,2184,'_dt_albums_options_description','under_image'),(1220,2184,'_dt_albums_options_hover_animation','fade'),(1221,2184,'_dt_albums_options_hover_bg_color','theme'),(1222,2184,'_dt_albums_options_bg_under_masonry_posts','disabled'),(1223,2184,'_dt_albums_options_hover_content_visibility','on_hoover'),(1224,2184,'_dt_albums_options_post_content_alignment','left'),(1225,2184,'_dt_albums_options_bg_post_content_alignment','center'),(1226,2184,'_dt_albums_options_lines_animation_effect','1'),(1227,2184,'_dt_albums_options_title_visibility','on_hoover'),(1228,2184,'_dt_albums_options_posts_same_width','0'),(1229,2184,'_dt_albums_options_hide_last_row','0'),(1230,2184,'_dt_albums_options_jgrid_description','on_hoover_centered'),(1231,2184,'_dt_albums_options_jgrid_hover_animation','fade'),(1232,2184,'_dt_albums_options_jgrid_hover_bg_color','theme'),(1233,2184,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(1234,2184,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(1235,2184,'_dt_albums_options_jgrid_post_content_alignment','left'),(1236,2184,'_dt_albums_options_jgrid_lines_animation_effect','1'),(1237,2184,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(1238,2184,'_dt_albums_options_image_layout','original'),(1239,2184,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1240,2184,'_dt_albums_options_ppp',''),(1241,2184,'_dt_albums_options_load_style','ajax_pagination'),(1242,2184,'_dt_albums_options_load_effect','fade_in'),(1243,2184,'_dt_albums_options_show_titles','1'),(1244,2184,'_dt_albums_options_show_exerpts','1'),(1245,2184,'_dt_albums_options_show_round_miniatures','1'),(1246,2184,'_dt_albums_options_show_categories_in_post_meta','1'),(1247,2184,'_dt_albums_options_show_date_in_post_meta','1'),(1248,2184,'_dt_albums_options_show_author_in_post_meta','1'),(1249,2184,'_dt_albums_options_show_comments_in_post_meta','1'),(1250,2184,'_dt_albums_options_show_numbers_in_post_meta','1'),(1251,2184,'_dt_albums_options_show_filter','1'),(1252,2184,'_dt_albums_options_show_orderby','1'),(1253,2184,'_dt_albums_options_show_order','1'),(1254,2184,'_dt_albums_options_show_all_pages','0'),(1255,2184,'_dt_albums_options_order','DESC'),(1256,2184,'_dt_albums_options_orderby','date'),(1257,2184,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(1258,2184,'_dt_media_options_layout','masonry'),(1259,2184,'_dt_media_options_item_padding','20'),(1260,2184,'_dt_media_options_target_height','250'),(1261,2184,'_dt_media_options_target_width','370'),(1262,2184,'_dt_media_options_columns_number','3'),(1263,2184,'_dt_media_options_full_width','0'),(1264,2184,'_dt_media_options_hide_last_row','0'),(1265,2184,'_dt_media_options_image_layout','original'),(1266,2184,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1267,2184,'_dt_media_options_ppp',''),(1268,2184,'_dt_media_options_load_style','ajax_pagination'),(1269,2184,'_dt_media_options_load_effect','fade_in'),(1270,2184,'_dt_media_options_show_titles','1'),(1271,2184,'_dt_media_options_show_exerpts','1'),(1272,2184,'_dt_media_options_show_all_pages','0'),(1273,2184,'_dt_media_options_order','DESC'),(1274,2184,'_dt_media_options_orderby','date'),(1275,2184,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529686751984{padding-bottom: 30px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529671037502{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1529671526513{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}.vc_custom_1529671530735{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}.vc_custom_1529671534698{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}.vc_custom_1529671538803{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}.vc_custom_1529691568508{padding-bottom: 30px !important;}.vc_custom_1529701207800{padding-bottom: 30px !important;}.vc_custom_1529701175220{padding-bottom: 30px !important;}.vc_custom_1529701139631{padding-bottom: 30px !important;}'),(1276,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1277,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1278,9,'_edit_last','1'),(1279,9,'_wp_page_template','default'),(1280,9,'_wpb_vc_js_status','true'),(1281,9,'_wpb_vc_js_interface_version','2'),(1282,9,'slide_template','default'),(1283,9,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1284,9,'_dt_sidebar_position','disabled'),(1285,9,'_dt_sidebar_widgetarea_id','sidebar_1'),(1286,9,'_dt_footer_show','1'),(1287,9,'_dt_footer_widgetarea_id','sidebar_2'),(1288,9,'_dt_header_title','enabled'),(1289,9,'_dt_header_background','transparent'),(1290,9,'_dt_slideshow_mode','revolution'),(1291,9,'_dt_slideshow_3d_layout','fullscreen-content'),(1292,9,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1293,9,'_dt_slideshow_layout','fullwidth'),(1294,9,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1295,9,'_dt_slideshow_scaling','fill'),(1296,9,'_dt_slideshow_autoplay','paused'),(1297,9,'_dt_slideshow_autoslide_interval','5000'),(1298,9,'_dt_slideshow_hide_captions','0'),(1299,9,'_dt_slideshow_slides_in_raw','5'),(1300,9,'_dt_slideshow_slides_in_column','3'),(1301,9,'_dt_slideshow_revolution_slider','none'),(1302,9,'_dt_slideshow_layer_slider','none'),(1303,9,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1304,9,'_dt_fancy_header_title_aligment','center'),(1305,9,'_dt_fancy_header_title_color','#ffffff'),(1306,9,'_dt_fancy_header_bg_color','#005484'),(1307,9,'_dt_fancy_header_bg_repeat','no-repeat'),(1308,9,'_dt_fancy_header_bg_position_x','center'),(1309,9,'_dt_fancy_header_bg_position_y','center'),(1310,9,'_dt_fancy_header_bg_fullscreen','1'),(1311,9,'_dt_fancy_header_height','350'),(1312,9,'_dt_content_display','no'),(1313,9,'_dt_content_position','before_items'),(1314,9,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1315,9,'_dt_portfolio_options_list_layout','list'),(1316,9,'_dt_portfolio_options_masonry_layout','masonry'),(1317,9,'_dt_portfolio_options_item_padding','2'),(1318,9,'_dt_portfolio_options_target_height','250'),(1319,9,'_dt_portfolio_options_target_width','330'),(1320,9,'_dt_portfolio_options_full_width','1'),(1321,9,'_dt_portfolio_options_description','on_hoover_centered'),(1322,9,'_dt_portfolio_options_under_image_buttons','on_hoover'),(1323,9,'_dt_portfolio_options_hover_animation','redirection_aware'),(1324,9,'_dt_portfolio_options_hover_bg_color','theme'),(1325,9,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(1326,9,'_dt_portfolio_options_jgrid_under_image_buttons','under_image'),(1327,9,'_dt_portfolio_options_jgrid_hover_animation','fade'),(1328,9,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(1329,9,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(1330,9,'_dt_portfolio_options_posts_same_width','0'),(1331,9,'_dt_portfolio_options_hide_last_row','0'),(1332,9,'_dt_portfolio_options_image_layout','original'),(1333,9,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"3\";s:6:\"height\";s:1:\"2\";}'),(1334,9,'_dt_portfolio_options_load_style','lazy_loading'),(1335,9,'_dt_portfolio_options_show_titles','1'),(1336,9,'_dt_portfolio_options_show_exerpts','0'),(1337,9,'_dt_portfolio_options_show_terms','1'),(1338,9,'_dt_portfolio_options_show_details','1'),(1339,9,'_dt_portfolio_options_show_links','1'),(1340,9,'_dt_portfolio_options_show_zoom','1'),(1341,9,'_dt_portfolio_options_show_filter','1'),(1342,9,'_dt_portfolio_options_show_ordering','1'),(1343,9,'_dt_portfolio_options_show_all_pages','0'),(1344,9,'_dt_portfolio_options_order','DESC'),(1345,9,'_dt_portfolio_options_orderby','date'),(1346,9,'_dt_portfolio_options_ppp','14'),(1347,9,'_dt_fancy_header_title','OUR PORTFOLIO'),(1348,9,'_dt_fancy_header_subtitle','Best of our projects'),(1349,9,'_dt_custom_header_logo_regular','a:0:{}'),(1350,9,'_dt_custom_header_logo_hd','a:0:{}'),(1351,9,'_dt_header_transparent_bg_opacity','50'),(1352,9,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(1353,9,'_dt_portfolio_options_columns_number','6'),(1354,9,'_dt_portfolio_options_load_effect','fade_in'),(1355,9,'_dt_portfolio_options_show_categories_in_post_meta','1'),(1356,9,'_dt_portfolio_options_show_date_in_post_meta','1'),(1357,9,'_dt_portfolio_options_show_author_in_post_meta','0'),(1358,9,'_dt_portfolio_options_show_comments_in_post_meta','0'),(1359,9,'_dt_portfolio_options_show_orderby','0'),(1360,9,'_dt_portfolio_options_show_order','0'),(1361,9,'_dt_header_transparent_bg_style','disabled'),(1362,9,'_dt_header_transparent_menu_text_color_mode','theme'),(1363,9,'_dt_header_transparent_menu_hover_color_mode','theme'),(1364,9,'_dt_header_transparent_menu_top_bar_color_mode','theme'),(1365,9,'_dt_fancy_header_breadcrumbs','disabled'),(1366,9,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(1367,9,'_dt_fancy_header_breadcrumbs_bg_color','white'),(1368,9,'_dt_fancy_header_title_color_mode','color'),(1369,9,'_dt_fancy_header_subtitle_color_mode','accent'),(1370,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1371,9,'_dt_sidebar_hide_on_mobile','0'),(1372,9,'_dt_footer_hide_on_mobile','0'),(1373,9,'_dt_header_background_below_slideshow','disabled'),(1374,9,'_dt_header_transparent_bg_color','#000000'),(1375,9,'_dt_header_transparent_bg_color_scheme','from_options'),(1376,9,'_dt_slideshow_photo_scroller_layout','fullscreen'),(1377,9,'_dt_slideshow_photo_scroller_bg_color','#000000'),(1378,9,'_dt_slideshow_photo_scroller_overlay','1'),(1379,9,'_dt_slideshow_photo_scroller_top_padding','0'),(1380,9,'_dt_slideshow_photo_scroller_bottom_padding','0'),(1381,9,'_dt_slideshow_photo_scroller_side_paddings','0'),(1382,9,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(1383,9,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(1384,9,'_dt_slideshow_photo_scroller_autoplay','play'),(1385,9,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(1386,9,'_dt_slideshow_photo_scroller_ls_max_width','100'),(1387,9,'_dt_slideshow_photo_scroller_ls_min_width','0'),(1388,9,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(1389,9,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(1390,9,'_dt_slideshow_photo_scroller_pt_max_width','100'),(1391,9,'_dt_slideshow_photo_scroller_pt_min_width','0'),(1392,9,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(1393,9,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(1394,9,'_dt_fancy_header_title_mode','custom'),(1395,9,'_dt_fancy_header_subtitle_color','#ffffff'),(1396,9,'_dt_portfolio_options_bg_under_list_posts','1'),(1397,9,'_dt_portfolio_options_list_hover_bg_color','theme'),(1398,9,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(1399,9,'_dt_portfolio_options_post_content_alignment','left'),(1400,9,'_dt_portfolio_options_bg_post_content_alignment','center'),(1401,9,'_dt_portfolio_options_lines_animation_effect','1'),(1402,9,'_dt_portfolio_options_title_visibility','on_hoover'),(1403,9,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(1404,9,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(1405,9,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(1406,9,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(1407,9,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(1408,9,'_dt_portfolio_options_show_details_buttons','1'),(1409,9,'_dt_header_disabled_background','transparent'),(1410,9,'_dt_header_disabled_transparent_bg_color','#000000'),(1411,9,'_dt_header_disabled_transparent_bg_opacity','50'),(1412,9,'_dt_header_disabled_transparent_bg_color_scheme','from_options'),(1413,9,'_dt_page_overrides_top_margin','0'),(1414,9,'_dt_page_overrides_bottom_margin','0'),(1415,9,'_dt_fancy_header_scroll_effect','parallax'),(1416,9,'_dt_fancy_header_bg_parallax','0.5'),(1417,9,'_dt_fancy_header_title_font_size','52'),(1418,9,'_dt_fancy_header_title_line_height','62'),(1419,9,'_dt_fancy_header_subtitle_font_size','26'),(1420,9,'_dt_fancy_header_subtitle_line_height','36'),(1421,9,'_dt_header_transparent_top_bar_bg_color',''),(1422,9,'_dt_header_transparent_top_bar_bg_opacity','0'),(1423,9,'_dt_header_disabled_transparent_top_bar_bg_color',''),(1424,9,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(1425,9,'_dt_slideshow_photo_scroller_thumbnails_width',''),(1426,9,'fake_id',''),(1427,9,'_dt_fancy_header_layout_heading',''),(1428,9,'_dt_fancy_header_padding-top',''),(1429,9,'_dt_fancy_header_padding-bottom',''),(1430,9,'_dt_fancy_header_breadcrumbs_heading',''),(1431,9,'_dt_fancy_header_title_heading',''),(1432,9,'_dt_fancy_header_uppercase','0'),(1433,9,'_dt_fancy_header_subtitle_heading',''),(1434,9,'_dt_fancy_header_subtitle_uppercase','0'),(1435,9,'_dt_fancy_header_bg_heading',''),(1436,9,'_dt_fancy_header_bg_image','a:0:{}'),(1437,9,'_dt_fancy_header_bg_overlay','0'),(1438,9,'_dt_fancy_header_overlay_color',''),(1439,9,'_dt_fancy_header_bg_overlay_opacity','0'),(1440,9,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1441,9,'_dt_blog_options_layout','masonry'),(1442,9,'_dt_blog_options_item_padding','20'),(1443,9,'_dt_blog_options_target_width','370'),(1444,9,'_dt_blog_options_columns_number','3'),(1445,9,'_dt_blog_options_full_width','0'),(1446,9,'_dt_blog_options_posts_same_width','0'),(1447,9,'_dt_blog_options_bg_under_masonry_posts','disabled'),(1448,9,'_dt_blog_options_post_content_alignment','left'),(1449,9,'_dt_blog_options_list_layout','list'),(1450,9,'_dt_blog_options_bg_under_list_posts','1'),(1451,9,'_dt_blog_options_enable_fancy_date','1'),(1452,9,'_dt_blog_options_image_layout','original'),(1453,9,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1454,9,'_dt_blog_options_thumb_width',''),(1455,9,'_dt_blog_options_ppp',''),(1456,9,'_dt_blog_options_load_style','ajax_pagination'),(1457,9,'_dt_blog_options_load_effect','fade_in'),(1458,9,'_dt_blog_options_show_all_pages','0'),(1459,9,'_dt_blog_options_show_exerpts','1'),(1460,9,'_dt_blog_options_show_details','1'),(1461,9,'_dt_blog_options_show_filter','0'),(1462,9,'_dt_blog_options_show_orderby','0'),(1463,9,'_dt_blog_options_show_order','0'),(1464,9,'_dt_blog_options_show_categories_in_post_meta','1'),(1465,9,'_dt_blog_options_show_date_in_post_meta','1'),(1466,9,'_dt_blog_options_show_author_in_post_meta','1'),(1467,9,'_dt_blog_options_show_comments_in_post_meta','1'),(1468,9,'_dt_blog_options_order','DESC'),(1469,9,'_dt_blog_options_orderby','date'),(1470,9,'_dt_microsite_page_layout','wide'),(1471,9,'_dt_microsite_page_loading','enabled'),(1472,9,'_dt_microsite_primary_menu',''),(1473,9,'_dt_microsite_split_left_menu',''),(1474,9,'_dt_microsite_split_right_menu',''),(1475,9,'_dt_microsite_mobile_menu',''),(1476,9,'_dt_microsite_logo_link',''),(1477,9,'main_logo_heading',''),(1478,9,'_dt_microsite_main_logo_type','default'),(1479,9,'_dt_microsite_main_logo_regular','a:0:{}'),(1480,9,'_dt_microsite_main_logo_hd','a:0:{}'),(1481,9,'transparent_logo_heading',''),(1482,9,'_dt_microsite_transparent_logo_type','default'),(1483,9,'_dt_microsite_transparent_logo_regular','a:0:{}'),(1484,9,'_dt_microsite_transparent_logo_hd','a:0:{}'),(1485,9,'_dt_microsite_mixed_logo_type','default'),(1486,9,'_dt_microsite_mixed_logo_regular','a:0:{}'),(1487,9,'_dt_microsite_mixed_logo_hd','a:0:{}'),(1488,9,'floating_logo_heading',''),(1489,9,'_dt_microsite_floating_logo_type','default'),(1490,9,'_dt_microsite_floating_logo_regular','a:0:{}'),(1491,9,'_dt_microsite_floating_logo_hd','a:0:{}'),(1492,9,'_dt_microsite_mobile_logo_type','default'),(1493,9,'_dt_microsite_mobile_logo_regular','a:0:{}'),(1494,9,'_dt_microsite_mobile_logo_hd','a:0:{}'),(1495,9,'_dt_microsite_transparent_mobile_logo_type','default'),(1496,9,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(1497,9,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(1498,9,'bottom_logo_heading',''),(1499,9,'_dt_microsite_bottom_logo_type','default'),(1500,9,'_dt_microsite_bottom_logo_regular','a:0:{}'),(1501,9,'_dt_microsite_bottom_logo_hd','a:0:{}'),(1502,9,'favicon_heading',''),(1503,9,'_dt_microsite_favicon_type','default'),(1504,9,'_dt_microsite_favicon','a:0:{}'),(1505,9,'_dt_portfolio_options_thumb_width',''),(1506,9,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1507,9,'_dt_team_options_masonry_layout','masonry'),(1508,9,'_dt_team_options_item_padding','20'),(1509,9,'_dt_team_options_target_width','370'),(1510,9,'_dt_team_options_columns_number','3'),(1511,9,'_dt_team_options_full_width','0'),(1512,9,'_dt_team_options_bg_under_posts','1'),(1513,9,'_dt_team_options_image_layout','original'),(1514,9,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1515,9,'_dt_team_options_round_images','0'),(1516,9,'_dt_team_options_show_exerpts','1'),(1517,9,'_dt_team_options_ppp',''),(1518,9,'_dt_team_options_order','DESC'),(1519,9,'_dt_team_options_orderby','date'),(1520,9,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1521,9,'_dt_testimonials_options_masonry_layout','masonry'),(1522,9,'_dt_testimonials_options_item_padding','20'),(1523,9,'_dt_testimonials_options_target_width','370'),(1524,9,'_dt_testimonials_options_columns_number','3'),(1525,9,'_dt_testimonials_options_full_width','0'),(1526,9,'_dt_testimonials_options_ppp',''),(1527,9,'_dt_testimonials_options_load_style','ajax_pagination'),(1528,9,'_dt_testimonials_options_load_effect','fade_in'),(1529,9,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(1530,9,'_dt_albums_options_layout','masonry'),(1531,9,'_dt_albums_options_item_padding','20'),(1532,9,'_dt_albums_options_target_height','250'),(1533,9,'_dt_albums_options_target_width','370'),(1534,9,'_dt_albums_options_columns_number','3'),(1535,9,'_dt_albums_options_full_width','0'),(1536,9,'_dt_albums_options_description','under_image'),(1537,9,'_dt_albums_options_hover_animation','fade'),(1538,9,'_dt_albums_options_hover_bg_color','theme'),(1539,9,'_dt_albums_options_bg_under_masonry_posts','disabled'),(1540,9,'_dt_albums_options_hover_content_visibility','on_hoover'),(1541,9,'_dt_albums_options_post_content_alignment','left'),(1542,9,'_dt_albums_options_bg_post_content_alignment','center'),(1543,9,'_dt_albums_options_lines_animation_effect','1'),(1544,9,'_dt_albums_options_title_visibility','on_hoover'),(1545,9,'_dt_albums_options_posts_same_width','0'),(1546,9,'_dt_albums_options_hide_last_row','0'),(1547,9,'_dt_albums_options_jgrid_description','on_hoover_centered'),(1548,9,'_dt_albums_options_jgrid_hover_animation','fade'),(1549,9,'_dt_albums_options_jgrid_hover_bg_color','theme'),(1550,9,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(1551,9,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(1552,9,'_dt_albums_options_jgrid_post_content_alignment','left'),(1553,9,'_dt_albums_options_jgrid_lines_animation_effect','1'),(1554,9,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(1555,9,'_dt_albums_options_image_layout','original'),(1556,9,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1557,9,'_dt_albums_options_ppp',''),(1558,9,'_dt_albums_options_load_style','ajax_pagination'),(1559,9,'_dt_albums_options_load_effect','fade_in'),(1560,9,'_dt_albums_options_show_titles','1'),(1561,9,'_dt_albums_options_show_exerpts','1'),(1562,9,'_dt_albums_options_show_round_miniatures','1'),(1563,9,'_dt_albums_options_show_categories_in_post_meta','1'),(1564,9,'_dt_albums_options_show_date_in_post_meta','1'),(1565,9,'_dt_albums_options_show_author_in_post_meta','1'),(1566,9,'_dt_albums_options_show_comments_in_post_meta','1'),(1567,9,'_dt_albums_options_show_numbers_in_post_meta','1'),(1568,9,'_dt_albums_options_show_filter','1'),(1569,9,'_dt_albums_options_show_orderby','1'),(1570,9,'_dt_albums_options_show_order','1'),(1571,9,'_dt_albums_options_show_all_pages','0'),(1572,9,'_dt_albums_options_order','DESC'),(1573,9,'_dt_albums_options_orderby','date'),(1574,9,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(1575,9,'_dt_media_options_layout','masonry'),(1576,9,'_dt_media_options_item_padding','20'),(1577,9,'_dt_media_options_target_height','250'),(1578,9,'_dt_media_options_target_width','370'),(1579,9,'_dt_media_options_columns_number','3'),(1580,9,'_dt_media_options_full_width','0'),(1581,9,'_dt_media_options_hide_last_row','0'),(1582,9,'_dt_media_options_image_layout','original'),(1583,9,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1584,9,'_dt_media_options_ppp',''),(1585,9,'_dt_media_options_load_style','ajax_pagination'),(1586,9,'_dt_media_options_load_effect','fade_in'),(1587,9,'_dt_media_options_show_titles','1'),(1588,9,'_dt_media_options_show_exerpts','1'),(1589,9,'_dt_media_options_show_all_pages','0'),(1590,9,'_dt_media_options_order','DESC'),(1591,9,'_dt_media_options_orderby','date'),(1592,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1593,11,'_wpb_shortcodes_custom_css','.vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}.vc_custom_1529941386437{padding-bottom: 50px !important;}.vc_custom_1529941383124{padding-bottom: 50px !important;}.vc_custom_1536960990675{padding-bottom: 20px !important;}'),(1594,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1595,11,'_wpb_shortcodes_custom_css','.vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}.vc_custom_1529941386437{padding-bottom: 50px !important;}.vc_custom_1529941383124{padding-bottom: 50px !important;}.vc_custom_1536960990675{padding-bottom: 20px !important;}'),(1596,11,'_edit_last','1'),(1597,11,'_wp_page_template','default'),(1598,11,'_wpb_vc_js_status','true'),(1599,11,'_wpb_vc_js_interface_version','2'),(1600,11,'slide_template','default'),(1601,11,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1602,11,'_dt_sidebar_position','disabled'),(1603,11,'_dt_sidebar_widgetarea_id','sidebar_1'),(1604,11,'_dt_footer_show','1'),(1605,11,'_dt_footer_widgetarea_id','sidebar_2'),(1606,11,'_dt_header_title','disabled'),(1607,11,'_dt_header_background','normal'),(1608,11,'_dt_slideshow_mode','revolution'),(1609,11,'_dt_slideshow_3d_layout','fullscreen-content'),(1610,11,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1611,11,'_dt_slideshow_layout','fullwidth'),(1612,11,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1613,11,'_dt_slideshow_scaling','fill'),(1614,11,'_dt_slideshow_autoplay','paused'),(1615,11,'_dt_slideshow_autoslide_interval','5000'),(1616,11,'_dt_slideshow_hide_captions','0'),(1617,11,'_dt_slideshow_slides_in_raw','5'),(1618,11,'_dt_slideshow_slides_in_column','3'),(1619,11,'_dt_slideshow_revolution_slider','none'),(1620,11,'_dt_slideshow_layer_slider','none'),(1621,11,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1622,11,'_dt_fancy_header_title_aligment','center'),(1623,11,'_dt_fancy_header_title_color','#ffffff'),(1624,11,'_dt_fancy_header_bg_color',''),(1625,11,'_dt_fancy_header_bg_repeat','no-repeat'),(1626,11,'_dt_fancy_header_bg_position_x','center'),(1627,11,'_dt_fancy_header_bg_position_y','center'),(1628,11,'_dt_fancy_header_bg_fullscreen','1'),(1629,11,'_dt_fancy_header_height','350'),(1630,11,'_dt_fancy_header_title','CONTACT US'),(1631,11,'_dt_fancy_header_subtitle',''),(1632,11,'_dt_custom_header_logo_regular','a:0:{}'),(1633,11,'_dt_custom_header_logo_hd','a:0:{}'),(1634,11,'_dt_header_transparent_bg_opacity','50'),(1635,11,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(1636,11,'_dt_header_transparent_bg_style','disabled'),(1637,11,'_dt_header_transparent_bg_color','#000000'),(1638,11,'_dt_header_transparent_menu_text_color_mode','theme'),(1639,11,'_dt_header_transparent_menu_hover_color_mode','theme'),(1640,11,'_dt_header_transparent_menu_top_bar_color_mode','theme'),(1641,11,'_dt_fancy_header_breadcrumbs','disabled'),(1642,11,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(1643,11,'_dt_fancy_header_breadcrumbs_bg_color','white'),(1644,11,'_dt_fancy_header_title_color_mode','color'),(1645,11,'_dt_fancy_header_subtitle_color_mode','accent'),(1646,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1647,11,'_dt_sidebar_hide_on_mobile','0'),(1648,11,'_dt_footer_hide_on_mobile','0'),(1649,11,'_dt_header_background_below_slideshow','disabled'),(1650,11,'_dt_header_transparent_bg_color_scheme','from_options'),(1651,11,'_dt_slideshow_photo_scroller_layout','fullscreen'),(1652,11,'_dt_slideshow_photo_scroller_bg_color','#000000'),(1653,11,'_dt_slideshow_photo_scroller_overlay','1'),(1654,11,'_dt_slideshow_photo_scroller_top_padding','0'),(1655,11,'_dt_slideshow_photo_scroller_bottom_padding','0'),(1656,11,'_dt_slideshow_photo_scroller_side_paddings','0'),(1657,11,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(1658,11,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(1659,11,'_dt_slideshow_photo_scroller_autoplay','play'),(1660,11,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(1661,11,'_dt_slideshow_photo_scroller_ls_max_width','100'),(1662,11,'_dt_slideshow_photo_scroller_ls_min_width','0'),(1663,11,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(1664,11,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(1665,11,'_dt_slideshow_photo_scroller_pt_max_width','100'),(1666,11,'_dt_slideshow_photo_scroller_pt_min_width','0'),(1667,11,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(1668,11,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(1669,11,'_dt_fancy_header_title_mode','custom'),(1670,11,'_dt_fancy_header_subtitle_color','#ffffff'),(1671,11,'_wpb_shortcodes_custom_css','.vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}.vc_custom_1529941386437{padding-bottom: 50px !important;}.vc_custom_1529941383124{padding-bottom: 50px !important;}.vc_custom_1536960990675{padding-bottom: 20px !important;}'),(1672,11,'_dt_header_disabled_background','normal'),(1673,11,'_dt_header_disabled_transparent_bg_color','#000000'),(1674,11,'_dt_header_disabled_transparent_bg_opacity','50'),(1675,11,'_dt_header_disabled_transparent_bg_color_scheme','from_options'),(1676,11,'_dt_page_overrides_top_margin','0'),(1677,11,'_dt_page_overrides_bottom_margin','0'),(1678,11,'_dt_fancy_header_scroll_effect','fixed'),(1679,11,'_dt_fancy_header_bg_parallax','0.5'),(1680,11,'_dt_fancy_header_title_font_size','62'),(1681,11,'_dt_fancy_header_title_line_height','76'),(1682,11,'_dt_fancy_header_subtitle_font_size','26'),(1683,11,'_dt_fancy_header_subtitle_line_height','36'),(1684,11,'_dt_header_transparent_top_bar_bg_color',''),(1685,11,'_dt_header_transparent_top_bar_bg_opacity','0'),(1686,11,'_dt_header_disabled_transparent_top_bar_bg_color',''),(1687,11,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(1688,11,'_dt_slideshow_photo_scroller_thumbnails_width',''),(1689,11,'fake_id',''),(1690,11,'_dt_fancy_header_layout_heading',''),(1691,11,'_dt_fancy_header_padding-top',''),(1692,11,'_dt_fancy_header_padding-bottom',''),(1693,11,'_dt_fancy_header_breadcrumbs_heading',''),(1694,11,'_dt_fancy_header_title_heading',''),(1695,11,'_dt_fancy_header_uppercase','0'),(1696,11,'_dt_fancy_header_subtitle_heading',''),(1697,11,'_dt_fancy_header_subtitle_uppercase','0'),(1698,11,'_dt_fancy_header_bg_heading',''),(1699,11,'_dt_fancy_header_bg_image','a:1:{i:0;i:2680;}'),(1700,11,'_dt_fancy_header_bg_overlay','1'),(1701,11,'_dt_fancy_header_overlay_color','#0f384e'),(1702,11,'_dt_fancy_header_bg_overlay_opacity','65'),(1703,11,'_dt_content_display','no'),(1704,11,'_dt_content_position','before_items'),(1705,11,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1706,11,'_dt_blog_options_layout','masonry'),(1707,11,'_dt_blog_options_item_padding','20'),(1708,11,'_dt_blog_options_target_width','370'),(1709,11,'_dt_blog_options_columns_number','3'),(1710,11,'_dt_blog_options_full_width','0'),(1711,11,'_dt_blog_options_posts_same_width','0'),(1712,11,'_dt_blog_options_bg_under_masonry_posts','disabled'),(1713,11,'_dt_blog_options_post_content_alignment','left'),(1714,11,'_dt_blog_options_list_layout','list'),(1715,11,'_dt_blog_options_bg_under_list_posts','1'),(1716,11,'_dt_blog_options_enable_fancy_date','1'),(1717,11,'_dt_blog_options_image_layout','original'),(1718,11,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1719,11,'_dt_blog_options_thumb_width',''),(1720,11,'_dt_blog_options_ppp',''),(1721,11,'_dt_blog_options_load_style','ajax_pagination'),(1722,11,'_dt_blog_options_load_effect','fade_in'),(1723,11,'_dt_blog_options_show_all_pages','0'),(1724,11,'_dt_blog_options_show_exerpts','1'),(1725,11,'_dt_blog_options_show_details','1'),(1726,11,'_dt_blog_options_show_filter','0'),(1727,11,'_dt_blog_options_show_orderby','0'),(1728,11,'_dt_blog_options_show_order','0'),(1729,11,'_dt_blog_options_show_categories_in_post_meta','1'),(1730,11,'_dt_blog_options_show_date_in_post_meta','1'),(1731,11,'_dt_blog_options_show_author_in_post_meta','1'),(1732,11,'_dt_blog_options_show_comments_in_post_meta','1'),(1733,11,'_dt_blog_options_order','DESC'),(1734,11,'_dt_blog_options_orderby','date'),(1735,11,'_dt_microsite_page_layout','wide'),(1736,11,'_dt_microsite_page_loading','enabled'),(1737,11,'_dt_microsite_primary_menu',''),(1738,11,'_dt_microsite_split_left_menu',''),(1739,11,'_dt_microsite_split_right_menu',''),(1740,11,'_dt_microsite_mobile_menu',''),(1741,11,'_dt_microsite_logo_link',''),(1742,11,'main_logo_heading',''),(1743,11,'_dt_microsite_main_logo_type','default'),(1744,11,'_dt_microsite_main_logo_regular','a:0:{}'),(1745,11,'_dt_microsite_main_logo_hd','a:0:{}'),(1746,11,'transparent_logo_heading',''),(1747,11,'_dt_microsite_transparent_logo_type','default'),(1748,11,'_dt_microsite_transparent_logo_regular','a:0:{}'),(1749,11,'_dt_microsite_transparent_logo_hd','a:0:{}'),(1750,11,'_dt_microsite_mixed_logo_type','default'),(1751,11,'_dt_microsite_mixed_logo_regular','a:0:{}'),(1752,11,'_dt_microsite_mixed_logo_hd','a:0:{}'),(1753,11,'floating_logo_heading',''),(1754,11,'_dt_microsite_floating_logo_type','default'),(1755,11,'_dt_microsite_floating_logo_regular','a:0:{}'),(1756,11,'_dt_microsite_floating_logo_hd','a:0:{}'),(1757,11,'_dt_microsite_mobile_logo_type','default'),(1758,11,'_dt_microsite_mobile_logo_regular','a:0:{}'),(1759,11,'_dt_microsite_mobile_logo_hd','a:0:{}'),(1760,11,'_dt_microsite_transparent_mobile_logo_type','default'),(1761,11,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(1762,11,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(1763,11,'bottom_logo_heading',''),(1764,11,'_dt_microsite_bottom_logo_type','default'),(1765,11,'_dt_microsite_bottom_logo_regular','a:0:{}'),(1766,11,'_dt_microsite_bottom_logo_hd','a:0:{}'),(1767,11,'favicon_heading',''),(1768,11,'_dt_microsite_favicon_type','default'),(1769,11,'_dt_microsite_favicon','a:0:{}'),(1770,11,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1771,11,'_dt_portfolio_options_list_layout','list'),(1772,11,'_dt_portfolio_options_bg_under_list_posts','1'),(1773,11,'_dt_portfolio_options_list_hover_bg_color','theme'),(1774,11,'_dt_portfolio_options_masonry_layout','masonry'),(1775,11,'_dt_portfolio_options_item_padding','20'),(1776,11,'_dt_portfolio_options_target_height','250'),(1777,11,'_dt_portfolio_options_target_width','370'),(1778,11,'_dt_portfolio_options_columns_number','3'),(1779,11,'_dt_portfolio_options_full_width','0'),(1780,11,'_dt_portfolio_options_description','under_image'),(1781,11,'_dt_portfolio_options_hover_animation','fade'),(1782,11,'_dt_portfolio_options_hover_bg_color','theme'),(1783,11,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(1784,11,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(1785,11,'_dt_portfolio_options_post_content_alignment','left'),(1786,11,'_dt_portfolio_options_bg_post_content_alignment','center'),(1787,11,'_dt_portfolio_options_lines_animation_effect','1'),(1788,11,'_dt_portfolio_options_title_visibility','on_hoover'),(1789,11,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(1790,11,'_dt_portfolio_options_jgrid_hover_animation','fade'),(1791,11,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(1792,11,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(1793,11,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(1794,11,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(1795,11,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(1796,11,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(1797,11,'_dt_portfolio_options_posts_same_width','0'),(1798,11,'_dt_portfolio_options_hide_last_row','0'),(1799,11,'_dt_portfolio_options_image_layout','original'),(1800,11,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1801,11,'_dt_portfolio_options_thumb_width',''),(1802,11,'_dt_portfolio_options_ppp',''),(1803,11,'_dt_portfolio_options_load_style','ajax_pagination'),(1804,11,'_dt_portfolio_options_load_effect','fade_in'),(1805,11,'_dt_portfolio_options_show_titles','1'),(1806,11,'_dt_portfolio_options_show_exerpts','1'),(1807,11,'_dt_portfolio_options_show_categories_in_post_meta','1'),(1808,11,'_dt_portfolio_options_show_date_in_post_meta','1'),(1809,11,'_dt_portfolio_options_show_author_in_post_meta','1'),(1810,11,'_dt_portfolio_options_show_comments_in_post_meta','1'),(1811,11,'_dt_portfolio_options_show_details','1'),(1812,11,'_dt_portfolio_options_show_links','1'),(1813,11,'_dt_portfolio_options_show_zoom','1'),(1814,11,'_dt_portfolio_options_show_details_buttons','1'),(1815,11,'_dt_portfolio_options_show_filter','1'),(1816,11,'_dt_portfolio_options_show_orderby','1'),(1817,11,'_dt_portfolio_options_show_order','1'),(1818,11,'_dt_portfolio_options_show_all_pages','0'),(1819,11,'_dt_portfolio_options_order','DESC'),(1820,11,'_dt_portfolio_options_orderby','date'),(1821,11,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1822,11,'_dt_team_options_masonry_layout','masonry'),(1823,11,'_dt_team_options_item_padding','20'),(1824,11,'_dt_team_options_target_width','370'),(1825,11,'_dt_team_options_columns_number','3'),(1826,11,'_dt_team_options_full_width','0'),(1827,11,'_dt_team_options_bg_under_posts','1'),(1828,11,'_dt_team_options_image_layout','original'),(1829,11,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1830,11,'_dt_team_options_round_images','0'),(1831,11,'_dt_team_options_show_exerpts','1'),(1832,11,'_dt_team_options_ppp',''),(1833,11,'_dt_team_options_order','DESC'),(1834,11,'_dt_team_options_orderby','date'),(1835,11,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1836,11,'_dt_testimonials_options_masonry_layout','masonry'),(1837,11,'_dt_testimonials_options_item_padding','20'),(1838,11,'_dt_testimonials_options_target_width','370'),(1839,11,'_dt_testimonials_options_columns_number','3'),(1840,11,'_dt_testimonials_options_full_width','0'),(1841,11,'_dt_testimonials_options_ppp',''),(1842,11,'_dt_testimonials_options_load_style','ajax_pagination'),(1843,11,'_dt_testimonials_options_load_effect','fade_in'),(1844,11,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(1845,11,'_dt_albums_options_layout','masonry'),(1846,11,'_dt_albums_options_item_padding','20'),(1847,11,'_dt_albums_options_target_height','250'),(1848,11,'_dt_albums_options_target_width','370'),(1849,11,'_dt_albums_options_columns_number','3'),(1850,11,'_dt_albums_options_full_width','0'),(1851,11,'_dt_albums_options_description','under_image'),(1852,11,'_dt_albums_options_hover_animation','fade'),(1853,11,'_dt_albums_options_hover_bg_color','theme'),(1854,11,'_dt_albums_options_bg_under_masonry_posts','disabled'),(1855,11,'_dt_albums_options_hover_content_visibility','on_hoover'),(1856,11,'_dt_albums_options_post_content_alignment','left'),(1857,11,'_dt_albums_options_bg_post_content_alignment','center'),(1858,11,'_dt_albums_options_lines_animation_effect','1'),(1859,11,'_dt_albums_options_title_visibility','on_hoover'),(1860,11,'_dt_albums_options_posts_same_width','0'),(1861,11,'_dt_albums_options_hide_last_row','0'),(1862,11,'_dt_albums_options_jgrid_description','on_hoover_centered'),(1863,11,'_dt_albums_options_jgrid_hover_animation','fade'),(1864,11,'_dt_albums_options_jgrid_hover_bg_color','theme'),(1865,11,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(1866,11,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(1867,11,'_dt_albums_options_jgrid_post_content_alignment','left'),(1868,11,'_dt_albums_options_jgrid_lines_animation_effect','1'),(1869,11,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(1870,11,'_dt_albums_options_image_layout','original'),(1871,11,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1872,11,'_dt_albums_options_ppp',''),(1873,11,'_dt_albums_options_load_style','ajax_pagination'),(1874,11,'_dt_albums_options_load_effect','fade_in'),(1875,11,'_dt_albums_options_show_titles','1'),(1876,11,'_dt_albums_options_show_exerpts','1'),(1877,11,'_dt_albums_options_show_round_miniatures','1'),(1878,11,'_dt_albums_options_show_categories_in_post_meta','1'),(1879,11,'_dt_albums_options_show_date_in_post_meta','1'),(1880,11,'_dt_albums_options_show_author_in_post_meta','1'),(1881,11,'_dt_albums_options_show_comments_in_post_meta','1'),(1882,11,'_dt_albums_options_show_numbers_in_post_meta','1'),(1883,11,'_dt_albums_options_show_filter','1'),(1884,11,'_dt_albums_options_show_orderby','1'),(1885,11,'_dt_albums_options_show_order','1'),(1886,11,'_dt_albums_options_show_all_pages','0'),(1887,11,'_dt_albums_options_order','DESC'),(1888,11,'_dt_albums_options_orderby','date'),(1889,11,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(1890,11,'_dt_media_options_layout','masonry'),(1891,11,'_dt_media_options_item_padding','20'),(1892,11,'_dt_media_options_target_height','250'),(1893,11,'_dt_media_options_target_width','370'),(1894,11,'_dt_media_options_columns_number','3'),(1895,11,'_dt_media_options_full_width','0'),(1896,11,'_dt_media_options_hide_last_row','0'),(1897,11,'_dt_media_options_image_layout','original'),(1898,11,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(1899,11,'_dt_media_options_ppp',''),(1900,11,'_dt_media_options_load_style','ajax_pagination'),(1901,11,'_dt_media_options_load_effect','fade_in'),(1902,11,'_dt_media_options_show_titles','1'),(1903,11,'_dt_media_options_show_exerpts','1'),(1904,11,'_dt_media_options_show_all_pages','0'),(1905,11,'_dt_media_options_order','DESC'),(1906,11,'_dt_media_options_orderby','date'),(1907,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1909,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1911,46,'_edit_last','1'),(1912,46,'_wp_page_template','default'),(1913,46,'_wpb_vc_js_status','true'),(1914,46,'_wpb_vc_js_interface_version','2'),(1915,46,'slide_template','default'),(1916,46,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1917,46,'_dt_sidebar_position','disabled'),(1918,46,'_dt_sidebar_widgetarea_id','sidebar_1'),(1919,46,'_dt_footer_show','1'),(1920,46,'_dt_footer_widgetarea_id','sidebar_2'),(1921,46,'_dt_header_title','disabled'),(1922,46,'_dt_header_background','normal'),(1923,46,'_dt_slideshow_mode','revolution'),(1924,46,'_dt_slideshow_3d_layout','fullscreen-content'),(1925,46,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1926,46,'_dt_slideshow_layout','fullwidth'),(1927,46,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1928,46,'_dt_slideshow_scaling','fill'),(1929,46,'_dt_slideshow_autoplay','paused'),(1930,46,'_dt_slideshow_autoslide_interval','5000'),(1931,46,'_dt_slideshow_hide_captions','0'),(1932,46,'_dt_slideshow_slides_in_raw','5'),(1933,46,'_dt_slideshow_slides_in_column','3'),(1934,46,'_dt_slideshow_revolution_slider','none'),(1935,46,'_dt_slideshow_layer_slider','none'),(1936,46,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1937,46,'_dt_fancy_header_title_aligment','center'),(1938,46,'_dt_fancy_header_title_color','#ffffff'),(1939,46,'_dt_fancy_header_bg_color',''),(1940,46,'_dt_fancy_header_bg_repeat','no-repeat'),(1941,46,'_dt_fancy_header_bg_position_x','center'),(1942,46,'_dt_fancy_header_bg_position_y','center'),(1943,46,'_dt_fancy_header_bg_fullscreen','1'),(1944,46,'_dt_fancy_header_height','350'),(1945,46,'_dt_content_display','no'),(1946,46,'_dt_content_position','before_items'),(1947,46,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(1948,46,'_dt_blog_options_layout','masonry'),(1949,46,'_dt_blog_options_item_padding','20'),(1950,46,'_dt_blog_options_target_width','280'),(1951,46,'_dt_blog_options_full_width','1'),(1952,46,'_dt_blog_options_posts_same_width','0'),(1953,46,'_dt_blog_options_image_layout','original'),(1954,46,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"7\";s:6:\"height\";s:1:\"5\";}'),(1955,46,'_dt_blog_options_show_all_pages','0'),(1956,46,'_dt_blog_options_order','DESC'),(1957,46,'_dt_blog_options_orderby','date'),(1958,46,'_dt_blog_options_ppp','10'),(1959,46,'_dt_fancy_header_title','OUR BLOG'),(1960,46,'_dt_fancy_header_subtitle',''),(1961,46,'_dt_custom_header_logo_regular','a:0:{}'),(1962,46,'_dt_custom_header_logo_hd','a:0:{}'),(1963,46,'_dt_header_transparent_bg_opacity','50'),(1964,46,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(1965,46,'_dt_blog_options_columns_number','6'),(1966,46,'_dt_blog_options_bg_under_masonry_posts','disabled'),(1967,46,'_dt_blog_options_post_content_alignment','left'),(1968,46,'_dt_blog_options_enable_fancy_date','1'),(1969,46,'_dt_blog_options_show_exerpts','1'),(1970,46,'_dt_blog_options_show_details','1'),(1971,46,'_dt_blog_options_show_categories_in_post_meta','1'),(1972,46,'_dt_blog_options_show_date_in_post_meta','0'),(1973,46,'_dt_blog_options_show_author_in_post_meta','0'),(1974,46,'_dt_blog_options_show_comments_in_post_meta','1'),(1975,46,'_dt_header_transparent_bg_style','disabled'),(1976,46,'_dt_header_transparent_menu_text_color_mode','theme'),(1977,46,'_dt_header_transparent_menu_hover_color_mode','theme'),(1978,46,'_dt_header_transparent_menu_top_bar_color_mode','theme'),(1979,46,'_dt_fancy_header_breadcrumbs','disabled'),(1980,46,'_dt_fancy_header_breadcrumbs_bg_color','white'),(1981,46,'_dt_fancy_header_title_color_mode','color'),(1982,46,'_dt_fancy_header_subtitle_color_mode','accent'),(1983,46,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(1984,46,'_dt_blog_options_load_style','lazy_loading'),(1985,46,'_dt_blog_options_load_effect','fade_in'),(1986,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1987,46,'_dt_sidebar_hide_on_mobile','0'),(1988,46,'_dt_footer_hide_on_mobile','0'),(1989,46,'_dt_header_background_below_slideshow','disabled'),(1990,46,'_dt_header_transparent_bg_color','#000000'),(1991,46,'_dt_header_transparent_bg_color_scheme','from_options'),(1992,46,'_dt_slideshow_photo_scroller_layout','fullscreen'),(1993,46,'_dt_slideshow_photo_scroller_bg_color','#000000'),(1994,46,'_dt_slideshow_photo_scroller_overlay','1'),(1995,46,'_dt_slideshow_photo_scroller_top_padding','0'),(1996,46,'_dt_slideshow_photo_scroller_bottom_padding','0'),(1997,46,'_dt_slideshow_photo_scroller_side_paddings','0'),(1998,46,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(1999,46,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(2000,46,'_dt_slideshow_photo_scroller_autoplay','play'),(2001,46,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(2002,46,'_dt_slideshow_photo_scroller_ls_max_width','100'),(2003,46,'_dt_slideshow_photo_scroller_ls_min_width','0'),(2004,46,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(2005,46,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(2006,46,'_dt_slideshow_photo_scroller_pt_max_width','100'),(2007,46,'_dt_slideshow_photo_scroller_pt_min_width','0'),(2008,46,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(2009,46,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(2010,46,'_dt_fancy_header_title_mode','generic'),(2011,46,'_dt_fancy_header_subtitle_color','#ffffff'),(2012,46,'_dt_blog_options_list_layout','list'),(2013,46,'_dt_blog_options_bg_under_list_posts','1'),(2014,46,'_dt_blog_options_show_filter','0'),(2015,46,'_dt_blog_options_show_orderby','0'),(2016,46,'_dt_blog_options_show_order','0'),(2018,46,'_dt_header_disabled_background','normal'),(2019,46,'_dt_header_disabled_transparent_bg_color','#000000'),(2020,46,'_dt_header_disabled_transparent_bg_opacity','50'),(2021,46,'_dt_header_disabled_transparent_bg_color_scheme','from_options'),(2022,46,'the7_shortcodes_inline_css','.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on.classic-layout-list article {\n margin-top: ;\n padding-top: 0;\n border-color: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on.classic-layout-list article:first-of-type {\n margin-top: 0;\n padding-top: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.classic-layout-list.mode-list .post-thumbnail-wrap {\n width: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.classic-layout-list.mode-list .post-entry-content {\n width: calc(100% - );\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.classic-layout-list.mode-list .no-img .post-entry-content {\n width: 100%;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .post-thumbnail-wrap {\n width: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .post-entry-content {\n width: calc(100% - + );\n margin-top: 100px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .no-img .post-entry-content {\n width: 100%;\n margin-top: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .project-odd .post-entry-content {\n margin-left: -;\n}\n.rtl .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .project-odd .post-entry-content {\n margin-right: -;\n margin-left: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .no-img.project-odd .post-entry-content {\n margin-left: 0;\n}\n.rtl .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .no-img.project-odd .post-entry-content {\n margin-right: 0;\n margin-left: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .project-even .post-entry-content {\n margin-right: -;\n}\n.rtl .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .project-even .post-entry-content {\n margin-left: -;\n margin-right: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .no-img.project-even .post-entry-content {\n margin-right: 0;\n}\n.rtl .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .no-img.project-even .post-entry-content {\n margin-left: 0;\n margin-right: 0;\n}\n@media screen and (max-width: ) {\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .project-odd .post-entry-content {\n left: 0;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.side-overlap-layout-list .project-even .post-entry-content {\n right: 0;\n }\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.bottom-overlap-layout-list .post-entry-content {\n margin-top: -100px;\n width: 75%;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.bottom-overlap-layout-list:not(.mode-list) .no-img .post-entry-content {\n margin-top: 0;\n width: 100%;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.bottom-overlap-layout-list.mode-list .no-img .post-entry-content {\n margin-top: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.centered-layout-list article {\n padding: 25px 30px 30px 30px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on.centered-layout-list article {\n padding-top: 25px;\n margin-top: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on.centered-layout-list article:first-of-type {\n margin-top: 0;\n padding-top: 25px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.centered-layout-list .post-entry-title-content {\n width: 75%;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.centered-layout-list .post-entry-content {\n width: 75%;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.centered-layout-list.dividers-on .post-entry-content:after {\n width: calc(75% - 30px - 30px);\n background: ;\n}\n#page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-bg-on.gradient-overlap-layout-list .post-entry-content {\n background: linear-gradient(to bottom,,) no-repeat 0px 150px;\n}\n#page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content {\n background: ;\n padding: 30px 30px 30px 30px;\n}\n#page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content:before {\n display: none;\n}\n#page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.gradient-overlay-layout-list .post-entry-content {\n background: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.gradient-overlay-layout-list:not(.portfolio-shortcode) .post-entry-content {\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.gradient-overlay-layout-list .post-head-wrapper,\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.gradient-overlay-layout-list .post-entry-wrapper {\n right: 30px;\n left: 30px;\n}\n#page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-rollover-layout-list .post-entry-content {\n background: none;\n padding: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-rollover-layout-list .post-entry-wrapper {\n padding: 25px 30px 30px 30px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-rollover-layout-list .post-entry-wrapper {\n bottom: -15px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-rollover-layout-list.meta-info-off .post-entry-wrapper {\n bottom: -5px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-rollover-layout-list article:not(.description-off) .post-entry-wrapper {\n bottom: -20px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-rollover-layout-list:not(.disable-layout-hover) article:hover .post-entry-wrapper {\n bottom: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .filter a,\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .filter a * {\n color: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .paginator a,\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .paginator a * {\n color: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .filter-bg-decoration .filter-categories a.act {\n color: #fff;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.mode-masonry) article {\n margin-top: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.mode-masonry) article:first-of-type,\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.mode-masonry) article.visible.first:not(.product) {\n margin-top: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on:not(.mode-masonry) article {\n margin-top: 0;\n padding-top: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on:not(.mode-masonry) article:first-of-type,\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on:not(.mode-masonry) article.visible.first:not(.product) {\n margin-top: 0;\n padding-top: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-thumbnail-wrap {\n padding: 0px 0px 0px 0px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .fancy-categories a {\n color: #ffffff;\n background: #25a785;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .entry-title,\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.owl-carousel .entry-title {\n margin-bottom: 5px;\n font-style: ;\n font-weight: bold;\n text-transform: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .entry-title a,\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.owl-carousel .entry-title a {\n color: #686868;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .entry-meta {\n margin-bottom: 15px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .entry-meta * {\n font-style: ;\n font-weight: ;\n text-transform: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .portfolio-categories {\n margin-bottom: 15px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .entry-excerpt {\n margin-bottom: 5px;\n font-style: ;\n font-weight: ;\n text-transform: ;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.centered-layout-list) .post-entry-content {\n padding: 25px 30px 30px 30px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.centered-layout-list):not(.content-bg-on):not(.mode-list) .no-img .post-entry-content {\n padding: 0;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-details.details-type-link,\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-details.details-type-link * {\n color: #686868;\n}\n@media screen and (max-width: ) {\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b article {\n -webkit-flex-flow: column nowrap;\n -moz-flex-flow: column nowrap;\n -ms-flex-flow: column nowrap;\n flex-flow: column nowrap;\n margin-top: 20px;\n }\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on article {\n border: none;\n }\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.content-bg-on.centered-layout-list article {\n padding: 0;\n }\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.blog-shortcode.dividers-on article,\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on.classic-layout-list article {\n margin-top: 20px;\n padding: 0;\n }\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.blog-shortcode.dividers-on article:first-of-type,\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.dividers-on.classic-layout-list article:first-of-type {\n padding: 0;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-thumbnail-wrap,\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-entry-content {\n width: 100%;\n margin: 0;\n top: 0;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-thumbnail-wrap {\n padding: 0;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-entry-content:after {\n display: none;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .project-even .post-thumbnail-wrap,\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.centered-layout-list .post-thumbnail-wrap {\n -webkit-order: 0;\n -moz-order: 0;\n -ms-flex-order: 0;\n order: 0;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.centered-layout-list .post-entry-title-content {\n -webkit-order: 1;\n -moz-order: 1;\n -ms-flex-order: 1;\n order: 1;\n width: 100%;\n padding: 20px 20px 0;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.centered-layout-list .post-entry-content {\n -webkit-order: 2;\n -moz-order: 2;\n -ms-flex-order: 2;\n order: 2;\n padding-top: 0;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .fancy-categories {\n top: 10px;\n left: 10px;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .fancy-date a {\n top: 10px;\n right: 10px;\n left: auto;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-entry-content {\n padding: 20px;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .entry-title {\n margin: 3px 0 5px;\n font-size: 20px;\n line-height: 26px;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .entry-meta {\n margin: 5px 0 5px;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .entry-excerpt {\n margin: 15px 0 0;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-details {\n margin: 5px 0 10px;\n }\n #page .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b .post-details.details-type-link {\n margin-bottom: 2px;\n }\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.resize-by-browser-width) .dt-css-grid {\n grid-row-gap: 30px;\n grid-column-gap: 30px;\n grid-template-columns: repeat(auto-fill,minmax(,1fr));\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.resize-by-browser-width) .dt-css-grid .double-width {\n grid-column: span 2;\n}\n.cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.resize-by-browser-width) .dt-css-grid,\n.no-cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.resize-by-browser-width) .dt-css-grid {\n display: flex;\n flex-flow: row wrap;\n margin: -15px;\n}\n.cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.resize-by-browser-width) .dt-css-grid .wf-cell,\n.no-cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b:not(.resize-by-browser-width) .dt-css-grid .wf-cell {\n flex: 1 0 ;\n min-width: ;\n max-width: 100%;\n padding: 15px;\n box-sizing: border-box;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(3,1fr);\n grid-template-rows: auto;\n grid-column-gap: 30px;\n grid-row-gap: 30px;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .double-width {\n grid-column: span 2;\n}\n.cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid {\n margin: -15px;\n}\n.cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 33.333333333333%;\n padding: 15px;\n}\n.cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(33.333333333333%) * 2;\n}\n.blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width:not(.centered-layout-list):not(.content-bg-on) .dt-css-grid {\n grid-row-gap: 0px;\n}\n@media screen and (max-width: 1199px) {\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(3,1fr);\n }\n .cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 33.333333333333%;\n }\n .cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(33.333333333333%)*2;\n }\n}\n@media screen and (max-width: 991px) {\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(2,1fr);\n }\n .cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 50%;\n }\n .cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(50%)*2;\n }\n}\n@media screen and (max-width: 767px) {\n .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(1,1fr);\n }\n .cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 100%;\n }\n .cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .blog-shortcode.blog-masonry-shortcode-id-33a350fab8e25790ed08617dad775b0b.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(100%)*2;\n }\n}\n'),(2023,46,'_dt_page_overrides_top_margin','0'),(2024,46,'_dt_page_overrides_bottom_margin',''),(2025,46,'_dt_fancy_header_scroll_effect','fixed'),(2026,46,'_dt_fancy_header_bg_parallax','0.5'),(2027,46,'_dt_fancy_header_title_font_size','62'),(2028,46,'_dt_fancy_header_title_line_height','77'),(2029,46,'_dt_fancy_header_subtitle_font_size','26'),(2030,46,'_dt_fancy_header_subtitle_line_height','36'),(2031,46,'_dt_header_transparent_top_bar_bg_color',''),(2032,46,'_dt_header_transparent_top_bar_bg_opacity','0'),(2033,46,'_dt_slideshow_photo_scroller_thumbnails_width',''),(2034,46,'fake_id',''),(2035,46,'_dt_fancy_header_layout_heading',''),(2036,46,'_dt_fancy_header_padding-top',''),(2037,46,'_dt_fancy_header_padding-bottom',''),(2038,46,'_dt_fancy_header_breadcrumbs_heading',''),(2039,46,'_dt_fancy_header_title_heading',''),(2040,46,'_dt_fancy_header_uppercase','1'),(2041,46,'_dt_fancy_header_subtitle_heading',''),(2042,46,'_dt_fancy_header_subtitle_uppercase','0'),(2043,46,'_dt_fancy_header_bg_heading',''),(2044,46,'_dt_fancy_header_bg_image','a:1:{i:0;i:2676;}'),(2045,46,'_dt_fancy_header_bg_overlay','1'),(2046,46,'_dt_fancy_header_overlay_color','#0f384e'),(2047,46,'_dt_fancy_header_bg_overlay_opacity','65'),(2048,46,'_dt_blog_options_thumb_width',''),(2049,46,'_dt_microsite_page_layout','wide'),(2050,46,'_dt_microsite_page_loading','enabled'),(2051,46,'_dt_microsite_primary_menu',''),(2052,46,'_dt_microsite_split_left_menu',''),(2053,46,'_dt_microsite_split_right_menu',''),(2054,46,'_dt_microsite_mobile_menu',''),(2055,46,'_dt_microsite_logo_link',''),(2056,46,'main_logo_heading',''),(2057,46,'_dt_microsite_main_logo_type','default'),(2058,46,'_dt_microsite_main_logo_regular','a:0:{}'),(2059,46,'_dt_microsite_main_logo_hd','a:0:{}'),(2060,46,'transparent_logo_heading',''),(2061,46,'_dt_microsite_transparent_logo_type','default'),(2062,46,'_dt_microsite_transparent_logo_regular','a:0:{}'),(2063,46,'_dt_microsite_transparent_logo_hd','a:0:{}'),(2064,46,'_dt_microsite_mixed_logo_type','default'),(2065,46,'_dt_microsite_mixed_logo_regular','a:0:{}'),(2066,46,'_dt_microsite_mixed_logo_hd','a:0:{}'),(2067,46,'floating_logo_heading',''),(2068,46,'_dt_microsite_floating_logo_type','default'),(2069,46,'_dt_microsite_floating_logo_regular','a:0:{}'),(2070,46,'_dt_microsite_floating_logo_hd','a:0:{}'),(2071,46,'_dt_microsite_mobile_logo_type','default'),(2072,46,'_dt_microsite_mobile_logo_regular','a:0:{}'),(2073,46,'_dt_microsite_mobile_logo_hd','a:0:{}'),(2074,46,'_dt_microsite_transparent_mobile_logo_type','default'),(2075,46,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(2076,46,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(2077,46,'bottom_logo_heading',''),(2078,46,'_dt_microsite_bottom_logo_type','default'),(2079,46,'_dt_microsite_bottom_logo_regular','a:0:{}'),(2080,46,'_dt_microsite_bottom_logo_hd','a:0:{}'),(2081,46,'favicon_heading',''),(2082,46,'_dt_microsite_favicon_type','default'),(2083,46,'_dt_microsite_favicon','a:0:{}'),(2084,46,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(2085,46,'_dt_portfolio_options_list_layout','list'),(2086,46,'_dt_portfolio_options_bg_under_list_posts','1'),(2087,46,'_dt_portfolio_options_list_hover_bg_color','theme'),(2088,46,'_dt_portfolio_options_masonry_layout','masonry'),(2089,46,'_dt_portfolio_options_item_padding','20'),(2090,46,'_dt_portfolio_options_target_height','250'),(2091,46,'_dt_portfolio_options_target_width','370'),(2092,46,'_dt_portfolio_options_columns_number','3'),(2093,46,'_dt_portfolio_options_full_width','0'),(2094,46,'_dt_portfolio_options_description','under_image'),(2095,46,'_dt_portfolio_options_hover_animation','fade'),(2096,46,'_dt_portfolio_options_hover_bg_color','theme'),(2097,46,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(2098,46,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(2099,46,'_dt_portfolio_options_post_content_alignment','left'),(2100,46,'_dt_portfolio_options_bg_post_content_alignment','center'),(2101,46,'_dt_portfolio_options_lines_animation_effect','1'),(2102,46,'_dt_portfolio_options_title_visibility','on_hoover'),(2103,46,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(2104,46,'_dt_portfolio_options_jgrid_hover_animation','fade'),(2105,46,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(2106,46,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(2107,46,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(2108,46,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(2109,46,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(2110,46,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(2111,46,'_dt_portfolio_options_posts_same_width','0'),(2112,46,'_dt_portfolio_options_hide_last_row','0'),(2113,46,'_dt_portfolio_options_image_layout','original'),(2114,46,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(2115,46,'_dt_portfolio_options_thumb_width',''),(2116,46,'_dt_portfolio_options_ppp',''),(2117,46,'_dt_portfolio_options_load_style','ajax_pagination'),(2118,46,'_dt_portfolio_options_load_effect','fade_in'),(2119,46,'_dt_portfolio_options_show_titles','1'),(2120,46,'_dt_portfolio_options_show_exerpts','1'),(2121,46,'_dt_portfolio_options_show_categories_in_post_meta','1'),(2122,46,'_dt_portfolio_options_show_date_in_post_meta','1'),(2123,46,'_dt_portfolio_options_show_author_in_post_meta','1'),(2124,46,'_dt_portfolio_options_show_comments_in_post_meta','1'),(2125,46,'_dt_portfolio_options_show_details','1'),(2126,46,'_dt_portfolio_options_show_links','1'),(2127,46,'_dt_portfolio_options_show_zoom','1'),(2128,46,'_dt_portfolio_options_show_details_buttons','1'),(2129,46,'_dt_portfolio_options_show_filter','1'),(2130,46,'_dt_portfolio_options_show_orderby','1'),(2131,46,'_dt_portfolio_options_show_order','1'),(2132,46,'_dt_portfolio_options_show_all_pages','0'),(2133,46,'_dt_portfolio_options_order','DESC'),(2134,46,'_dt_portfolio_options_orderby','date'),(2135,46,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(2136,46,'_dt_team_options_masonry_layout','masonry'),(2137,46,'_dt_team_options_item_padding','20'),(2138,46,'_dt_team_options_target_width','370'),(2139,46,'_dt_team_options_columns_number','3'),(2140,46,'_dt_team_options_full_width','0'),(2141,46,'_dt_team_options_bg_under_posts','1'),(2142,46,'_dt_team_options_image_layout','original'),(2143,46,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(2144,46,'_dt_team_options_round_images','0'),(2145,46,'_dt_team_options_show_exerpts','1'),(2146,46,'_dt_team_options_ppp',''),(2147,46,'_dt_team_options_order','DESC'),(2148,46,'_dt_team_options_orderby','date'),(2149,46,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(2150,46,'_dt_testimonials_options_masonry_layout','masonry'),(2151,46,'_dt_testimonials_options_item_padding','20'),(2152,46,'_dt_testimonials_options_target_width','370'),(2153,46,'_dt_testimonials_options_columns_number','3'),(2154,46,'_dt_testimonials_options_full_width','0'),(2155,46,'_dt_testimonials_options_ppp',''),(2156,46,'_dt_testimonials_options_load_style','ajax_pagination'),(2157,46,'_dt_testimonials_options_load_effect','fade_in'),(2158,46,'_dt_header_disabled_transparent_top_bar_bg_color',''),(2159,46,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(2160,46,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(2161,46,'_dt_albums_options_layout','masonry'),(2162,46,'_dt_albums_options_item_padding','20'),(2163,46,'_dt_albums_options_target_height','250'),(2164,46,'_dt_albums_options_target_width','370'),(2165,46,'_dt_albums_options_columns_number','3'),(2166,46,'_dt_albums_options_full_width','0'),(2167,46,'_dt_albums_options_description','under_image'),(2168,46,'_dt_albums_options_hover_animation','fade'),(2169,46,'_dt_albums_options_hover_bg_color','theme'),(2170,46,'_dt_albums_options_bg_under_masonry_posts','disabled'),(2171,46,'_dt_albums_options_hover_content_visibility','on_hoover'),(2172,46,'_dt_albums_options_post_content_alignment','left'),(2173,46,'_dt_albums_options_bg_post_content_alignment','center'),(2174,46,'_dt_albums_options_lines_animation_effect','1'),(2175,46,'_dt_albums_options_title_visibility','on_hoover'),(2176,46,'_dt_albums_options_posts_same_width','0'),(2177,46,'_dt_albums_options_hide_last_row','0'),(2178,46,'_dt_albums_options_jgrid_description','on_hoover_centered'),(2179,46,'_dt_albums_options_jgrid_hover_animation','fade'),(2180,46,'_dt_albums_options_jgrid_hover_bg_color','theme'),(2181,46,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(2182,46,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(2183,46,'_dt_albums_options_jgrid_post_content_alignment','left'),(2184,46,'_dt_albums_options_jgrid_lines_animation_effect','1'),(2185,46,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(2186,46,'_dt_albums_options_image_layout','original'),(2187,46,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(2188,46,'_dt_albums_options_ppp',''),(2189,46,'_dt_albums_options_load_style','ajax_pagination'),(2190,46,'_dt_albums_options_load_effect','fade_in'),(2191,46,'_dt_albums_options_show_titles','1'),(2192,46,'_dt_albums_options_show_exerpts','1'),(2193,46,'_dt_albums_options_show_round_miniatures','1'),(2194,46,'_dt_albums_options_show_categories_in_post_meta','1'),(2195,46,'_dt_albums_options_show_date_in_post_meta','1'),(2196,46,'_dt_albums_options_show_author_in_post_meta','1'),(2197,46,'_dt_albums_options_show_comments_in_post_meta','1'),(2198,46,'_dt_albums_options_show_numbers_in_post_meta','1'),(2199,46,'_dt_albums_options_show_filter','1'),(2200,46,'_dt_albums_options_show_orderby','1'),(2201,46,'_dt_albums_options_show_order','1'),(2202,46,'_dt_albums_options_show_all_pages','0'),(2203,46,'_dt_albums_options_order','DESC'),(2204,46,'_dt_albums_options_orderby','date'),(2205,46,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(2206,46,'_dt_media_options_layout','masonry'),(2207,46,'_dt_media_options_item_padding','20'),(2208,46,'_dt_media_options_target_height','250'),(2209,46,'_dt_media_options_target_width','370'),(2210,46,'_dt_media_options_columns_number','3'),(2211,46,'_dt_media_options_full_width','0'),(2212,46,'_dt_media_options_hide_last_row','0'),(2213,46,'_dt_media_options_image_layout','original'),(2214,46,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(2215,46,'_dt_media_options_ppp',''),(2216,46,'_dt_media_options_load_style','ajax_pagination'),(2217,46,'_dt_media_options_load_effect','fade_in'),(2218,46,'_dt_media_options_show_titles','1'),(2219,46,'_dt_media_options_show_exerpts','1'),(2220,46,'_dt_media_options_show_all_pages','0'),(2221,46,'_dt_media_options_order','DESC'),(2222,46,'_dt_media_options_orderby','date'),(2223,60,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2224,60,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2225,60,'_edit_last','1'),(2226,60,'_wpb_vc_js_status','false'),(2227,60,'_wpb_vc_js_interface_version','2'),(2228,60,'slide_template',''),(2229,60,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2230,60,'_dt_testimonial_options_position','creative director'),(2231,60,'_wp_trash_meta_status','publish'),(2232,60,'_wp_trash_meta_time','1529686134'),(2233,60,'_wp_desired_post_slug','richard-anderson'),(2234,72,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2235,72,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2236,72,'_edit_last','1'),(2237,72,'_wpb_vc_js_status','false'),(2238,72,'_wpb_vc_js_interface_version','2'),(2239,72,'slide_template',''),(2240,72,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2241,72,'_dt_testimonial_options_position','account manager'),(2242,72,'_wp_trash_meta_status','publish'),(2243,72,'_wp_trash_meta_time','1529686134'),(2244,72,'_wp_desired_post_slug','james-richardson'),(2245,73,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2246,73,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2247,73,'_edit_last','1'),(2248,73,'_wpb_vc_js_status','false'),(2249,73,'_wpb_vc_js_interface_version','2'),(2250,73,'slide_template',''),(2251,73,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2252,73,'_dt_testimonial_options_position','web developer'),(2253,73,'_wp_trash_meta_status','publish'),(2254,73,'_wp_trash_meta_time','1529686134'),(2255,73,'_wp_desired_post_slug','nicolas-blackriver'),(2256,129,'_pingme','1'),(2257,129,'_encloseme','1'),(2258,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2259,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2260,129,'_edit_last','1'),(2261,129,'_wpb_vc_js_status','true'),(2262,129,'_wpb_vc_js_interface_version','2'),(2263,129,'slide_template','default'),(2264,129,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2265,129,'_dt_sidebar_position','right'),(2266,129,'_dt_sidebar_widgetarea_id','sidebar_1'),(2267,129,'_dt_footer_show','1'),(2268,129,'_dt_footer_widgetarea_id','sidebar_2'),(2269,129,'_dt_header_title','enabled'),(2270,129,'_dt_header_background','normal'),(2271,129,'_dt_slideshow_mode','revolution'),(2272,129,'_dt_slideshow_3d_layout','fullscreen-content'),(2273,129,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2274,129,'_dt_slideshow_layout','fullwidth'),(2275,129,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2276,129,'_dt_slideshow_scaling','fill'),(2277,129,'_dt_slideshow_autoplay','paused'),(2278,129,'_dt_slideshow_autoslide_interval','5000'),(2279,129,'_dt_slideshow_hide_captions','0'),(2280,129,'_dt_slideshow_slides_in_raw','5'),(2281,129,'_dt_slideshow_slides_in_column','3'),(2282,129,'_dt_slideshow_revolution_slider','none'),(2283,129,'_dt_slideshow_layer_slider','none'),(2284,129,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2285,129,'_dt_fancy_header_title_aligment','left'),(2286,129,'_dt_fancy_header_title_color','#000000'),(2287,129,'_dt_fancy_header_subtitle_color','#000000'),(2288,129,'_dt_fancy_header_bg_color','#ffffff'),(2289,129,'_dt_fancy_header_bg_repeat','no-repeat'),(2290,129,'_dt_fancy_header_bg_position_x','center'),(2291,129,'_dt_fancy_header_bg_position_y','center'),(2292,129,'_dt_fancy_header_bg_fullscreen','1'),(2293,129,'_dt_fancy_header_height','100'),(2294,129,'_dt_post_options_hide_thumbnail','0'),(2295,129,'_dt_post_options_related_mode','same'),(2296,129,'_dt_post_options_preview','normal'),(2297,129,'_dt_post_options_preview_style_gallery','hovered_gallery'),(2298,129,'_dt_post_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(2299,129,'_dt_post_options_preview_style_video','image_play'),(2300,129,'_thumbnail_id','2268'),(2301,129,'_dt_custom_header_logo_regular','a:0:{}'),(2302,129,'_dt_custom_header_logo_hd','a:0:{}'),(2303,129,'_dt_header_transparent_bg_opacity','0'),(2304,129,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(2305,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2306,129,'_wp_page_template','default'),(2307,129,'_dt_sidebar_hide_on_mobile','0'),(2308,129,'_dt_footer_hide_on_mobile','0'),(2309,129,'_dt_header_background_below_slideshow','disabled'),(2310,129,'_dt_header_transparent_bg_color','#000000'),(2311,129,'_dt_header_transparent_bg_color_scheme','light'),(2312,129,'_dt_header_disabled_background','normal'),(2313,129,'_dt_header_disabled_transparent_bg_color','#000000'),(2314,129,'_dt_header_disabled_transparent_bg_opacity','50'),(2315,129,'_dt_header_disabled_transparent_bg_color_scheme','light'),(2316,129,'_dt_slideshow_photo_scroller_layout','fullscreen'),(2317,129,'_dt_slideshow_photo_scroller_bg_color','#000000'),(2318,129,'_dt_slideshow_photo_scroller_overlay','1'),(2319,129,'_dt_slideshow_photo_scroller_top_padding','0'),(2320,129,'_dt_slideshow_photo_scroller_bottom_padding','0'),(2321,129,'_dt_slideshow_photo_scroller_side_paddings','0'),(2322,129,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(2323,129,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(2324,129,'_dt_slideshow_photo_scroller_autoplay','play'),(2325,129,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(2326,129,'_dt_slideshow_photo_scroller_ls_max_width','100'),(2327,129,'_dt_slideshow_photo_scroller_ls_min_width','0'),(2328,129,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(2329,129,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(2330,129,'_dt_slideshow_photo_scroller_pt_max_width','100'),(2331,129,'_dt_slideshow_photo_scroller_pt_min_width','0'),(2332,129,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(2333,129,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(2334,129,'_dt_fancy_header_breadcrumbs','enabled'),(2335,129,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(2336,129,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(2337,129,'_dt_fancy_header_title_mode','custom'),(2338,129,'_dt_fancy_header_title_color_mode','color'),(2339,129,'_dt_fancy_header_subtitle_color_mode','color'),(2340,129,'_dt_post_options_back_button','0'),(2341,129,'_dt_fancy_header_title_font_size','52'),(2342,129,'_dt_fancy_header_title_line_height','62'),(2343,129,'_dt_fancy_header_subtitle_font_size','52'),(2344,129,'_dt_fancy_header_subtitle_line_height','62'),(2345,129,'_dt_header_transparent_top_bar_bg_color',''),(2346,129,'_dt_header_transparent_top_bar_bg_opacity','0'),(2347,129,'_dt_header_disabled_transparent_top_bar_bg_color',''),(2348,129,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(2349,129,'_dt_page_overrides_top_margin',''),(2350,129,'_dt_page_overrides_bottom_margin',''),(2351,129,'_dt_slideshow_photo_scroller_thumbnails_width',''),(2352,129,'fake_id',''),(2353,129,'_dt_fancy_header_layout_heading',''),(2354,129,'_dt_fancy_header_padding-top',''),(2355,129,'_dt_fancy_header_padding-bottom',''),(2356,129,'_dt_fancy_header_breadcrumbs_heading',''),(2357,129,'_dt_fancy_header_title_heading',''),(2358,129,'_dt_fancy_header_title',''),(2359,129,'_dt_fancy_header_uppercase','0'),(2360,129,'_dt_fancy_header_subtitle_heading',''),(2361,129,'_dt_fancy_header_subtitle',''),(2362,129,'_dt_fancy_header_subtitle_uppercase','0'),(2363,129,'_dt_fancy_header_bg_heading',''),(2364,129,'_dt_fancy_header_bg_image','a:0:{}'),(2365,129,'_dt_fancy_header_bg_overlay','0'),(2366,129,'_dt_fancy_header_overlay_color',''),(2367,129,'_dt_fancy_header_bg_overlay_opacity','0'),(2368,129,'_dt_fancy_header_scroll_effect','default'),(2369,129,'_dt_fancy_header_bg_parallax',''),(2370,129,'_dt_microsite_page_layout','wide'),(2371,129,'_dt_microsite_page_loading','enabled'),(2372,129,'_dt_microsite_primary_menu',''),(2373,129,'_dt_microsite_split_left_menu',''),(2374,129,'_dt_microsite_split_right_menu',''),(2375,129,'_dt_microsite_mobile_menu',''),(2376,129,'_dt_microsite_logo_link',''),(2377,129,'main_logo_heading',''),(2378,129,'_dt_microsite_main_logo_type','default'),(2379,129,'_dt_microsite_main_logo_regular','a:0:{}'),(2380,129,'_dt_microsite_main_logo_hd','a:0:{}'),(2381,129,'transparent_logo_heading',''),(2382,129,'_dt_microsite_transparent_logo_type','default'),(2383,129,'_dt_microsite_transparent_logo_regular','a:0:{}'),(2384,129,'_dt_microsite_transparent_logo_hd','a:0:{}'),(2385,129,'_dt_microsite_mixed_logo_type','default'),(2386,129,'_dt_microsite_mixed_logo_regular','a:0:{}'),(2387,129,'_dt_microsite_mixed_logo_hd','a:0:{}'),(2388,129,'floating_logo_heading',''),(2389,129,'_dt_microsite_floating_logo_type','default'),(2390,129,'_dt_microsite_floating_logo_regular','a:0:{}'),(2391,129,'_dt_microsite_floating_logo_hd','a:0:{}'),(2392,129,'_dt_microsite_mobile_logo_type','default'),(2393,129,'_dt_microsite_mobile_logo_regular','a:0:{}'),(2394,129,'_dt_microsite_mobile_logo_hd','a:0:{}'),(2395,129,'_dt_microsite_transparent_mobile_logo_type','default'),(2396,129,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(2397,129,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(2398,129,'bottom_logo_heading',''),(2399,129,'_dt_microsite_bottom_logo_type','default'),(2400,129,'_dt_microsite_bottom_logo_regular','a:0:{}'),(2401,129,'_dt_microsite_bottom_logo_hd','a:0:{}'),(2402,129,'favicon_heading',''),(2403,129,'_dt_microsite_favicon_type','default'),(2404,129,'_dt_microsite_favicon','a:0:{}'),(2405,129,'_wp_old_slug','glavrida-amet-sitod-dolor-lorem'),(2406,129,'_wp_old_date','2014-04-07'),(2407,129,'_wp_old_slug','growth-success-con-2018'),(2408,144,'_pingme','1'),(2409,144,'_encloseme','1'),(2410,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2411,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2412,144,'_edit_last','1'),(2413,144,'_wpb_vc_js_status','true'),(2414,144,'_wpb_vc_js_interface_version','2'),(2415,144,'slide_template','default'),(2416,144,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2417,144,'_dt_sidebar_position','right'),(2418,144,'_dt_sidebar_widgetarea_id','sidebar_1'),(2419,144,'_dt_footer_show','1'),(2420,144,'_dt_footer_widgetarea_id','sidebar_2'),(2421,144,'_dt_header_title','enabled'),(2422,144,'_dt_header_background','normal'),(2423,144,'_dt_slideshow_mode','revolution'),(2424,144,'_dt_slideshow_3d_layout','fullscreen-content'),(2425,144,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2426,144,'_dt_slideshow_layout','fullwidth'),(2427,144,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2428,144,'_dt_slideshow_scaling','fill'),(2429,144,'_dt_slideshow_autoplay','paused'),(2430,144,'_dt_slideshow_autoslide_interval','5000'),(2431,144,'_dt_slideshow_hide_captions','0'),(2432,144,'_dt_slideshow_slides_in_raw','5'),(2433,144,'_dt_slideshow_slides_in_column','3'),(2434,144,'_dt_slideshow_revolution_slider','none'),(2435,144,'_dt_slideshow_layer_slider','none'),(2436,144,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2437,144,'_dt_fancy_header_title_aligment','left'),(2438,144,'_dt_fancy_header_title_color','#000000'),(2439,144,'_dt_fancy_header_subtitle_color','#000000'),(2440,144,'_dt_fancy_header_bg_color','#ffffff'),(2441,144,'_dt_fancy_header_bg_repeat','no-repeat'),(2442,144,'_dt_fancy_header_bg_position_x','center'),(2443,144,'_dt_fancy_header_bg_position_y','center'),(2444,144,'_dt_fancy_header_bg_fullscreen','1'),(2445,144,'_dt_fancy_header_height','100'),(2446,144,'_dt_post_options_hide_thumbnail','0'),(2447,144,'_dt_post_options_related_mode','same'),(2449,144,'_dt_post_options_preview','normal'),(2450,144,'_dt_post_options_preview_style_gallery','slideshow'),(2451,144,'_dt_post_options_slider_proportions','a:2:{s:5:\"width\";s:2:\"14\";s:6:\"height\";s:1:\"8\";}'),(2452,144,'_dt_post_options_preview_style_video','image_play'),(2453,144,'_dt_custom_header_logo_regular','a:0:{}'),(2454,144,'_dt_custom_header_logo_hd','a:0:{}'),(2455,144,'_dt_header_transparent_bg_opacity','0'),(2456,144,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(2457,144,'_thumbnail_id','2270'),(2458,144,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2459,144,'_wp_page_template','default'),(2460,144,'_dt_sidebar_hide_on_mobile','0'),(2461,144,'_dt_footer_hide_on_mobile','0'),(2462,144,'_dt_header_background_below_slideshow','disabled'),(2463,144,'_dt_header_transparent_bg_color','#000000'),(2464,144,'_dt_header_transparent_bg_color_scheme','light'),(2465,144,'_dt_header_disabled_background','normal'),(2466,144,'_dt_header_disabled_transparent_bg_color','#000000'),(2467,144,'_dt_header_disabled_transparent_bg_opacity','50'),(2468,144,'_dt_header_disabled_transparent_bg_color_scheme','light'),(2469,144,'_dt_slideshow_photo_scroller_layout','fullscreen'),(2470,144,'_dt_slideshow_photo_scroller_bg_color','#000000'),(2471,144,'_dt_slideshow_photo_scroller_overlay','1'),(2472,144,'_dt_slideshow_photo_scroller_top_padding','0'),(2473,144,'_dt_slideshow_photo_scroller_bottom_padding','0'),(2474,144,'_dt_slideshow_photo_scroller_side_paddings','0'),(2475,144,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(2476,144,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(2477,144,'_dt_slideshow_photo_scroller_autoplay','play'),(2478,144,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(2479,144,'_dt_slideshow_photo_scroller_ls_max_width','100'),(2480,144,'_dt_slideshow_photo_scroller_ls_min_width','0'),(2481,144,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(2482,144,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(2483,144,'_dt_slideshow_photo_scroller_pt_max_width','100'),(2484,144,'_dt_slideshow_photo_scroller_pt_min_width','0'),(2485,144,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(2486,144,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(2487,144,'_dt_fancy_header_breadcrumbs','enabled'),(2488,144,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(2489,144,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(2490,144,'_dt_fancy_header_title_mode','custom'),(2491,144,'_dt_fancy_header_title_color_mode','color'),(2492,144,'_dt_fancy_header_subtitle_color_mode','color'),(2493,144,'_dt_post_options_back_button','0'),(2494,144,'_dt_fancy_header_title_font_size','52'),(2495,144,'_dt_fancy_header_title_line_height','62'),(2496,144,'_dt_fancy_header_subtitle_font_size','52'),(2497,144,'_dt_fancy_header_subtitle_line_height','62'),(2498,144,'_dt_header_transparent_top_bar_bg_color',''),(2499,144,'_dt_header_transparent_top_bar_bg_opacity','0'),(2500,144,'_dt_header_disabled_transparent_top_bar_bg_color',''),(2501,144,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(2502,144,'_dt_page_overrides_top_margin',''),(2503,144,'_dt_page_overrides_bottom_margin',''),(2504,144,'_dt_slideshow_photo_scroller_thumbnails_width',''),(2505,144,'fake_id',''),(2506,144,'_dt_fancy_header_layout_heading',''),(2507,144,'_dt_fancy_header_padding-top',''),(2508,144,'_dt_fancy_header_padding-bottom',''),(2509,144,'_dt_fancy_header_breadcrumbs_heading',''),(2510,144,'_dt_fancy_header_title_heading',''),(2511,144,'_dt_fancy_header_title',''),(2512,144,'_dt_fancy_header_uppercase','0'),(2513,144,'_dt_fancy_header_subtitle_heading',''),(2514,144,'_dt_fancy_header_subtitle',''),(2515,144,'_dt_fancy_header_subtitle_uppercase','0'),(2516,144,'_dt_fancy_header_bg_heading',''),(2517,144,'_dt_fancy_header_bg_image','a:0:{}'),(2518,144,'_dt_fancy_header_bg_overlay','0'),(2519,144,'_dt_fancy_header_overlay_color',''),(2520,144,'_dt_fancy_header_bg_overlay_opacity','0'),(2521,144,'_dt_fancy_header_scroll_effect','default'),(2522,144,'_dt_fancy_header_bg_parallax',''),(2523,144,'_dt_microsite_page_layout','wide'),(2524,144,'_dt_microsite_page_loading','enabled'),(2525,144,'_dt_microsite_primary_menu',''),(2526,144,'_dt_microsite_split_left_menu',''),(2527,144,'_dt_microsite_split_right_menu',''),(2528,144,'_dt_microsite_mobile_menu',''),(2529,144,'_dt_microsite_logo_link',''),(2530,144,'main_logo_heading',''),(2531,144,'_dt_microsite_main_logo_type','default'),(2532,144,'_dt_microsite_main_logo_regular','a:0:{}'),(2533,144,'_dt_microsite_main_logo_hd','a:0:{}'),(2534,144,'transparent_logo_heading',''),(2535,144,'_dt_microsite_transparent_logo_type','default'),(2536,144,'_dt_microsite_transparent_logo_regular','a:0:{}'),(2537,144,'_dt_microsite_transparent_logo_hd','a:0:{}'),(2538,144,'_dt_microsite_mixed_logo_type','default'),(2539,144,'_dt_microsite_mixed_logo_regular','a:0:{}'),(2540,144,'_dt_microsite_mixed_logo_hd','a:0:{}'),(2541,144,'floating_logo_heading',''),(2542,144,'_dt_microsite_floating_logo_type','default'),(2543,144,'_dt_microsite_floating_logo_regular','a:0:{}'),(2544,144,'_dt_microsite_floating_logo_hd','a:0:{}'),(2545,144,'_dt_microsite_mobile_logo_type','default'),(2546,144,'_dt_microsite_mobile_logo_regular','a:0:{}'),(2547,144,'_dt_microsite_mobile_logo_hd','a:0:{}'),(2548,144,'_dt_microsite_transparent_mobile_logo_type','default'),(2549,144,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(2550,144,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(2551,144,'bottom_logo_heading',''),(2552,144,'_dt_microsite_bottom_logo_type','default'),(2553,144,'_dt_microsite_bottom_logo_regular','a:0:{}'),(2554,144,'_dt_microsite_bottom_logo_hd','a:0:{}'),(2555,144,'favicon_heading',''),(2556,144,'_dt_microsite_favicon_type','default'),(2557,144,'_dt_microsite_favicon','a:0:{}'),(2558,144,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-consectetur-adipiscing'),(2559,144,'_wp_old_date','2014-08-29'),(2560,144,'_wp_old_date','2018-11-29'),(2561,144,'_wp_old_date','2018-02-22'),(2562,144,'_wp_old_slug','22-jun-sounds-and-sorcery'),(2563,150,'_pingme','1'),(2564,150,'_encloseme','1'),(2565,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2566,150,'_wpb_shortcodes_custom_css','.vc_custom_1529677454750{margin-top: 30px !important;}'),(2567,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2568,150,'_edit_last','1'),(2569,150,'_wpb_vc_js_status','true'),(2570,150,'_wpb_vc_js_interface_version','2'),(2571,150,'slide_template','default'),(2572,150,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2573,150,'_dt_sidebar_position','right'),(2574,150,'_dt_sidebar_widgetarea_id','sidebar_1'),(2575,150,'_dt_footer_show','1'),(2576,150,'_dt_footer_widgetarea_id','sidebar_2'),(2577,150,'_dt_header_title','enabled'),(2578,150,'_dt_header_background','normal'),(2579,150,'_dt_slideshow_mode','revolution'),(2580,150,'_dt_slideshow_3d_layout','fullscreen-content'),(2581,150,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2582,150,'_dt_slideshow_layout','fullwidth'),(2583,150,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2584,150,'_dt_slideshow_scaling','fill'),(2585,150,'_dt_slideshow_autoplay','paused'),(2586,150,'_dt_slideshow_autoslide_interval','5000'),(2587,150,'_dt_slideshow_hide_captions','0'),(2588,150,'_dt_slideshow_slides_in_raw','5'),(2589,150,'_dt_slideshow_slides_in_column','3'),(2590,150,'_dt_slideshow_revolution_slider','none'),(2591,150,'_dt_slideshow_layer_slider','none'),(2592,150,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2593,150,'_dt_fancy_header_title_aligment','left'),(2594,150,'_dt_fancy_header_title_color','#000000'),(2595,150,'_dt_fancy_header_subtitle_color','#000000'),(2596,150,'_dt_fancy_header_bg_color','#ffffff'),(2597,150,'_dt_fancy_header_bg_repeat','no-repeat'),(2598,150,'_dt_fancy_header_bg_position_x','center'),(2599,150,'_dt_fancy_header_bg_position_y','center'),(2600,150,'_dt_fancy_header_bg_fullscreen','1'),(2601,150,'_dt_fancy_header_height','100'),(2602,150,'_dt_post_options_hide_thumbnail','0'),(2603,150,'_dt_post_options_related_mode','custom'),(2604,150,'_dt_post_options_preview','normal'),(2605,150,'_dt_post_options_preview_style_gallery','standard_gallery'),(2606,150,'_dt_post_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(2607,150,'_dt_post_options_preview_style_video','image_play'),(2608,150,'_oembed_cab026ac1e2f67ca9f785d447d431086',''),(2609,150,'_dt_custom_header_logo_regular','a:0:{}'),(2610,150,'_dt_custom_header_logo_hd','a:0:{}'),(2611,150,'_dt_header_transparent_bg_opacity','0'),(2612,150,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(2613,150,'_thumbnail_id','2084'),(2614,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2615,150,'_wp_page_template','default'),(2616,150,'_dt_sidebar_hide_on_mobile','0'),(2617,150,'_dt_footer_hide_on_mobile','0'),(2618,150,'_dt_header_background_below_slideshow','disabled'),(2619,150,'_dt_header_transparent_bg_color','#000000'),(2620,150,'_dt_header_transparent_bg_color_scheme','light'),(2621,150,'_dt_header_disabled_background','normal'),(2622,150,'_dt_header_disabled_transparent_bg_color','#000000'),(2623,150,'_dt_header_disabled_transparent_bg_opacity','50'),(2624,150,'_dt_header_disabled_transparent_bg_color_scheme','light'),(2625,150,'_dt_slideshow_photo_scroller_layout','fullscreen'),(2626,150,'_dt_slideshow_photo_scroller_bg_color','#000000'),(2627,150,'_dt_slideshow_photo_scroller_overlay','1'),(2628,150,'_dt_slideshow_photo_scroller_top_padding','0'),(2629,150,'_dt_slideshow_photo_scroller_bottom_padding','0'),(2630,150,'_dt_slideshow_photo_scroller_side_paddings','0'),(2631,150,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(2632,150,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(2633,150,'_dt_slideshow_photo_scroller_autoplay','play'),(2634,150,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(2635,150,'_dt_slideshow_photo_scroller_ls_max_width','100'),(2636,150,'_dt_slideshow_photo_scroller_ls_min_width','0'),(2637,150,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(2638,150,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(2639,150,'_dt_slideshow_photo_scroller_pt_max_width','100'),(2640,150,'_dt_slideshow_photo_scroller_pt_min_width','0'),(2641,150,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(2642,150,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(2643,150,'_dt_fancy_header_breadcrumbs','enabled'),(2644,150,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(2645,150,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(2646,150,'_dt_fancy_header_title_mode','custom'),(2647,150,'_dt_fancy_header_title_color_mode','color'),(2648,150,'_dt_fancy_header_subtitle_color_mode','color'),(2649,150,'_dt_post_options_back_button','0'),(2650,150,'_dt_fancy_header_title_font_size','52'),(2651,150,'_dt_fancy_header_title_line_height','62'),(2652,150,'_dt_fancy_header_subtitle_font_size','52'),(2653,150,'_dt_fancy_header_subtitle_line_height','62'),(2654,150,'_wpb_shortcodes_custom_css','.vc_custom_1529677454750{margin-top: 30px !important;}'),(2655,150,'_dt_header_transparent_top_bar_bg_color',''),(2656,150,'_dt_header_transparent_top_bar_bg_opacity','0'),(2657,150,'_dt_header_disabled_transparent_top_bar_bg_color',''),(2658,150,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(2659,150,'_dt_page_overrides_top_margin',''),(2660,150,'_dt_page_overrides_bottom_margin',''),(2661,150,'_dt_slideshow_photo_scroller_thumbnails_width',''),(2662,150,'fake_id',''),(2663,150,'_dt_fancy_header_layout_heading',''),(2664,150,'_dt_fancy_header_padding-top',''),(2665,150,'_dt_fancy_header_padding-bottom',''),(2666,150,'_dt_fancy_header_breadcrumbs_heading',''),(2667,150,'_dt_fancy_header_title_heading',''),(2668,150,'_dt_fancy_header_title',''),(2669,150,'_dt_fancy_header_uppercase','0'),(2670,150,'_dt_fancy_header_subtitle_heading',''),(2671,150,'_dt_fancy_header_subtitle',''),(2672,150,'_dt_fancy_header_subtitle_uppercase','0'),(2673,150,'_dt_fancy_header_bg_heading',''),(2674,150,'_dt_fancy_header_bg_image','a:0:{}'),(2675,150,'_dt_fancy_header_bg_overlay','0'),(2676,150,'_dt_fancy_header_overlay_color',''),(2677,150,'_dt_fancy_header_bg_overlay_opacity','0'),(2678,150,'_dt_fancy_header_scroll_effect','default'),(2679,150,'_dt_fancy_header_bg_parallax',''),(2680,150,'_dt_microsite_page_layout','wide'),(2681,150,'_dt_microsite_page_loading','enabled'),(2682,150,'_dt_microsite_primary_menu',''),(2683,150,'_dt_microsite_split_left_menu',''),(2684,150,'_dt_microsite_split_right_menu',''),(2685,150,'_dt_microsite_mobile_menu',''),(2686,150,'_dt_microsite_logo_link',''),(2687,150,'main_logo_heading',''),(2688,150,'_dt_microsite_main_logo_type','default'),(2689,150,'_dt_microsite_main_logo_regular','a:0:{}'),(2690,150,'_dt_microsite_main_logo_hd','a:0:{}'),(2691,150,'transparent_logo_heading',''),(2692,150,'_dt_microsite_transparent_logo_type','default'),(2693,150,'_dt_microsite_transparent_logo_regular','a:0:{}'),(2694,150,'_dt_microsite_transparent_logo_hd','a:0:{}'),(2695,150,'_dt_microsite_mixed_logo_type','default'),(2696,150,'_dt_microsite_mixed_logo_regular','a:0:{}'),(2697,150,'_dt_microsite_mixed_logo_hd','a:0:{}'),(2698,150,'floating_logo_heading',''),(2699,150,'_dt_microsite_floating_logo_type','default'),(2700,150,'_dt_microsite_floating_logo_regular','a:0:{}'),(2701,150,'_dt_microsite_floating_logo_hd','a:0:{}'),(2702,150,'_dt_microsite_mobile_logo_type','default'),(2703,150,'_dt_microsite_mobile_logo_regular','a:0:{}'),(2704,150,'_dt_microsite_mobile_logo_hd','a:0:{}'),(2705,150,'_dt_microsite_transparent_mobile_logo_type','default'),(2706,150,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(2707,150,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(2708,150,'bottom_logo_heading',''),(2709,150,'_dt_microsite_bottom_logo_type','default'),(2710,150,'_dt_microsite_bottom_logo_regular','a:0:{}'),(2711,150,'_dt_microsite_bottom_logo_hd','a:0:{}'),(2712,150,'favicon_heading',''),(2713,150,'_dt_microsite_favicon_type','default'),(2714,150,'_dt_microsite_favicon','a:0:{}'),(2715,150,'_wp_old_date','2014-03-18'),(2716,150,'_wp_old_slug','http-the7-dream-demo-combusinessnews-2'),(2717,156,'_pingme','1'),(2718,156,'_encloseme','1'),(2719,156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2720,156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2721,156,'_edit_last','1'),(2722,156,'_wpb_vc_js_status','true'),(2723,156,'_wpb_vc_js_interface_version','2'),(2724,156,'slide_template','default'),(2725,156,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2726,156,'_dt_sidebar_position','right'),(2727,156,'_dt_sidebar_widgetarea_id','sidebar_1'),(2728,156,'_dt_footer_show','1'),(2729,156,'_dt_footer_widgetarea_id','sidebar_2'),(2730,156,'_dt_header_title','enabled'),(2731,156,'_dt_header_background','normal'),(2732,156,'_dt_slideshow_mode','revolution'),(2733,156,'_dt_slideshow_3d_layout','fullscreen-content'),(2734,156,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2735,156,'_dt_slideshow_layout','fullwidth'),(2736,156,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2737,156,'_dt_slideshow_scaling','fill'),(2738,156,'_dt_slideshow_autoplay','paused'),(2739,156,'_dt_slideshow_autoslide_interval','5000'),(2740,156,'_dt_slideshow_hide_captions','0'),(2741,156,'_dt_slideshow_slides_in_raw','5'),(2742,156,'_dt_slideshow_slides_in_column','3'),(2743,156,'_dt_slideshow_revolution_slider','none'),(2744,156,'_dt_slideshow_layer_slider','none'),(2745,156,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2746,156,'_dt_fancy_header_title_aligment','left'),(2747,156,'_dt_fancy_header_title_color','#000000'),(2748,156,'_dt_fancy_header_subtitle_color','#000000'),(2749,156,'_dt_fancy_header_bg_color','#ffffff'),(2750,156,'_dt_fancy_header_bg_repeat','no-repeat'),(2751,156,'_dt_fancy_header_bg_position_x','center'),(2752,156,'_dt_fancy_header_bg_position_y','center'),(2753,156,'_dt_fancy_header_bg_fullscreen','1'),(2754,156,'_dt_fancy_header_height','100'),(2755,156,'_dt_post_options_hide_thumbnail','0'),(2756,156,'_dt_post_options_related_mode','same'),(2757,156,'_dt_post_options_preview','normal'),(2758,156,'_dt_post_options_preview_style_gallery','standard_gallery'),(2759,156,'_dt_post_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(2760,156,'_dt_post_options_preview_style_video','image_play'),(2761,156,'_dt_custom_header_logo_regular','a:0:{}'),(2762,156,'_dt_custom_header_logo_hd','a:0:{}'),(2763,156,'_dt_header_transparent_bg_opacity','0'),(2764,156,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(2765,156,'_thumbnail_id','2221'),(2766,156,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2767,156,'_wp_page_template','default'),(2768,156,'_dt_sidebar_hide_on_mobile','0'),(2769,156,'_dt_footer_hide_on_mobile','0'),(2770,156,'_dt_header_background_below_slideshow','disabled'),(2771,156,'_dt_header_transparent_bg_color','#000000'),(2772,156,'_dt_header_transparent_bg_color_scheme','light'),(2773,156,'_dt_header_disabled_background','normal'),(2774,156,'_dt_header_disabled_transparent_bg_color','#000000'),(2775,156,'_dt_header_disabled_transparent_bg_opacity','50'),(2776,156,'_dt_header_disabled_transparent_bg_color_scheme','light'),(2777,156,'_dt_slideshow_photo_scroller_layout','fullscreen'),(2778,156,'_dt_slideshow_photo_scroller_bg_color','#000000'),(2779,156,'_dt_slideshow_photo_scroller_overlay','1'),(2780,156,'_dt_slideshow_photo_scroller_top_padding','0'),(2781,156,'_dt_slideshow_photo_scroller_bottom_padding','0'),(2782,156,'_dt_slideshow_photo_scroller_side_paddings','0'),(2783,156,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(2784,156,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(2785,156,'_dt_slideshow_photo_scroller_autoplay','play'),(2786,156,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(2787,156,'_dt_slideshow_photo_scroller_ls_max_width','100'),(2788,156,'_dt_slideshow_photo_scroller_ls_min_width','0'),(2789,156,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(2790,156,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(2791,156,'_dt_slideshow_photo_scroller_pt_max_width','100'),(2792,156,'_dt_slideshow_photo_scroller_pt_min_width','0'),(2793,156,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(2794,156,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(2795,156,'_dt_fancy_header_breadcrumbs','enabled'),(2796,156,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(2797,156,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(2798,156,'_dt_fancy_header_title_mode','custom'),(2799,156,'_dt_fancy_header_title_color_mode','color'),(2800,156,'_dt_fancy_header_subtitle_color_mode','color'),(2801,156,'_dt_post_options_back_button','0'),(2802,156,'_dt_fancy_header_title_font_size','52'),(2803,156,'_dt_fancy_header_title_line_height','62'),(2804,156,'_dt_fancy_header_subtitle_font_size','52'),(2805,156,'_dt_fancy_header_subtitle_line_height','62'),(2806,156,'_dt_header_transparent_top_bar_bg_color',''),(2807,156,'_dt_header_transparent_top_bar_bg_opacity','0'),(2808,156,'_dt_header_disabled_transparent_top_bar_bg_color',''),(2809,156,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(2810,156,'_dt_page_overrides_top_margin',''),(2811,156,'_dt_page_overrides_bottom_margin',''),(2812,156,'_dt_slideshow_photo_scroller_thumbnails_width',''),(2813,156,'fake_id',''),(2814,156,'_dt_fancy_header_layout_heading',''),(2815,156,'_dt_fancy_header_padding-top',''),(2816,156,'_dt_fancy_header_padding-bottom',''),(2817,156,'_dt_fancy_header_breadcrumbs_heading',''),(2818,156,'_dt_fancy_header_title_heading',''),(2819,156,'_dt_fancy_header_title',''),(2820,156,'_dt_fancy_header_uppercase','0'),(2821,156,'_dt_fancy_header_subtitle_heading',''),(2822,156,'_dt_fancy_header_subtitle',''),(2823,156,'_dt_fancy_header_subtitle_uppercase','0'),(2824,156,'_dt_fancy_header_bg_heading',''),(2825,156,'_dt_fancy_header_bg_image','a:0:{}'),(2826,156,'_dt_fancy_header_bg_overlay','0'),(2827,156,'_dt_fancy_header_overlay_color',''),(2828,156,'_dt_fancy_header_bg_overlay_opacity','0'),(2829,156,'_dt_fancy_header_scroll_effect','default'),(2830,156,'_dt_fancy_header_bg_parallax',''),(2831,156,'_dt_microsite_page_layout','wide'),(2832,156,'_dt_microsite_page_loading','enabled'),(2833,156,'_dt_microsite_primary_menu',''),(2834,156,'_dt_microsite_split_left_menu',''),(2835,156,'_dt_microsite_split_right_menu',''),(2836,156,'_dt_microsite_mobile_menu',''),(2837,156,'_dt_microsite_logo_link',''),(2838,156,'main_logo_heading',''),(2839,156,'_dt_microsite_main_logo_type','default'),(2840,156,'_dt_microsite_main_logo_regular','a:0:{}'),(2841,156,'_dt_microsite_main_logo_hd','a:0:{}'),(2842,156,'transparent_logo_heading',''),(2843,156,'_dt_microsite_transparent_logo_type','default'),(2844,156,'_dt_microsite_transparent_logo_regular','a:0:{}'),(2845,156,'_dt_microsite_transparent_logo_hd','a:0:{}'),(2846,156,'_dt_microsite_mixed_logo_type','default'),(2847,156,'_dt_microsite_mixed_logo_regular','a:0:{}'),(2848,156,'_dt_microsite_mixed_logo_hd','a:0:{}'),(2849,156,'floating_logo_heading',''),(2850,156,'_dt_microsite_floating_logo_type','default'),(2851,156,'_dt_microsite_floating_logo_regular','a:0:{}'),(2852,156,'_dt_microsite_floating_logo_hd','a:0:{}'),(2853,156,'_dt_microsite_mobile_logo_type','default'),(2854,156,'_dt_microsite_mobile_logo_regular','a:0:{}'),(2855,156,'_dt_microsite_mobile_logo_hd','a:0:{}'),(2856,156,'_dt_microsite_transparent_mobile_logo_type','default'),(2857,156,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(2858,156,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(2859,156,'bottom_logo_heading',''),(2860,156,'_dt_microsite_bottom_logo_type','default'),(2861,156,'_dt_microsite_bottom_logo_regular','a:0:{}'),(2862,156,'_dt_microsite_bottom_logo_hd','a:0:{}'),(2863,156,'favicon_heading',''),(2864,156,'_dt_microsite_favicon_type','default'),(2865,156,'_dt_microsite_favicon','a:0:{}'),(2866,156,'_wp_old_date','2014-05-12'),(2867,156,'_wp_old_slug','velit-esse-quam-nihil-molestiae'),(2868,156,'_wp_old_slug','google-startup-programmes-at-campus-warsaw'),(2869,156,'_wp_old_slug','nulla-erat-tincidunt-id-urna-sed-commodo-iaculis-magna'),(2870,191,'_pingme','1'),(2871,191,'_encloseme','1'),(2872,191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2873,191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2874,191,'_edit_last','1'),(2875,191,'_wpb_vc_js_status','true'),(2876,191,'_wpb_vc_js_interface_version','2'),(2877,191,'slide_template','default'),(2878,191,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2879,191,'_dt_sidebar_position','right'),(2880,191,'_dt_sidebar_widgetarea_id','sidebar_1'),(2881,191,'_dt_footer_show','1'),(2882,191,'_dt_footer_widgetarea_id','sidebar_2'),(2883,191,'_dt_header_title','enabled'),(2884,191,'_dt_header_background','normal'),(2885,191,'_dt_slideshow_mode','revolution'),(2886,191,'_dt_slideshow_3d_layout','fullscreen-content'),(2887,191,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2888,191,'_dt_slideshow_layout','fullwidth'),(2889,191,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2890,191,'_dt_slideshow_scaling','fill'),(2891,191,'_dt_slideshow_autoplay','paused'),(2892,191,'_dt_slideshow_autoslide_interval','5000'),(2893,191,'_dt_slideshow_hide_captions','0'),(2894,191,'_dt_slideshow_slides_in_raw','5'),(2895,191,'_dt_slideshow_slides_in_column','3'),(2896,191,'_dt_slideshow_revolution_slider','none'),(2897,191,'_dt_slideshow_layer_slider','none'),(2898,191,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2899,191,'_dt_fancy_header_title_aligment','left'),(2900,191,'_dt_fancy_header_title_color','#000000'),(2901,191,'_dt_fancy_header_subtitle_color','#000000'),(2902,191,'_dt_fancy_header_bg_color','#ffffff'),(2903,191,'_dt_fancy_header_bg_repeat','no-repeat'),(2904,191,'_dt_fancy_header_bg_position_x','center'),(2905,191,'_dt_fancy_header_bg_position_y','center'),(2906,191,'_dt_fancy_header_bg_fullscreen','1'),(2907,191,'_dt_fancy_header_height','100'),(2908,191,'_dt_post_options_hide_thumbnail','0'),(2909,191,'_dt_post_options_related_mode','same'),(2910,191,'_dt_post_options_preview','normal'),(2911,191,'_dt_post_options_preview_style_gallery','hovered_gallery'),(2912,191,'_dt_post_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(2913,191,'_dt_post_options_preview_style_video','image_play'),(2914,191,'_thumbnail_id','2231'),(2915,191,'_dt_custom_header_logo_regular','a:0:{}'),(2916,191,'_dt_custom_header_logo_hd','a:0:{}'),(2917,191,'_dt_header_transparent_bg_opacity','0'),(2918,191,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(2919,191,'_wp_page_template','default'),(2920,191,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2921,191,'_dt_sidebar_hide_on_mobile','0'),(2922,191,'_dt_footer_hide_on_mobile','0'),(2923,191,'_dt_header_background_below_slideshow','disabled'),(2924,191,'_dt_header_transparent_bg_color','#000000'),(2925,191,'_dt_header_transparent_bg_color_scheme','light'),(2926,191,'_dt_header_disabled_background','normal'),(2927,191,'_dt_header_disabled_transparent_bg_color','#000000'),(2928,191,'_dt_header_disabled_transparent_bg_opacity','50'),(2929,191,'_dt_header_disabled_transparent_bg_color_scheme','light'),(2930,191,'_dt_slideshow_photo_scroller_layout','fullscreen'),(2931,191,'_dt_slideshow_photo_scroller_bg_color','#000000'),(2932,191,'_dt_slideshow_photo_scroller_overlay','1'),(2933,191,'_dt_slideshow_photo_scroller_top_padding','0'),(2934,191,'_dt_slideshow_photo_scroller_bottom_padding','0'),(2935,191,'_dt_slideshow_photo_scroller_side_paddings','0'),(2936,191,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(2937,191,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(2938,191,'_dt_slideshow_photo_scroller_autoplay','play'),(2939,191,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(2940,191,'_dt_slideshow_photo_scroller_ls_max_width','100'),(2941,191,'_dt_slideshow_photo_scroller_ls_min_width','0'),(2942,191,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(2943,191,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(2944,191,'_dt_slideshow_photo_scroller_pt_max_width','100'),(2945,191,'_dt_slideshow_photo_scroller_pt_min_width','0'),(2946,191,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(2947,191,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(2948,191,'_dt_fancy_header_breadcrumbs','enabled'),(2949,191,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(2950,191,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(2951,191,'_dt_fancy_header_title_mode','custom'),(2952,191,'_dt_fancy_header_title_color_mode','color'),(2953,191,'_dt_fancy_header_subtitle_color_mode','color'),(2954,191,'_dt_post_options_back_button','0'),(2955,191,'_dt_fancy_header_title_font_size','52'),(2956,191,'_dt_fancy_header_title_line_height','62'),(2957,191,'_dt_fancy_header_subtitle_font_size','52'),(2958,191,'_dt_fancy_header_subtitle_line_height','62'),(2959,191,'_dt_header_transparent_top_bar_bg_color',''),(2960,191,'_dt_header_transparent_top_bar_bg_opacity','0'),(2961,191,'_dt_header_disabled_transparent_top_bar_bg_color',''),(2962,191,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(2963,191,'_dt_page_overrides_top_margin',''),(2964,191,'_dt_page_overrides_bottom_margin',''),(2965,191,'_dt_slideshow_photo_scroller_thumbnails_width',''),(2966,191,'fake_id',''),(2967,191,'_dt_fancy_header_layout_heading',''),(2968,191,'_dt_fancy_header_padding-top',''),(2969,191,'_dt_fancy_header_padding-bottom',''),(2970,191,'_dt_fancy_header_breadcrumbs_heading',''),(2971,191,'_dt_fancy_header_title_heading',''),(2972,191,'_dt_fancy_header_title',''),(2973,191,'_dt_fancy_header_uppercase','0'),(2974,191,'_dt_fancy_header_subtitle_heading',''),(2975,191,'_dt_fancy_header_subtitle',''),(2976,191,'_dt_fancy_header_subtitle_uppercase','0'),(2977,191,'_dt_fancy_header_bg_heading',''),(2978,191,'_dt_fancy_header_bg_image','a:0:{}'),(2979,191,'_dt_fancy_header_bg_overlay','0'),(2980,191,'_dt_fancy_header_overlay_color',''),(2981,191,'_dt_fancy_header_bg_overlay_opacity','0'),(2982,191,'_dt_fancy_header_scroll_effect','default'),(2983,191,'_dt_fancy_header_bg_parallax',''),(2984,191,'_dt_microsite_page_layout','wide'),(2985,191,'_dt_microsite_page_loading','enabled'),(2986,191,'_dt_microsite_primary_menu',''),(2987,191,'_dt_microsite_split_left_menu',''),(2988,191,'_dt_microsite_split_right_menu',''),(2989,191,'_dt_microsite_mobile_menu',''),(2990,191,'_dt_microsite_logo_link',''),(2991,191,'main_logo_heading',''),(2992,191,'_dt_microsite_main_logo_type','default'),(2993,191,'_dt_microsite_main_logo_regular','a:0:{}'),(2994,191,'_dt_microsite_main_logo_hd','a:0:{}'),(2995,191,'transparent_logo_heading',''),(2996,191,'_dt_microsite_transparent_logo_type','default'),(2997,191,'_dt_microsite_transparent_logo_regular','a:0:{}'),(2998,191,'_dt_microsite_transparent_logo_hd','a:0:{}'),(2999,191,'_dt_microsite_mixed_logo_type','default'),(3000,191,'_dt_microsite_mixed_logo_regular','a:0:{}'),(3001,191,'_dt_microsite_mixed_logo_hd','a:0:{}'),(3002,191,'floating_logo_heading',''),(3003,191,'_dt_microsite_floating_logo_type','default'),(3004,191,'_dt_microsite_floating_logo_regular','a:0:{}'),(3005,191,'_dt_microsite_floating_logo_hd','a:0:{}'),(3006,191,'_dt_microsite_mobile_logo_type','default'),(3007,191,'_dt_microsite_mobile_logo_regular','a:0:{}'),(3008,191,'_dt_microsite_mobile_logo_hd','a:0:{}'),(3009,191,'_dt_microsite_transparent_mobile_logo_type','default'),(3010,191,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(3011,191,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(3012,191,'bottom_logo_heading',''),(3013,191,'_dt_microsite_bottom_logo_type','default'),(3014,191,'_dt_microsite_bottom_logo_regular','a:0:{}'),(3015,191,'_dt_microsite_bottom_logo_hd','a:0:{}'),(3016,191,'favicon_heading',''),(3017,191,'_dt_microsite_favicon_type','default'),(3018,191,'_dt_microsite_favicon','a:0:{}'),(3019,191,'_wp_old_slug','191'),(3020,191,'_wp_old_date','2014-03-18'),(3021,191,'_wp_old_slug','2018-european-innovation-week'),(3022,592,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3023,592,'_wpb_shortcodes_custom_css','.vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}.vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}.vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1532719869344{margin-bottom: 80px !important;}.vc_custom_1532719893927{margin-bottom: 80px !important;}.vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(3024,592,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3025,592,'_wpb_shortcodes_custom_css','.vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}.vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}.vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1532719869344{margin-bottom: 80px !important;}.vc_custom_1532719893927{margin-bottom: 80px !important;}.vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(3026,592,'_wp_page_template','default'),(3027,592,'_edit_last','1'),(3028,592,'_wpb_vc_js_status','true'),(3029,592,'_wpb_vc_js_interface_version','0'),(3030,592,'slide_template','default'),(3031,592,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3032,592,'_dt_sidebar_position','disabled'),(3033,592,'_dt_sidebar_widgetarea_id','sidebar_1'),(3034,592,'_dt_footer_show','1'),(3035,592,'_dt_footer_widgetarea_id','sidebar_2'),(3036,592,'_dt_header_title','slideshow'),(3037,592,'_dt_header_background','normal'),(3038,592,'_dt_slideshow_mode','revolution'),(3039,592,'_dt_slideshow_3d_layout','fullscreen-content'),(3040,592,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3041,592,'_dt_slideshow_layout','fullwidth'),(3042,592,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:1:\"6\";}'),(3043,592,'_dt_slideshow_scaling','fill'),(3044,592,'_dt_slideshow_autoplay','play'),(3045,592,'_dt_slideshow_autoslide_interval','5000'),(3046,592,'_dt_slideshow_hide_captions','0'),(3047,592,'_dt_slideshow_slides_in_raw','5'),(3048,592,'_dt_slideshow_slides_in_column','3'),(3049,592,'_dt_slideshow_revolution_slider','news-gallery4'),(3050,592,'_dt_slideshow_layer_slider','none'),(3051,592,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3052,592,'_dt_fancy_header_title_aligment','left'),(3053,592,'_dt_fancy_header_title_color','#000000'),(3054,592,'_dt_fancy_header_subtitle_color','#000000'),(3055,592,'_dt_fancy_header_bg_color','#ffffff'),(3056,592,'_dt_fancy_header_bg_repeat','no-repeat'),(3057,592,'_dt_fancy_header_bg_position_x','center'),(3058,592,'_dt_fancy_header_bg_position_y','center'),(3059,592,'_dt_fancy_header_bg_fullscreen','1'),(3060,592,'_dt_fancy_header_height','100'),(3061,592,'_dt_custom_header_logo_regular','a:0:{}'),(3062,592,'_dt_custom_header_logo_hd','a:0:{}'),(3063,592,'_dt_header_transparent_bg_opacity','50'),(3064,592,'_dt_slideshow_photo_scroller_inactive_opacity','0'),(3065,592,'_dt_header_transparent_bg_style','solid_background'),(3066,592,'_dt_header_transparent_bg_color','#000000'),(3067,592,'_dt_header_transparent_menu_text_color_mode','theme'),(3068,592,'_dt_header_transparent_menu_hover_color_mode','theme'),(3069,592,'_dt_header_transparent_menu_top_bar_color_mode','theme'),(3070,592,'_dt_slideshow_photo_scroller_layout','fullscreen'),(3071,592,'_dt_slideshow_photo_scroller_bg_color','#000000'),(3072,592,'_dt_slideshow_photo_scroller_overlay','1'),(3073,592,'_dt_slideshow_photo_scroller_top_padding','0'),(3074,592,'_dt_slideshow_photo_scroller_bottom_padding','0'),(3075,592,'_dt_slideshow_photo_scroller_side_paddings','0'),(3076,592,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(3077,592,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(3078,592,'_dt_slideshow_photo_scroller_autoplay','play'),(3079,592,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(3080,592,'_dt_slideshow_photo_scroller_ls_max_width','100'),(3081,592,'_dt_slideshow_photo_scroller_ls_min_width','0'),(3082,592,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(3083,592,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(3084,592,'_dt_slideshow_photo_scroller_pt_max_width','100'),(3085,592,'_dt_slideshow_photo_scroller_pt_min_width','0'),(3086,592,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(3087,592,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(3088,592,'_dt_fancy_header_breadcrumbs','enabled'),(3089,592,'_dt_fancy_header_breadcrumbs_text_color','#000000'),(3090,592,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(3091,592,'_dt_fancy_header_title_color_mode','color'),(3092,592,'_dt_fancy_header_subtitle_color_mode','color'),(3093,592,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3094,592,'_dt_sidebar_hide_on_mobile','0'),(3095,592,'_dt_footer_hide_on_mobile','0'),(3096,592,'_dt_header_background_below_slideshow','disabled'),(3097,592,'_dt_header_transparent_bg_color_scheme','from_options'),(3098,592,'_dt_fancy_header_title_mode','custom'),(3099,592,'_dt_header_disabled_background','normal'),(3100,592,'_dt_header_disabled_transparent_bg_color','#000000'),(3101,592,'_dt_header_disabled_transparent_bg_opacity','50'),(3102,592,'_dt_header_disabled_transparent_bg_color_scheme','light'),(3103,592,'_wpb_shortcodes_custom_css','.vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}.vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}.vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1532719869344{margin-bottom: 80px !important;}.vc_custom_1532719893927{margin-bottom: 80px !important;}.vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(3104,592,'_dt_page_overrides_top_margin','0'),(3105,592,'_dt_page_overrides_bottom_margin','0'),(3106,592,'_dt_fancy_header_title_font_size','52'),(3107,592,'_dt_fancy_header_title_line_height','62'),(3108,592,'_dt_fancy_header_subtitle_font_size','52'),(3109,592,'_dt_fancy_header_subtitle_line_height','62'),(3110,592,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(3111,592,'_dt_header_transparent_top_bar_bg_opacity','25'),(3112,592,'_dt_slideshow_photo_scroller_thumbnails_width',''),(3113,592,'fake_id',''),(3114,592,'_dt_fancy_header_layout_heading',''),(3115,592,'_dt_fancy_header_padding-top',''),(3116,592,'_dt_fancy_header_padding-bottom',''),(3117,592,'_dt_fancy_header_breadcrumbs_heading',''),(3118,592,'_dt_fancy_header_title_heading',''),(3119,592,'_dt_fancy_header_title',''),(3120,592,'_dt_fancy_header_uppercase','0'),(3121,592,'_dt_fancy_header_subtitle_heading',''),(3122,592,'_dt_fancy_header_subtitle',''),(3123,592,'_dt_fancy_header_subtitle_uppercase','0'),(3124,592,'_dt_fancy_header_bg_heading',''),(3125,592,'_dt_fancy_header_bg_image','a:0:{}'),(3126,592,'_dt_fancy_header_bg_overlay','0'),(3127,592,'_dt_fancy_header_overlay_color',''),(3128,592,'_dt_fancy_header_bg_overlay_opacity','0'),(3129,592,'_dt_fancy_header_scroll_effect','default'),(3130,592,'_dt_fancy_header_bg_parallax',''),(3131,592,'_dt_content_display','no'),(3132,592,'_dt_content_position','before_items'),(3133,592,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3134,592,'_dt_blog_options_layout','masonry'),(3135,592,'_dt_blog_options_item_padding','20'),(3136,592,'_dt_blog_options_target_width','370'),(3137,592,'_dt_blog_options_columns_number','3'),(3138,592,'_dt_blog_options_full_width','0'),(3139,592,'_dt_blog_options_posts_same_width','0'),(3140,592,'_dt_blog_options_bg_under_masonry_posts','disabled'),(3141,592,'_dt_blog_options_post_content_alignment','left'),(3142,592,'_dt_blog_options_list_layout','list'),(3143,592,'_dt_blog_options_bg_under_list_posts','1'),(3144,592,'_dt_blog_options_enable_fancy_date','1'),(3145,592,'_dt_blog_options_image_layout','original'),(3146,592,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3147,592,'_dt_blog_options_thumb_width',''),(3148,592,'_dt_blog_options_ppp',''),(3149,592,'_dt_blog_options_load_style','ajax_pagination'),(3150,592,'_dt_blog_options_load_effect','fade_in'),(3151,592,'_dt_blog_options_show_all_pages','0'),(3152,592,'_dt_blog_options_show_exerpts','1'),(3153,592,'_dt_blog_options_show_details','1'),(3154,592,'_dt_blog_options_show_filter','0'),(3155,592,'_dt_blog_options_show_orderby','0'),(3156,592,'_dt_blog_options_show_order','0'),(3157,592,'_dt_blog_options_show_categories_in_post_meta','1'),(3158,592,'_dt_blog_options_show_date_in_post_meta','1'),(3159,592,'_dt_blog_options_show_author_in_post_meta','1'),(3160,592,'_dt_blog_options_show_comments_in_post_meta','1'),(3161,592,'_dt_blog_options_order','DESC'),(3162,592,'_dt_blog_options_orderby','date'),(3163,592,'_dt_microsite_page_layout','wide'),(3164,592,'_dt_microsite_page_loading','enabled'),(3165,592,'_dt_microsite_primary_menu',''),(3166,592,'_dt_microsite_split_left_menu',''),(3167,592,'_dt_microsite_split_right_menu',''),(3168,592,'_dt_microsite_mobile_menu',''),(3169,592,'_dt_microsite_logo_link',''),(3170,592,'main_logo_heading',''),(3171,592,'_dt_microsite_main_logo_type','default'),(3172,592,'_dt_microsite_main_logo_regular','a:0:{}'),(3173,592,'_dt_microsite_main_logo_hd','a:0:{}'),(3174,592,'transparent_logo_heading',''),(3175,592,'_dt_microsite_transparent_logo_type','default'),(3176,592,'_dt_microsite_transparent_logo_regular','a:0:{}'),(3177,592,'_dt_microsite_transparent_logo_hd','a:0:{}'),(3178,592,'_dt_microsite_mixed_logo_type','default'),(3179,592,'_dt_microsite_mixed_logo_regular','a:0:{}'),(3180,592,'_dt_microsite_mixed_logo_hd','a:0:{}'),(3181,592,'floating_logo_heading',''),(3182,592,'_dt_microsite_floating_logo_type','default'),(3183,592,'_dt_microsite_floating_logo_regular','a:0:{}'),(3184,592,'_dt_microsite_floating_logo_hd','a:0:{}'),(3185,592,'_dt_microsite_mobile_logo_type','default'),(3186,592,'_dt_microsite_mobile_logo_regular','a:0:{}'),(3187,592,'_dt_microsite_mobile_logo_hd','a:0:{}'),(3188,592,'_dt_microsite_transparent_mobile_logo_type','default'),(3189,592,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(3190,592,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(3191,592,'bottom_logo_heading',''),(3192,592,'_dt_microsite_bottom_logo_type','default'),(3193,592,'_dt_microsite_bottom_logo_regular','a:0:{}'),(3194,592,'_dt_microsite_bottom_logo_hd','a:0:{}'),(3195,592,'favicon_heading',''),(3196,592,'_dt_microsite_favicon_type','default'),(3197,592,'_dt_microsite_favicon','a:0:{}'),(3198,592,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3199,592,'_dt_portfolio_options_list_layout','list'),(3200,592,'_dt_portfolio_options_bg_under_list_posts','1'),(3201,592,'_dt_portfolio_options_list_hover_bg_color','theme'),(3202,592,'_dt_portfolio_options_masonry_layout','masonry'),(3203,592,'_dt_portfolio_options_item_padding','20'),(3204,592,'_dt_portfolio_options_target_height','250'),(3205,592,'_dt_portfolio_options_target_width','370'),(3206,592,'_dt_portfolio_options_columns_number','3'),(3207,592,'_dt_portfolio_options_full_width','0'),(3208,592,'_dt_portfolio_options_description','under_image'),(3209,592,'_dt_portfolio_options_hover_animation','fade'),(3210,592,'_dt_portfolio_options_hover_bg_color','theme'),(3211,592,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(3212,592,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(3213,592,'_dt_portfolio_options_post_content_alignment','left'),(3214,592,'_dt_portfolio_options_bg_post_content_alignment','center'),(3215,592,'_dt_portfolio_options_lines_animation_effect','1'),(3216,592,'_dt_portfolio_options_title_visibility','on_hoover'),(3217,592,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(3218,592,'_dt_portfolio_options_jgrid_hover_animation','fade'),(3219,592,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(3220,592,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(3221,592,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(3222,592,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(3223,592,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(3224,592,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(3225,592,'_dt_portfolio_options_posts_same_width','0'),(3226,592,'_dt_portfolio_options_hide_last_row','0'),(3227,592,'_dt_portfolio_options_image_layout','original'),(3228,592,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3229,592,'_dt_portfolio_options_thumb_width',''),(3230,592,'_dt_portfolio_options_ppp',''),(3231,592,'_dt_portfolio_options_load_style','ajax_pagination'),(3232,592,'_dt_portfolio_options_load_effect','fade_in'),(3233,592,'_dt_portfolio_options_show_titles','1'),(3234,592,'_dt_portfolio_options_show_exerpts','1'),(3235,592,'_dt_portfolio_options_show_categories_in_post_meta','1'),(3236,592,'_dt_portfolio_options_show_date_in_post_meta','1'),(3237,592,'_dt_portfolio_options_show_author_in_post_meta','1'),(3238,592,'_dt_portfolio_options_show_comments_in_post_meta','1'),(3239,592,'_dt_portfolio_options_show_details','1'),(3240,592,'_dt_portfolio_options_show_links','1'),(3241,592,'_dt_portfolio_options_show_zoom','1'),(3242,592,'_dt_portfolio_options_show_details_buttons','1'),(3243,592,'_dt_portfolio_options_show_filter','1'),(3244,592,'_dt_portfolio_options_show_orderby','1'),(3245,592,'_dt_portfolio_options_show_order','1'),(3246,592,'_dt_portfolio_options_show_all_pages','0'),(3247,592,'_dt_portfolio_options_order','DESC'),(3248,592,'_dt_portfolio_options_orderby','date'),(3249,592,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3250,592,'_dt_team_options_masonry_layout','masonry'),(3251,592,'_dt_team_options_item_padding','20'),(3252,592,'_dt_team_options_target_width','370'),(3253,592,'_dt_team_options_columns_number','3'),(3254,592,'_dt_team_options_full_width','0'),(3255,592,'_dt_team_options_bg_under_posts','1'),(3256,592,'_dt_team_options_image_layout','original'),(3257,592,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3258,592,'_dt_team_options_round_images','0'),(3259,592,'_dt_team_options_show_exerpts','1'),(3260,592,'_dt_team_options_ppp',''),(3261,592,'_dt_team_options_order','DESC'),(3262,592,'_dt_team_options_orderby','date'),(3263,592,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3264,592,'_dt_testimonials_options_masonry_layout','masonry'),(3265,592,'_dt_testimonials_options_item_padding','20'),(3266,592,'_dt_testimonials_options_target_width','370'),(3267,592,'_dt_testimonials_options_columns_number','3'),(3268,592,'_dt_testimonials_options_full_width','0'),(3269,592,'_dt_testimonials_options_ppp',''),(3270,592,'_dt_testimonials_options_load_style','ajax_pagination'),(3271,592,'_dt_testimonials_options_load_effect','fade_in'),(3272,592,'_dt_header_disabled_transparent_top_bar_bg_color',''),(3273,592,'_dt_header_disabled_transparent_top_bar_bg_opacity','0'),(3274,592,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(3275,592,'_dt_albums_options_layout','masonry'),(3276,592,'_dt_albums_options_item_padding','20'),(3277,592,'_dt_albums_options_target_height','250'),(3278,592,'_dt_albums_options_target_width','370'),(3279,592,'_dt_albums_options_columns_number','3'),(3280,592,'_dt_albums_options_full_width','0'),(3281,592,'_dt_albums_options_description','under_image'),(3282,592,'_dt_albums_options_hover_animation','fade'),(3283,592,'_dt_albums_options_hover_bg_color','theme'),(3284,592,'_dt_albums_options_bg_under_masonry_posts','disabled'),(3285,592,'_dt_albums_options_hover_content_visibility','on_hoover'),(3286,592,'_dt_albums_options_post_content_alignment','left'),(3287,592,'_dt_albums_options_bg_post_content_alignment','center'),(3288,592,'_dt_albums_options_lines_animation_effect','1'),(3289,592,'_dt_albums_options_title_visibility','on_hoover'),(3290,592,'_dt_albums_options_posts_same_width','0'),(3291,592,'_dt_albums_options_hide_last_row','0'),(3292,592,'_dt_albums_options_jgrid_description','on_hoover_centered'),(3293,592,'_dt_albums_options_jgrid_hover_animation','fade'),(3294,592,'_dt_albums_options_jgrid_hover_bg_color','theme'),(3295,592,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(3296,592,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(3297,592,'_dt_albums_options_jgrid_post_content_alignment','left'),(3298,592,'_dt_albums_options_jgrid_lines_animation_effect','1'),(3299,592,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(3300,592,'_dt_albums_options_image_layout','original'),(3301,592,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3302,592,'_dt_albums_options_ppp',''),(3303,592,'_dt_albums_options_load_style','ajax_pagination'),(3304,592,'_dt_albums_options_load_effect','fade_in'),(3305,592,'_dt_albums_options_show_titles','1'),(3306,592,'_dt_albums_options_show_exerpts','1'),(3307,592,'_dt_albums_options_show_round_miniatures','1'),(3308,592,'_dt_albums_options_show_categories_in_post_meta','1'),(3309,592,'_dt_albums_options_show_date_in_post_meta','1'),(3310,592,'_dt_albums_options_show_author_in_post_meta','1'),(3311,592,'_dt_albums_options_show_comments_in_post_meta','1'),(3312,592,'_dt_albums_options_show_numbers_in_post_meta','1'),(3313,592,'_dt_albums_options_show_filter','1'),(3314,592,'_dt_albums_options_show_orderby','1'),(3315,592,'_dt_albums_options_show_order','1'),(3316,592,'_dt_albums_options_show_all_pages','0'),(3317,592,'_dt_albums_options_order','DESC'),(3318,592,'_dt_albums_options_orderby','date'),(3319,592,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(3320,592,'_dt_media_options_layout','masonry'),(3321,592,'_dt_media_options_item_padding','20'),(3322,592,'_dt_media_options_target_height','250'),(3323,592,'_dt_media_options_target_width','370'),(3324,592,'_dt_media_options_columns_number','3'),(3325,592,'_dt_media_options_full_width','0'),(3326,592,'_dt_media_options_hide_last_row','0'),(3327,592,'_dt_media_options_image_layout','original'),(3328,592,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3329,592,'_dt_media_options_ppp',''),(3330,592,'_dt_media_options_load_style','ajax_pagination'),(3331,592,'_dt_media_options_load_effect','fade_in'),(3332,592,'_dt_media_options_show_titles','1'),(3333,592,'_dt_media_options_show_exerpts','1'),(3334,592,'_dt_media_options_show_all_pages','0'),(3335,592,'_dt_media_options_order','DESC'),(3336,592,'_dt_media_options_orderby','date'),(3338,2337,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3339,2337,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529691469812{padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529690942376{padding-bottom: 60px !important;}.vc_custom_1529690947515{padding-bottom: 60px !important;}.vc_custom_1529689078032{padding-bottom: 30px !important;}.vc_custom_1529689082737{padding-bottom: 30px !important;}.vc_custom_1529691492094{padding-bottom: 60px !important;}.vc_custom_1529690977033{padding-bottom: 60px !important;}.vc_custom_1529689146601{padding-bottom: 30px !important;}.vc_custom_1529689339695{padding-bottom: 30px !important;}'),(3340,2337,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3341,2337,'_edit_last','1'),(3342,2337,'_wp_page_template','default'),(3343,2337,'slide_template','default'),(3344,2337,'_wpb_vc_js_status','true'),(3345,2337,'_dt_sidebar_position','disabled'),(3346,2337,'_dt_sidebar_widgetarea_id','sidebar_1'),(3347,2337,'_dt_sidebar_hide_on_mobile','0'),(3348,2337,'_dt_footer_show','1'),(3349,2337,'_dt_footer_widgetarea_id','sidebar_2'),(3350,2337,'_dt_footer_hide_on_mobile','0'),(3351,2337,'_dt_header_title','enabled'),(3352,2337,'_dt_header_background','normal'),(3353,2337,'_dt_header_background_below_slideshow','disabled'),(3354,2337,'_dt_header_transparent_bg_color_scheme','light'),(3355,2337,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(3356,2337,'_dt_header_transparent_top_bar_bg_opacity','25'),(3357,2337,'_dt_header_transparent_bg_color','#000000'),(3358,2337,'_dt_header_transparent_bg_opacity','50'),(3359,2337,'_dt_header_disabled_background','normal'),(3360,2337,'_dt_header_disabled_transparent_bg_color_scheme','light'),(3361,2337,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(3362,2337,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(3363,2337,'_dt_header_disabled_transparent_bg_color','#000000'),(3364,2337,'_dt_header_disabled_transparent_bg_opacity','50'),(3365,2337,'_dt_page_overrides_top_margin','0'),(3366,2337,'_dt_page_overrides_bottom_margin','0'),(3367,2337,'_dt_slideshow_mode','revolution'),(3368,2337,'_dt_slideshow_layout','fullwidth'),(3369,2337,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3370,2337,'_dt_slideshow_scaling','fill'),(3371,2337,'_dt_slideshow_autoplay','paused'),(3372,2337,'_dt_slideshow_autoslide_interval','5000'),(3373,2337,'_dt_slideshow_hide_captions','0'),(3374,2337,'_dt_slideshow_photo_scroller_layout','fullscreen'),(3375,2337,'_dt_slideshow_photo_scroller_bg_color','#000000'),(3376,2337,'_dt_slideshow_photo_scroller_overlay','1'),(3377,2337,'_dt_slideshow_photo_scroller_top_padding','0'),(3378,2337,'_dt_slideshow_photo_scroller_bottom_padding','0'),(3379,2337,'_dt_slideshow_photo_scroller_side_paddings','0'),(3380,2337,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(3381,2337,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(3382,2337,'_dt_slideshow_photo_scroller_thumbnails_width',''),(3383,2337,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(3384,2337,'_dt_slideshow_photo_scroller_autoplay','play'),(3385,2337,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(3386,2337,'fake_id',''),(3387,2337,'_dt_slideshow_photo_scroller_ls_max_width','100'),(3388,2337,'_dt_slideshow_photo_scroller_ls_min_width','0'),(3389,2337,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(3390,2337,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(3391,2337,'_dt_slideshow_photo_scroller_pt_max_width','100'),(3392,2337,'_dt_slideshow_photo_scroller_pt_min_width','0'),(3393,2337,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(3394,2337,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(3395,2337,'_dt_slideshow_revolution_slider','none'),(3396,2337,'_dt_slideshow_layer_slider','none'),(3397,2337,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3398,2337,'_dt_fancy_header_layout_heading',''),(3399,2337,'_dt_fancy_header_title_aligment','center'),(3400,2337,'_dt_fancy_header_height','300'),(3401,2337,'_dt_fancy_header_padding-top','0px'),(3402,2337,'_dt_fancy_header_padding-bottom','0px'),(3403,2337,'_dt_fancy_header_breadcrumbs_heading',''),(3404,2337,'_dt_fancy_header_breadcrumbs','enabled'),(3405,2337,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(3406,2337,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(3407,2337,'_dt_fancy_header_title_heading',''),(3408,2337,'_dt_fancy_header_title_mode','custom'),(3409,2337,'_dt_fancy_header_title',''),(3410,2337,'_dt_fancy_header_title_font_size','30'),(3411,2337,'_dt_fancy_header_title_line_height','36'),(3412,2337,'_dt_fancy_header_uppercase','0'),(3413,2337,'_dt_fancy_header_title_color_mode','color'),(3414,2337,'_dt_fancy_header_title_color','#ffffff'),(3415,2337,'_dt_fancy_header_subtitle_heading',''),(3416,2337,'_dt_fancy_header_subtitle',''),(3417,2337,'_dt_fancy_header_subtitle_font_size','18'),(3418,2337,'_dt_fancy_header_subtitle_line_height','26'),(3419,2337,'_dt_fancy_header_subtitle_uppercase','0'),(3420,2337,'_dt_fancy_header_subtitle_color_mode','color'),(3421,2337,'_dt_fancy_header_subtitle_color','#ffffff'),(3422,2337,'_dt_fancy_header_bg_heading',''),(3423,2337,'_dt_fancy_header_bg_color','#222222'),(3424,2337,'_dt_fancy_header_bg_image','a:0:{}'),(3425,2337,'_dt_fancy_header_bg_repeat','no-repeat'),(3426,2337,'_dt_fancy_header_bg_position_x','center'),(3427,2337,'_dt_fancy_header_bg_position_y','center'),(3428,2337,'_dt_fancy_header_bg_fullscreen','1'),(3429,2337,'_dt_fancy_header_bg_overlay','0'),(3430,2337,'_dt_fancy_header_overlay_color','#000'),(3431,2337,'_dt_fancy_header_bg_overlay_opacity','50'),(3432,2337,'_dt_fancy_header_scroll_effect','default'),(3433,2337,'_dt_fancy_header_bg_parallax','0.5'),(3434,2337,'_dt_content_display','no'),(3435,2337,'_dt_content_position','before_items'),(3436,2337,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3437,2337,'_dt_blog_options_layout','masonry'),(3438,2337,'_dt_blog_options_item_padding','20'),(3439,2337,'_dt_blog_options_target_width','370'),(3440,2337,'_dt_blog_options_columns_number','3'),(3441,2337,'_dt_blog_options_full_width','0'),(3442,2337,'_dt_blog_options_posts_same_width','0'),(3443,2337,'_dt_blog_options_bg_under_masonry_posts','disabled'),(3444,2337,'_dt_blog_options_post_content_alignment','left'),(3445,2337,'_dt_blog_options_list_layout','list'),(3446,2337,'_dt_blog_options_bg_under_list_posts','1'),(3447,2337,'_dt_blog_options_enable_fancy_date','1'),(3448,2337,'_dt_blog_options_image_layout','original'),(3449,2337,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3450,2337,'_dt_blog_options_thumb_width',''),(3451,2337,'_dt_blog_options_ppp',''),(3452,2337,'_dt_blog_options_load_style','ajax_pagination'),(3453,2337,'_dt_blog_options_load_effect','fade_in'),(3454,2337,'_dt_blog_options_show_all_pages','0'),(3455,2337,'_dt_blog_options_show_exerpts','1'),(3456,2337,'_dt_blog_options_show_details','1'),(3457,2337,'_dt_blog_options_show_filter','0'),(3458,2337,'_dt_blog_options_show_orderby','0'),(3459,2337,'_dt_blog_options_show_order','0'),(3460,2337,'_dt_blog_options_show_categories_in_post_meta','1'),(3461,2337,'_dt_blog_options_show_date_in_post_meta','1'),(3462,2337,'_dt_blog_options_show_author_in_post_meta','1'),(3463,2337,'_dt_blog_options_show_comments_in_post_meta','1'),(3464,2337,'_dt_blog_options_order','DESC'),(3465,2337,'_dt_blog_options_orderby','date'),(3466,2337,'_dt_microsite_page_layout','wide'),(3467,2337,'_dt_microsite_page_loading','enabled'),(3468,2337,'_dt_microsite_primary_menu',''),(3469,2337,'_dt_microsite_split_left_menu',''),(3470,2337,'_dt_microsite_split_right_menu',''),(3471,2337,'_dt_microsite_mobile_menu',''),(3472,2337,'_dt_microsite_logo_link',''),(3473,2337,'main_logo_heading',''),(3474,2337,'_dt_microsite_main_logo_type','default'),(3475,2337,'_dt_microsite_main_logo_regular','a:0:{}'),(3476,2337,'_dt_microsite_main_logo_hd','a:0:{}'),(3477,2337,'transparent_logo_heading',''),(3478,2337,'_dt_microsite_transparent_logo_type','default'),(3479,2337,'_dt_microsite_transparent_logo_regular','a:0:{}'),(3480,2337,'_dt_microsite_transparent_logo_hd','a:0:{}'),(3481,2337,'_dt_microsite_mixed_logo_type','default'),(3482,2337,'_dt_microsite_mixed_logo_regular','a:0:{}'),(3483,2337,'_dt_microsite_mixed_logo_hd','a:0:{}'),(3484,2337,'floating_logo_heading',''),(3485,2337,'_dt_microsite_floating_logo_type','default'),(3486,2337,'_dt_microsite_floating_logo_regular','a:0:{}'),(3487,2337,'_dt_microsite_floating_logo_hd','a:0:{}'),(3488,2337,'_dt_microsite_mobile_logo_type','default'),(3489,2337,'_dt_microsite_mobile_logo_regular','a:0:{}'),(3490,2337,'_dt_microsite_mobile_logo_hd','a:0:{}'),(3491,2337,'_dt_microsite_transparent_mobile_logo_type','default'),(3492,2337,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(3493,2337,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(3494,2337,'bottom_logo_heading',''),(3495,2337,'_dt_microsite_bottom_logo_type','default'),(3496,2337,'_dt_microsite_bottom_logo_regular','a:0:{}'),(3497,2337,'_dt_microsite_bottom_logo_hd','a:0:{}'),(3498,2337,'favicon_heading',''),(3499,2337,'_dt_microsite_favicon_type','default'),(3500,2337,'_dt_microsite_favicon','a:0:{}'),(3501,2337,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3502,2337,'_dt_portfolio_options_list_layout','list'),(3503,2337,'_dt_portfolio_options_bg_under_list_posts','1'),(3504,2337,'_dt_portfolio_options_list_hover_bg_color','theme'),(3505,2337,'_dt_portfolio_options_masonry_layout','masonry'),(3506,2337,'_dt_portfolio_options_item_padding','20'),(3507,2337,'_dt_portfolio_options_target_height','250'),(3508,2337,'_dt_portfolio_options_target_width','370'),(3509,2337,'_dt_portfolio_options_columns_number','3'),(3510,2337,'_dt_portfolio_options_full_width','0'),(3511,2337,'_dt_portfolio_options_description','under_image'),(3512,2337,'_dt_portfolio_options_hover_animation','fade'),(3513,2337,'_dt_portfolio_options_hover_bg_color','theme'),(3514,2337,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(3515,2337,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(3516,2337,'_dt_portfolio_options_post_content_alignment','left'),(3517,2337,'_dt_portfolio_options_bg_post_content_alignment','center'),(3518,2337,'_dt_portfolio_options_lines_animation_effect','1'),(3519,2337,'_dt_portfolio_options_title_visibility','on_hoover'),(3520,2337,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(3521,2337,'_dt_portfolio_options_jgrid_hover_animation','fade'),(3522,2337,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(3523,2337,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(3524,2337,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(3525,2337,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(3526,2337,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(3527,2337,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(3528,2337,'_dt_portfolio_options_posts_same_width','0'),(3529,2337,'_dt_portfolio_options_hide_last_row','0'),(3530,2337,'_dt_portfolio_options_image_layout','original'),(3531,2337,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3532,2337,'_dt_portfolio_options_thumb_width',''),(3533,2337,'_dt_portfolio_options_ppp',''),(3534,2337,'_dt_portfolio_options_load_style','ajax_pagination'),(3535,2337,'_dt_portfolio_options_load_effect','fade_in'),(3536,2337,'_dt_portfolio_options_show_titles','1'),(3537,2337,'_dt_portfolio_options_show_exerpts','1'),(3538,2337,'_dt_portfolio_options_show_categories_in_post_meta','1'),(3539,2337,'_dt_portfolio_options_show_date_in_post_meta','1'),(3540,2337,'_dt_portfolio_options_show_author_in_post_meta','1'),(3541,2337,'_dt_portfolio_options_show_comments_in_post_meta','1'),(3542,2337,'_dt_portfolio_options_show_details','1'),(3543,2337,'_dt_portfolio_options_show_links','1'),(3544,2337,'_dt_portfolio_options_show_zoom','1'),(3545,2337,'_dt_portfolio_options_show_details_buttons','1'),(3546,2337,'_dt_portfolio_options_show_filter','1'),(3547,2337,'_dt_portfolio_options_show_orderby','1'),(3548,2337,'_dt_portfolio_options_show_order','1'),(3549,2337,'_dt_portfolio_options_show_all_pages','0'),(3550,2337,'_dt_portfolio_options_order','DESC'),(3551,2337,'_dt_portfolio_options_orderby','date'),(3552,2337,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(3553,2337,'_dt_albums_options_layout','masonry'),(3554,2337,'_dt_albums_options_item_padding','20'),(3555,2337,'_dt_albums_options_target_height','250'),(3556,2337,'_dt_albums_options_target_width','370'),(3557,2337,'_dt_albums_options_columns_number','3'),(3558,2337,'_dt_albums_options_full_width','0'),(3559,2337,'_dt_albums_options_description','under_image'),(3560,2337,'_dt_albums_options_hover_animation','fade'),(3561,2337,'_dt_albums_options_hover_bg_color','theme'),(3562,2337,'_dt_albums_options_bg_under_masonry_posts','disabled'),(3563,2337,'_dt_albums_options_hover_content_visibility','on_hoover'),(3564,2337,'_dt_albums_options_post_content_alignment','left'),(3565,2337,'_dt_albums_options_bg_post_content_alignment','center'),(3566,2337,'_dt_albums_options_lines_animation_effect','1'),(3567,2337,'_dt_albums_options_title_visibility','on_hoover'),(3568,2337,'_dt_albums_options_posts_same_width','0'),(3569,2337,'_dt_albums_options_hide_last_row','0'),(3570,2337,'_dt_albums_options_jgrid_description','on_hoover_centered'),(3571,2337,'_dt_albums_options_jgrid_hover_animation','fade'),(3572,2337,'_dt_albums_options_jgrid_hover_bg_color','theme'),(3573,2337,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(3574,2337,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(3575,2337,'_dt_albums_options_jgrid_post_content_alignment','left'),(3576,2337,'_dt_albums_options_jgrid_lines_animation_effect','1'),(3577,2337,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(3578,2337,'_dt_albums_options_image_layout','original'),(3579,2337,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3580,2337,'_dt_albums_options_ppp',''),(3581,2337,'_dt_albums_options_load_style','ajax_pagination'),(3582,2337,'_dt_albums_options_load_effect','fade_in'),(3583,2337,'_dt_albums_options_show_titles','1'),(3584,2337,'_dt_albums_options_show_exerpts','1'),(3585,2337,'_dt_albums_options_show_round_miniatures','1'),(3586,2337,'_dt_albums_options_show_categories_in_post_meta','1'),(3587,2337,'_dt_albums_options_show_date_in_post_meta','1'),(3588,2337,'_dt_albums_options_show_author_in_post_meta','1'),(3589,2337,'_dt_albums_options_show_comments_in_post_meta','1'),(3590,2337,'_dt_albums_options_show_numbers_in_post_meta','1'),(3591,2337,'_dt_albums_options_show_filter','1'),(3592,2337,'_dt_albums_options_show_orderby','1'),(3593,2337,'_dt_albums_options_show_order','1'),(3594,2337,'_dt_albums_options_show_all_pages','0'),(3595,2337,'_dt_albums_options_order','DESC'),(3596,2337,'_dt_albums_options_orderby','date'),(3597,2337,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(3598,2337,'_dt_media_options_layout','masonry'),(3599,2337,'_dt_media_options_item_padding','20'),(3600,2337,'_dt_media_options_target_height','250'),(3601,2337,'_dt_media_options_target_width','370'),(3602,2337,'_dt_media_options_columns_number','3'),(3603,2337,'_dt_media_options_full_width','0'),(3604,2337,'_dt_media_options_hide_last_row','0'),(3605,2337,'_dt_media_options_image_layout','original'),(3606,2337,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3607,2337,'_dt_media_options_ppp',''),(3608,2337,'_dt_media_options_load_style','ajax_pagination'),(3609,2337,'_dt_media_options_load_effect','fade_in'),(3610,2337,'_dt_media_options_show_titles','1'),(3611,2337,'_dt_media_options_show_exerpts','1'),(3612,2337,'_dt_media_options_show_all_pages','0'),(3613,2337,'_dt_media_options_order','DESC'),(3614,2337,'_dt_media_options_orderby','date'),(3615,2337,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3616,2337,'_dt_team_options_masonry_layout','masonry'),(3617,2337,'_dt_team_options_item_padding','20'),(3618,2337,'_dt_team_options_target_width','370'),(3619,2337,'_dt_team_options_columns_number','3'),(3620,2337,'_dt_team_options_full_width','0'),(3621,2337,'_dt_team_options_bg_under_posts','1'),(3622,2337,'_dt_team_options_image_layout','original'),(3623,2337,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3624,2337,'_dt_team_options_round_images','0'),(3625,2337,'_dt_team_options_show_exerpts','1'),(3626,2337,'_dt_team_options_ppp',''),(3627,2337,'_dt_team_options_order','DESC'),(3628,2337,'_dt_team_options_orderby','date'),(3629,2337,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3630,2337,'_dt_testimonials_options_masonry_layout','masonry'),(3631,2337,'_dt_testimonials_options_item_padding','20'),(3632,2337,'_dt_testimonials_options_target_width','370'),(3633,2337,'_dt_testimonials_options_columns_number','3'),(3634,2337,'_dt_testimonials_options_full_width','0'),(3635,2337,'_dt_testimonials_options_ppp',''),(3636,2337,'_dt_testimonials_options_load_style','ajax_pagination'),(3637,2337,'_dt_testimonials_options_load_effect','fade_in'),(3638,2337,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529691469812{padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529690942376{padding-bottom: 60px !important;}.vc_custom_1529690947515{padding-bottom: 60px !important;}.vc_custom_1529689078032{padding-bottom: 30px !important;}.vc_custom_1529689082737{padding-bottom: 30px !important;}.vc_custom_1529691492094{padding-bottom: 60px !important;}.vc_custom_1529690977033{padding-bottom: 60px !important;}.vc_custom_1529689146601{padding-bottom: 30px !important;}.vc_custom_1529689339695{padding-bottom: 30px !important;}'),(3639,2380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3640,2380,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529691469812{padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529690942376{padding-bottom: 60px !important;}.vc_custom_1529690947515{padding-bottom: 60px !important;}.vc_custom_1529692701253{padding-bottom: 30px !important;}.vc_custom_1529692066639{padding-bottom: 30px !important;}.vc_custom_1529691492094{padding-bottom: 60px !important;}.vc_custom_1529690977033{padding-bottom: 60px !important;}.vc_custom_1529692407214{padding-bottom: 30px !important;}.vc_custom_1529692676196{padding-bottom: 30px !important;}'),(3641,2380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3642,2380,'_edit_last','1'),(3643,2380,'_wp_page_template','default'),(3644,2380,'slide_template','default'),(3645,2380,'_wpb_vc_js_status','true'),(3646,2380,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529691469812{padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529690942376{padding-bottom: 60px !important;}.vc_custom_1529690947515{padding-bottom: 60px !important;}.vc_custom_1529692701253{padding-bottom: 30px !important;}.vc_custom_1529692066639{padding-bottom: 30px !important;}.vc_custom_1529691492094{padding-bottom: 60px !important;}.vc_custom_1529690977033{padding-bottom: 60px !important;}.vc_custom_1529692407214{padding-bottom: 30px !important;}.vc_custom_1529692676196{padding-bottom: 30px !important;}'),(3647,2380,'_dt_sidebar_position','disabled'),(3648,2380,'_dt_sidebar_widgetarea_id','sidebar_1'),(3649,2380,'_dt_sidebar_hide_on_mobile','0'),(3650,2380,'_dt_footer_show','1'),(3651,2380,'_dt_footer_widgetarea_id','sidebar_2'),(3652,2380,'_dt_footer_hide_on_mobile','0'),(3653,2380,'_dt_header_title','enabled'),(3654,2380,'_dt_header_background','normal'),(3655,2380,'_dt_header_background_below_slideshow','disabled'),(3656,2380,'_dt_header_transparent_bg_color_scheme','light'),(3657,2380,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(3658,2380,'_dt_header_transparent_top_bar_bg_opacity','25'),(3659,2380,'_dt_header_transparent_bg_color','#000000'),(3660,2380,'_dt_header_transparent_bg_opacity','50'),(3661,2380,'_dt_header_disabled_background','normal'),(3662,2380,'_dt_header_disabled_transparent_bg_color_scheme','light'),(3663,2380,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(3664,2380,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(3665,2380,'_dt_header_disabled_transparent_bg_color','#000000'),(3666,2380,'_dt_header_disabled_transparent_bg_opacity','50'),(3667,2380,'_dt_page_overrides_top_margin','0'),(3668,2380,'_dt_page_overrides_bottom_margin','0'),(3669,2380,'_dt_slideshow_mode','revolution'),(3670,2380,'_dt_slideshow_layout','fullwidth'),(3671,2380,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3672,2380,'_dt_slideshow_scaling','fill'),(3673,2380,'_dt_slideshow_autoplay','paused'),(3674,2380,'_dt_slideshow_autoslide_interval','5000'),(3675,2380,'_dt_slideshow_hide_captions','0'),(3676,2380,'_dt_slideshow_photo_scroller_layout','fullscreen'),(3677,2380,'_dt_slideshow_photo_scroller_bg_color','#000000'),(3678,2380,'_dt_slideshow_photo_scroller_overlay','1'),(3679,2380,'_dt_slideshow_photo_scroller_top_padding','0'),(3680,2380,'_dt_slideshow_photo_scroller_bottom_padding','0'),(3681,2380,'_dt_slideshow_photo_scroller_side_paddings','0'),(3682,2380,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(3683,2380,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(3684,2380,'_dt_slideshow_photo_scroller_thumbnails_width',''),(3685,2380,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(3686,2380,'_dt_slideshow_photo_scroller_autoplay','play'),(3687,2380,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(3688,2380,'fake_id',''),(3689,2380,'_dt_slideshow_photo_scroller_ls_max_width','100'),(3690,2380,'_dt_slideshow_photo_scroller_ls_min_width','0'),(3691,2380,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(3692,2380,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(3693,2380,'_dt_slideshow_photo_scroller_pt_max_width','100'),(3694,2380,'_dt_slideshow_photo_scroller_pt_min_width','0'),(3695,2380,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(3696,2380,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(3697,2380,'_dt_slideshow_revolution_slider','none'),(3698,2380,'_dt_slideshow_layer_slider','none'),(3699,2380,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3700,2380,'_dt_fancy_header_layout_heading',''),(3701,2380,'_dt_fancy_header_title_aligment','center'),(3702,2380,'_dt_fancy_header_height','300'),(3703,2380,'_dt_fancy_header_padding-top','0px'),(3704,2380,'_dt_fancy_header_padding-bottom','0px'),(3705,2380,'_dt_fancy_header_breadcrumbs_heading',''),(3706,2380,'_dt_fancy_header_breadcrumbs','enabled'),(3707,2380,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(3708,2380,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(3709,2380,'_dt_fancy_header_title_heading',''),(3710,2380,'_dt_fancy_header_title_mode','custom'),(3711,2380,'_dt_fancy_header_title',''),(3712,2380,'_dt_fancy_header_title_font_size','30'),(3713,2380,'_dt_fancy_header_title_line_height','36'),(3714,2380,'_dt_fancy_header_uppercase','0'),(3715,2380,'_dt_fancy_header_title_color_mode','color'),(3716,2380,'_dt_fancy_header_title_color','#ffffff'),(3717,2380,'_dt_fancy_header_subtitle_heading',''),(3718,2380,'_dt_fancy_header_subtitle',''),(3719,2380,'_dt_fancy_header_subtitle_font_size','18'),(3720,2380,'_dt_fancy_header_subtitle_line_height','26'),(3721,2380,'_dt_fancy_header_subtitle_uppercase','0'),(3722,2380,'_dt_fancy_header_subtitle_color_mode','color'),(3723,2380,'_dt_fancy_header_subtitle_color','#ffffff'),(3724,2380,'_dt_fancy_header_bg_heading',''),(3725,2380,'_dt_fancy_header_bg_color','#222222'),(3726,2380,'_dt_fancy_header_bg_image','a:0:{}'),(3727,2380,'_dt_fancy_header_bg_repeat','no-repeat'),(3728,2380,'_dt_fancy_header_bg_position_x','center'),(3729,2380,'_dt_fancy_header_bg_position_y','center'),(3730,2380,'_dt_fancy_header_bg_fullscreen','1'),(3731,2380,'_dt_fancy_header_bg_overlay','0'),(3732,2380,'_dt_fancy_header_overlay_color','#000'),(3733,2380,'_dt_fancy_header_bg_overlay_opacity','50'),(3734,2380,'_dt_fancy_header_scroll_effect','default'),(3735,2380,'_dt_fancy_header_bg_parallax','0.5'),(3736,2380,'_dt_content_display','no'),(3737,2380,'_dt_content_position','before_items'),(3738,2380,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3739,2380,'_dt_blog_options_layout','masonry'),(3740,2380,'_dt_blog_options_item_padding','20'),(3741,2380,'_dt_blog_options_target_width','370'),(3742,2380,'_dt_blog_options_columns_number','3'),(3743,2380,'_dt_blog_options_full_width','0'),(3744,2380,'_dt_blog_options_posts_same_width','0'),(3745,2380,'_dt_blog_options_bg_under_masonry_posts','disabled'),(3746,2380,'_dt_blog_options_post_content_alignment','left'),(3747,2380,'_dt_blog_options_list_layout','list'),(3748,2380,'_dt_blog_options_bg_under_list_posts','1'),(3749,2380,'_dt_blog_options_enable_fancy_date','1'),(3750,2380,'_dt_blog_options_image_layout','original'),(3751,2380,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3752,2380,'_dt_blog_options_thumb_width',''),(3753,2380,'_dt_blog_options_ppp',''),(3754,2380,'_dt_blog_options_load_style','ajax_pagination'),(3755,2380,'_dt_blog_options_load_effect','fade_in'),(3756,2380,'_dt_blog_options_show_all_pages','0'),(3757,2380,'_dt_blog_options_show_exerpts','1'),(3758,2380,'_dt_blog_options_show_details','1'),(3759,2380,'_dt_blog_options_show_filter','0'),(3760,2380,'_dt_blog_options_show_orderby','0'),(3761,2380,'_dt_blog_options_show_order','0'),(3762,2380,'_dt_blog_options_show_categories_in_post_meta','1'),(3763,2380,'_dt_blog_options_show_date_in_post_meta','1'),(3764,2380,'_dt_blog_options_show_author_in_post_meta','1'),(3765,2380,'_dt_blog_options_show_comments_in_post_meta','1'),(3766,2380,'_dt_blog_options_order','DESC'),(3767,2380,'_dt_blog_options_orderby','date'),(3768,2380,'_dt_microsite_page_layout','wide'),(3769,2380,'_dt_microsite_page_loading','enabled'),(3770,2380,'_dt_microsite_primary_menu',''),(3771,2380,'_dt_microsite_split_left_menu',''),(3772,2380,'_dt_microsite_split_right_menu',''),(3773,2380,'_dt_microsite_mobile_menu',''),(3774,2380,'_dt_microsite_logo_link',''),(3775,2380,'main_logo_heading',''),(3776,2380,'_dt_microsite_main_logo_type','default'),(3777,2380,'_dt_microsite_main_logo_regular','a:0:{}'),(3778,2380,'_dt_microsite_main_logo_hd','a:0:{}'),(3779,2380,'transparent_logo_heading',''),(3780,2380,'_dt_microsite_transparent_logo_type','default'),(3781,2380,'_dt_microsite_transparent_logo_regular','a:0:{}'),(3782,2380,'_dt_microsite_transparent_logo_hd','a:0:{}'),(3783,2380,'_dt_microsite_mixed_logo_type','default'),(3784,2380,'_dt_microsite_mixed_logo_regular','a:0:{}'),(3785,2380,'_dt_microsite_mixed_logo_hd','a:0:{}'),(3786,2380,'floating_logo_heading',''),(3787,2380,'_dt_microsite_floating_logo_type','default'),(3788,2380,'_dt_microsite_floating_logo_regular','a:0:{}'),(3789,2380,'_dt_microsite_floating_logo_hd','a:0:{}'),(3790,2380,'_dt_microsite_mobile_logo_type','default'),(3791,2380,'_dt_microsite_mobile_logo_regular','a:0:{}'),(3792,2380,'_dt_microsite_mobile_logo_hd','a:0:{}'),(3793,2380,'_dt_microsite_transparent_mobile_logo_type','default'),(3794,2380,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(3795,2380,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(3796,2380,'bottom_logo_heading',''),(3797,2380,'_dt_microsite_bottom_logo_type','default'),(3798,2380,'_dt_microsite_bottom_logo_regular','a:0:{}'),(3799,2380,'_dt_microsite_bottom_logo_hd','a:0:{}'),(3800,2380,'favicon_heading',''),(3801,2380,'_dt_microsite_favicon_type','default'),(3802,2380,'_dt_microsite_favicon','a:0:{}'),(3803,2380,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3804,2380,'_dt_portfolio_options_list_layout','list'),(3805,2380,'_dt_portfolio_options_bg_under_list_posts','1'),(3806,2380,'_dt_portfolio_options_list_hover_bg_color','theme'),(3807,2380,'_dt_portfolio_options_masonry_layout','masonry'),(3808,2380,'_dt_portfolio_options_item_padding','20'),(3809,2380,'_dt_portfolio_options_target_height','250'),(3810,2380,'_dt_portfolio_options_target_width','370'),(3811,2380,'_dt_portfolio_options_columns_number','3'),(3812,2380,'_dt_portfolio_options_full_width','0'),(3813,2380,'_dt_portfolio_options_description','under_image'),(3814,2380,'_dt_portfolio_options_hover_animation','fade'),(3815,2380,'_dt_portfolio_options_hover_bg_color','theme'),(3816,2380,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(3817,2380,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(3818,2380,'_dt_portfolio_options_post_content_alignment','left'),(3819,2380,'_dt_portfolio_options_bg_post_content_alignment','center'),(3820,2380,'_dt_portfolio_options_lines_animation_effect','1'),(3821,2380,'_dt_portfolio_options_title_visibility','on_hoover'),(3822,2380,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(3823,2380,'_dt_portfolio_options_jgrid_hover_animation','fade'),(3824,2380,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(3825,2380,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(3826,2380,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(3827,2380,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(3828,2380,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(3829,2380,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(3830,2380,'_dt_portfolio_options_posts_same_width','0'),(3831,2380,'_dt_portfolio_options_hide_last_row','0'),(3832,2380,'_dt_portfolio_options_image_layout','original'),(3833,2380,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3834,2380,'_dt_portfolio_options_thumb_width',''),(3835,2380,'_dt_portfolio_options_ppp',''),(3836,2380,'_dt_portfolio_options_load_style','ajax_pagination'),(3837,2380,'_dt_portfolio_options_load_effect','fade_in'),(3838,2380,'_dt_portfolio_options_show_titles','1'),(3839,2380,'_dt_portfolio_options_show_exerpts','1'),(3840,2380,'_dt_portfolio_options_show_categories_in_post_meta','1'),(3841,2380,'_dt_portfolio_options_show_date_in_post_meta','1'),(3842,2380,'_dt_portfolio_options_show_author_in_post_meta','1'),(3843,2380,'_dt_portfolio_options_show_comments_in_post_meta','1'),(3844,2380,'_dt_portfolio_options_show_details','1'),(3845,2380,'_dt_portfolio_options_show_links','1'),(3846,2380,'_dt_portfolio_options_show_zoom','1'),(3847,2380,'_dt_portfolio_options_show_details_buttons','1'),(3848,2380,'_dt_portfolio_options_show_filter','1'),(3849,2380,'_dt_portfolio_options_show_orderby','1'),(3850,2380,'_dt_portfolio_options_show_order','1'),(3851,2380,'_dt_portfolio_options_show_all_pages','0'),(3852,2380,'_dt_portfolio_options_order','DESC'),(3853,2380,'_dt_portfolio_options_orderby','date'),(3854,2380,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(3855,2380,'_dt_albums_options_layout','masonry'),(3856,2380,'_dt_albums_options_item_padding','20'),(3857,2380,'_dt_albums_options_target_height','250'),(3858,2380,'_dt_albums_options_target_width','370'),(3859,2380,'_dt_albums_options_columns_number','3'),(3860,2380,'_dt_albums_options_full_width','0'),(3861,2380,'_dt_albums_options_description','under_image'),(3862,2380,'_dt_albums_options_hover_animation','fade'),(3863,2380,'_dt_albums_options_hover_bg_color','theme'),(3864,2380,'_dt_albums_options_bg_under_masonry_posts','disabled'),(3865,2380,'_dt_albums_options_hover_content_visibility','on_hoover'),(3866,2380,'_dt_albums_options_post_content_alignment','left'),(3867,2380,'_dt_albums_options_bg_post_content_alignment','center'),(3868,2380,'_dt_albums_options_lines_animation_effect','1'),(3869,2380,'_dt_albums_options_title_visibility','on_hoover'),(3870,2380,'_dt_albums_options_posts_same_width','0'),(3871,2380,'_dt_albums_options_hide_last_row','0'),(3872,2380,'_dt_albums_options_jgrid_description','on_hoover_centered'),(3873,2380,'_dt_albums_options_jgrid_hover_animation','fade'),(3874,2380,'_dt_albums_options_jgrid_hover_bg_color','theme'),(3875,2380,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(3876,2380,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(3877,2380,'_dt_albums_options_jgrid_post_content_alignment','left'),(3878,2380,'_dt_albums_options_jgrid_lines_animation_effect','1'),(3879,2380,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(3880,2380,'_dt_albums_options_image_layout','original'),(3881,2380,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3882,2380,'_dt_albums_options_ppp',''),(3883,2380,'_dt_albums_options_load_style','ajax_pagination'),(3884,2380,'_dt_albums_options_load_effect','fade_in'),(3885,2380,'_dt_albums_options_show_titles','1'),(3886,2380,'_dt_albums_options_show_exerpts','1'),(3887,2380,'_dt_albums_options_show_round_miniatures','1'),(3888,2380,'_dt_albums_options_show_categories_in_post_meta','1'),(3889,2380,'_dt_albums_options_show_date_in_post_meta','1'),(3890,2380,'_dt_albums_options_show_author_in_post_meta','1'),(3891,2380,'_dt_albums_options_show_comments_in_post_meta','1'),(3892,2380,'_dt_albums_options_show_numbers_in_post_meta','1'),(3893,2380,'_dt_albums_options_show_filter','1'),(3894,2380,'_dt_albums_options_show_orderby','1'),(3895,2380,'_dt_albums_options_show_order','1'),(3896,2380,'_dt_albums_options_show_all_pages','0'),(3897,2380,'_dt_albums_options_order','DESC'),(3898,2380,'_dt_albums_options_orderby','date'),(3899,2380,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(3900,2380,'_dt_media_options_layout','masonry'),(3901,2380,'_dt_media_options_item_padding','20'),(3902,2380,'_dt_media_options_target_height','250'),(3903,2380,'_dt_media_options_target_width','370'),(3904,2380,'_dt_media_options_columns_number','3'),(3905,2380,'_dt_media_options_full_width','0'),(3906,2380,'_dt_media_options_hide_last_row','0'),(3907,2380,'_dt_media_options_image_layout','original'),(3908,2380,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3909,2380,'_dt_media_options_ppp',''),(3910,2380,'_dt_media_options_load_style','ajax_pagination'),(3911,2380,'_dt_media_options_load_effect','fade_in'),(3912,2380,'_dt_media_options_show_titles','1'),(3913,2380,'_dt_media_options_show_exerpts','1'),(3914,2380,'_dt_media_options_show_all_pages','0'),(3915,2380,'_dt_media_options_order','DESC'),(3916,2380,'_dt_media_options_orderby','date'),(3917,2380,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3918,2380,'_dt_team_options_masonry_layout','masonry'),(3919,2380,'_dt_team_options_item_padding','20'),(3920,2380,'_dt_team_options_target_width','370'),(3921,2380,'_dt_team_options_columns_number','3'),(3922,2380,'_dt_team_options_full_width','0'),(3923,2380,'_dt_team_options_bg_under_posts','1'),(3924,2380,'_dt_team_options_image_layout','original'),(3925,2380,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(3926,2380,'_dt_team_options_round_images','0'),(3927,2380,'_dt_team_options_show_exerpts','1'),(3928,2380,'_dt_team_options_ppp',''),(3929,2380,'_dt_team_options_order','DESC'),(3930,2380,'_dt_team_options_orderby','date'),(3931,2380,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(3932,2380,'_dt_testimonials_options_masonry_layout','masonry'),(3933,2380,'_dt_testimonials_options_item_padding','20'),(3934,2380,'_dt_testimonials_options_target_width','370'),(3935,2380,'_dt_testimonials_options_columns_number','3'),(3936,2380,'_dt_testimonials_options_full_width','0'),(3937,2380,'_dt_testimonials_options_ppp',''),(3938,2380,'_dt_testimonials_options_load_style','ajax_pagination'),(3939,2380,'_dt_testimonials_options_load_effect','fade_in'),(3940,2389,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3941,2389,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529691469812{padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529690942376{padding-bottom: 60px !important;}.vc_custom_1529690947515{padding-bottom: 60px !important;}.vc_custom_1529693761939{padding-bottom: 30px !important;}.vc_custom_1529693632084{padding-bottom: 30px !important;}.vc_custom_1529690977033{padding-bottom: 60px !important;}.vc_custom_1529691492094{padding-bottom: 60px !important;}.vc_custom_1529693320863{padding-bottom: 30px !important;}.vc_custom_1529692676196{padding-bottom: 30px !important;}'),(3942,2389,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3943,2389,'_edit_last','1'),(3944,2389,'_wp_page_template','default'),(3945,2389,'slide_template','default'),(3946,2389,'_wpb_vc_js_status','true'),(3947,2389,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529691469812{padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529690942376{padding-bottom: 60px !important;}.vc_custom_1529690947515{padding-bottom: 60px !important;}.vc_custom_1529693761939{padding-bottom: 30px !important;}.vc_custom_1529693632084{padding-bottom: 30px !important;}.vc_custom_1529690977033{padding-bottom: 60px !important;}.vc_custom_1529691492094{padding-bottom: 60px !important;}.vc_custom_1529693320863{padding-bottom: 30px !important;}.vc_custom_1529692676196{padding-bottom: 30px !important;}'),(3948,2389,'_dt_sidebar_position','disabled'),(3949,2389,'_dt_sidebar_widgetarea_id','sidebar_1'),(3950,2389,'_dt_sidebar_hide_on_mobile','0'),(3951,2389,'_dt_footer_show','1'),(3952,2389,'_dt_footer_widgetarea_id','sidebar_2'),(3953,2389,'_dt_footer_hide_on_mobile','0'),(3954,2389,'_dt_header_title','enabled'),(3955,2389,'_dt_header_background','normal'),(3956,2389,'_dt_header_background_below_slideshow','disabled'),(3957,2389,'_dt_header_transparent_bg_color_scheme','light'),(3958,2389,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(3959,2389,'_dt_header_transparent_top_bar_bg_opacity','25'),(3960,2389,'_dt_header_transparent_bg_color','#000000'),(3961,2389,'_dt_header_transparent_bg_opacity','50'),(3962,2389,'_dt_header_disabled_background','normal'),(3963,2389,'_dt_header_disabled_transparent_bg_color_scheme','light'),(3964,2389,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(3965,2389,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(3966,2389,'_dt_header_disabled_transparent_bg_color','#000000'),(3967,2389,'_dt_header_disabled_transparent_bg_opacity','50'),(3968,2389,'_dt_page_overrides_top_margin','0'),(3969,2389,'_dt_page_overrides_bottom_margin','0'),(3970,2389,'_dt_slideshow_mode','revolution'),(3971,2389,'_dt_slideshow_layout','fullwidth'),(3972,2389,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3973,2389,'_dt_slideshow_scaling','fill'),(3974,2389,'_dt_slideshow_autoplay','paused'),(3975,2389,'_dt_slideshow_autoslide_interval','5000'),(3976,2389,'_dt_slideshow_hide_captions','0'),(3977,2389,'_dt_slideshow_photo_scroller_layout','fullscreen'),(3978,2389,'_dt_slideshow_photo_scroller_bg_color','#000000'),(3979,2389,'_dt_slideshow_photo_scroller_overlay','1'),(3980,2389,'_dt_slideshow_photo_scroller_top_padding','0'),(3981,2389,'_dt_slideshow_photo_scroller_bottom_padding','0'),(3982,2389,'_dt_slideshow_photo_scroller_side_paddings','0'),(3983,2389,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(3984,2389,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(3985,2389,'_dt_slideshow_photo_scroller_thumbnails_width',''),(3986,2389,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(3987,2389,'_dt_slideshow_photo_scroller_autoplay','play'),(3988,2389,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(3989,2389,'fake_id',''),(3990,2389,'_dt_slideshow_photo_scroller_ls_max_width','100'),(3991,2389,'_dt_slideshow_photo_scroller_ls_min_width','0'),(3992,2389,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(3993,2389,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(3994,2389,'_dt_slideshow_photo_scroller_pt_max_width','100'),(3995,2389,'_dt_slideshow_photo_scroller_pt_min_width','0'),(3996,2389,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(3997,2389,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(3998,2389,'_dt_slideshow_revolution_slider','none'),(3999,2389,'_dt_slideshow_layer_slider','none'),(4000,2389,'_dt_slideshow_layer_show_bg_and_paddings','0'),(4001,2389,'_dt_fancy_header_layout_heading',''),(4002,2389,'_dt_fancy_header_title_aligment','center'),(4003,2389,'_dt_fancy_header_height','300'),(4004,2389,'_dt_fancy_header_padding-top','0px'),(4005,2389,'_dt_fancy_header_padding-bottom','0px'),(4006,2389,'_dt_fancy_header_breadcrumbs_heading',''),(4007,2389,'_dt_fancy_header_breadcrumbs','enabled'),(4008,2389,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(4009,2389,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(4010,2389,'_dt_fancy_header_title_heading',''),(4011,2389,'_dt_fancy_header_title_mode','custom'),(4012,2389,'_dt_fancy_header_title',''),(4013,2389,'_dt_fancy_header_title_font_size','30'),(4014,2389,'_dt_fancy_header_title_line_height','36'),(4015,2389,'_dt_fancy_header_uppercase','0'),(4016,2389,'_dt_fancy_header_title_color_mode','color'),(4017,2389,'_dt_fancy_header_title_color','#ffffff'),(4018,2389,'_dt_fancy_header_subtitle_heading',''),(4019,2389,'_dt_fancy_header_subtitle',''),(4020,2389,'_dt_fancy_header_subtitle_font_size','18'),(4021,2389,'_dt_fancy_header_subtitle_line_height','26'),(4022,2389,'_dt_fancy_header_subtitle_uppercase','0'),(4023,2389,'_dt_fancy_header_subtitle_color_mode','color'),(4024,2389,'_dt_fancy_header_subtitle_color','#ffffff'),(4025,2389,'_dt_fancy_header_bg_heading',''),(4026,2389,'_dt_fancy_header_bg_color','#222222'),(4027,2389,'_dt_fancy_header_bg_image','a:0:{}'),(4028,2389,'_dt_fancy_header_bg_repeat','no-repeat'),(4029,2389,'_dt_fancy_header_bg_position_x','center'),(4030,2389,'_dt_fancy_header_bg_position_y','center'),(4031,2389,'_dt_fancy_header_bg_fullscreen','1'),(4032,2389,'_dt_fancy_header_bg_overlay','0'),(4033,2389,'_dt_fancy_header_overlay_color','#000'),(4034,2389,'_dt_fancy_header_bg_overlay_opacity','50'),(4035,2389,'_dt_fancy_header_scroll_effect','default'),(4036,2389,'_dt_fancy_header_bg_parallax','0.5'),(4037,2389,'_dt_content_display','no'),(4038,2389,'_dt_content_position','before_items'),(4039,2389,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4040,2389,'_dt_blog_options_layout','masonry'),(4041,2389,'_dt_blog_options_item_padding','20'),(4042,2389,'_dt_blog_options_target_width','370'),(4043,2389,'_dt_blog_options_columns_number','3'),(4044,2389,'_dt_blog_options_full_width','0'),(4045,2389,'_dt_blog_options_posts_same_width','0'),(4046,2389,'_dt_blog_options_bg_under_masonry_posts','disabled'),(4047,2389,'_dt_blog_options_post_content_alignment','left'),(4048,2389,'_dt_blog_options_list_layout','list'),(4049,2389,'_dt_blog_options_bg_under_list_posts','1'),(4050,2389,'_dt_blog_options_enable_fancy_date','1'),(4051,2389,'_dt_blog_options_image_layout','original'),(4052,2389,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4053,2389,'_dt_blog_options_thumb_width',''),(4054,2389,'_dt_blog_options_ppp',''),(4055,2389,'_dt_blog_options_load_style','ajax_pagination'),(4056,2389,'_dt_blog_options_load_effect','fade_in'),(4057,2389,'_dt_blog_options_show_all_pages','0'),(4058,2389,'_dt_blog_options_show_exerpts','1'),(4059,2389,'_dt_blog_options_show_details','1'),(4060,2389,'_dt_blog_options_show_filter','0'),(4061,2389,'_dt_blog_options_show_orderby','0'),(4062,2389,'_dt_blog_options_show_order','0'),(4063,2389,'_dt_blog_options_show_categories_in_post_meta','1'),(4064,2389,'_dt_blog_options_show_date_in_post_meta','1'),(4065,2389,'_dt_blog_options_show_author_in_post_meta','1'),(4066,2389,'_dt_blog_options_show_comments_in_post_meta','1'),(4067,2389,'_dt_blog_options_order','DESC'),(4068,2389,'_dt_blog_options_orderby','date'),(4069,2389,'_dt_microsite_page_layout','wide'),(4070,2389,'_dt_microsite_page_loading','enabled'),(4071,2389,'_dt_microsite_primary_menu',''),(4072,2389,'_dt_microsite_split_left_menu',''),(4073,2389,'_dt_microsite_split_right_menu',''),(4074,2389,'_dt_microsite_mobile_menu',''),(4075,2389,'_dt_microsite_logo_link',''),(4076,2389,'main_logo_heading',''),(4077,2389,'_dt_microsite_main_logo_type','default'),(4078,2389,'_dt_microsite_main_logo_regular','a:0:{}'),(4079,2389,'_dt_microsite_main_logo_hd','a:0:{}'),(4080,2389,'transparent_logo_heading',''),(4081,2389,'_dt_microsite_transparent_logo_type','default'),(4082,2389,'_dt_microsite_transparent_logo_regular','a:0:{}'),(4083,2389,'_dt_microsite_transparent_logo_hd','a:0:{}'),(4084,2389,'_dt_microsite_mixed_logo_type','default'),(4085,2389,'_dt_microsite_mixed_logo_regular','a:0:{}'),(4086,2389,'_dt_microsite_mixed_logo_hd','a:0:{}'),(4087,2389,'floating_logo_heading',''),(4088,2389,'_dt_microsite_floating_logo_type','default'),(4089,2389,'_dt_microsite_floating_logo_regular','a:0:{}'),(4090,2389,'_dt_microsite_floating_logo_hd','a:0:{}'),(4091,2389,'_dt_microsite_mobile_logo_type','default'),(4092,2389,'_dt_microsite_mobile_logo_regular','a:0:{}'),(4093,2389,'_dt_microsite_mobile_logo_hd','a:0:{}'),(4094,2389,'_dt_microsite_transparent_mobile_logo_type','default'),(4095,2389,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(4096,2389,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(4097,2389,'bottom_logo_heading',''),(4098,2389,'_dt_microsite_bottom_logo_type','default'),(4099,2389,'_dt_microsite_bottom_logo_regular','a:0:{}'),(4100,2389,'_dt_microsite_bottom_logo_hd','a:0:{}'),(4101,2389,'favicon_heading',''),(4102,2389,'_dt_microsite_favicon_type','default'),(4103,2389,'_dt_microsite_favicon','a:0:{}'),(4104,2389,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4105,2389,'_dt_portfolio_options_list_layout','list'),(4106,2389,'_dt_portfolio_options_bg_under_list_posts','1'),(4107,2389,'_dt_portfolio_options_list_hover_bg_color','theme'),(4108,2389,'_dt_portfolio_options_masonry_layout','masonry'),(4109,2389,'_dt_portfolio_options_item_padding','20'),(4110,2389,'_dt_portfolio_options_target_height','250'),(4111,2389,'_dt_portfolio_options_target_width','370'),(4112,2389,'_dt_portfolio_options_columns_number','3'),(4113,2389,'_dt_portfolio_options_full_width','0'),(4114,2389,'_dt_portfolio_options_description','under_image'),(4115,2389,'_dt_portfolio_options_hover_animation','fade'),(4116,2389,'_dt_portfolio_options_hover_bg_color','theme'),(4117,2389,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(4118,2389,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(4119,2389,'_dt_portfolio_options_post_content_alignment','left'),(4120,2389,'_dt_portfolio_options_bg_post_content_alignment','center'),(4121,2389,'_dt_portfolio_options_lines_animation_effect','1'),(4122,2389,'_dt_portfolio_options_title_visibility','on_hoover'),(4123,2389,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(4124,2389,'_dt_portfolio_options_jgrid_hover_animation','fade'),(4125,2389,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(4126,2389,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(4127,2389,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(4128,2389,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(4129,2389,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(4130,2389,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(4131,2389,'_dt_portfolio_options_posts_same_width','0'),(4132,2389,'_dt_portfolio_options_hide_last_row','0'),(4133,2389,'_dt_portfolio_options_image_layout','original'),(4134,2389,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4135,2389,'_dt_portfolio_options_thumb_width',''),(4136,2389,'_dt_portfolio_options_ppp',''),(4137,2389,'_dt_portfolio_options_load_style','ajax_pagination'),(4138,2389,'_dt_portfolio_options_load_effect','fade_in'),(4139,2389,'_dt_portfolio_options_show_titles','1'),(4140,2389,'_dt_portfolio_options_show_exerpts','1'),(4141,2389,'_dt_portfolio_options_show_categories_in_post_meta','1'),(4142,2389,'_dt_portfolio_options_show_date_in_post_meta','1'),(4143,2389,'_dt_portfolio_options_show_author_in_post_meta','1'),(4144,2389,'_dt_portfolio_options_show_comments_in_post_meta','1'),(4145,2389,'_dt_portfolio_options_show_details','1'),(4146,2389,'_dt_portfolio_options_show_links','1'),(4147,2389,'_dt_portfolio_options_show_zoom','1'),(4148,2389,'_dt_portfolio_options_show_details_buttons','1'),(4149,2389,'_dt_portfolio_options_show_filter','1'),(4150,2389,'_dt_portfolio_options_show_orderby','1'),(4151,2389,'_dt_portfolio_options_show_order','1'),(4152,2389,'_dt_portfolio_options_show_all_pages','0'),(4153,2389,'_dt_portfolio_options_order','DESC'),(4154,2389,'_dt_portfolio_options_orderby','date'),(4155,2389,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(4156,2389,'_dt_albums_options_layout','masonry'),(4157,2389,'_dt_albums_options_item_padding','20'),(4158,2389,'_dt_albums_options_target_height','250'),(4159,2389,'_dt_albums_options_target_width','370'),(4160,2389,'_dt_albums_options_columns_number','3'),(4161,2389,'_dt_albums_options_full_width','0'),(4162,2389,'_dt_albums_options_description','under_image'),(4163,2389,'_dt_albums_options_hover_animation','fade'),(4164,2389,'_dt_albums_options_hover_bg_color','theme'),(4165,2389,'_dt_albums_options_bg_under_masonry_posts','disabled'),(4166,2389,'_dt_albums_options_hover_content_visibility','on_hoover'),(4167,2389,'_dt_albums_options_post_content_alignment','left'),(4168,2389,'_dt_albums_options_bg_post_content_alignment','center'),(4169,2389,'_dt_albums_options_lines_animation_effect','1'),(4170,2389,'_dt_albums_options_title_visibility','on_hoover'),(4171,2389,'_dt_albums_options_posts_same_width','0'),(4172,2389,'_dt_albums_options_hide_last_row','0'),(4173,2389,'_dt_albums_options_jgrid_description','on_hoover_centered'),(4174,2389,'_dt_albums_options_jgrid_hover_animation','fade'),(4175,2389,'_dt_albums_options_jgrid_hover_bg_color','theme'),(4176,2389,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(4177,2389,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(4178,2389,'_dt_albums_options_jgrid_post_content_alignment','left'),(4179,2389,'_dt_albums_options_jgrid_lines_animation_effect','1'),(4180,2389,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(4181,2389,'_dt_albums_options_image_layout','original'),(4182,2389,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4183,2389,'_dt_albums_options_ppp',''),(4184,2389,'_dt_albums_options_load_style','ajax_pagination'),(4185,2389,'_dt_albums_options_load_effect','fade_in'),(4186,2389,'_dt_albums_options_show_titles','1'),(4187,2389,'_dt_albums_options_show_exerpts','1'),(4188,2389,'_dt_albums_options_show_round_miniatures','1'),(4189,2389,'_dt_albums_options_show_categories_in_post_meta','1'),(4190,2389,'_dt_albums_options_show_date_in_post_meta','1'),(4191,2389,'_dt_albums_options_show_author_in_post_meta','1'),(4192,2389,'_dt_albums_options_show_comments_in_post_meta','1'),(4193,2389,'_dt_albums_options_show_numbers_in_post_meta','1'),(4194,2389,'_dt_albums_options_show_filter','1'),(4195,2389,'_dt_albums_options_show_orderby','1'),(4196,2389,'_dt_albums_options_show_order','1'),(4197,2389,'_dt_albums_options_show_all_pages','0'),(4198,2389,'_dt_albums_options_order','DESC'),(4199,2389,'_dt_albums_options_orderby','date'),(4200,2389,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(4201,2389,'_dt_media_options_layout','masonry'),(4202,2389,'_dt_media_options_item_padding','20'),(4203,2389,'_dt_media_options_target_height','250'),(4204,2389,'_dt_media_options_target_width','370'),(4205,2389,'_dt_media_options_columns_number','3'),(4206,2389,'_dt_media_options_full_width','0'),(4207,2389,'_dt_media_options_hide_last_row','0'),(4208,2389,'_dt_media_options_image_layout','original'),(4209,2389,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4210,2389,'_dt_media_options_ppp',''),(4211,2389,'_dt_media_options_load_style','ajax_pagination'),(4212,2389,'_dt_media_options_load_effect','fade_in'),(4213,2389,'_dt_media_options_show_titles','1'),(4214,2389,'_dt_media_options_show_exerpts','1'),(4215,2389,'_dt_media_options_show_all_pages','0'),(4216,2389,'_dt_media_options_order','DESC'),(4217,2389,'_dt_media_options_orderby','date'),(4218,2389,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4219,2389,'_dt_team_options_masonry_layout','masonry'),(4220,2389,'_dt_team_options_item_padding','20'),(4221,2389,'_dt_team_options_target_width','370'),(4222,2389,'_dt_team_options_columns_number','3'),(4223,2389,'_dt_team_options_full_width','0'),(4224,2389,'_dt_team_options_bg_under_posts','1'),(4225,2389,'_dt_team_options_image_layout','original'),(4226,2389,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4227,2389,'_dt_team_options_round_images','0'),(4228,2389,'_dt_team_options_show_exerpts','1'),(4229,2389,'_dt_team_options_ppp',''),(4230,2389,'_dt_team_options_order','DESC'),(4231,2389,'_dt_team_options_orderby','date'),(4232,2389,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4233,2389,'_dt_testimonials_options_masonry_layout','masonry'),(4234,2389,'_dt_testimonials_options_item_padding','20'),(4235,2389,'_dt_testimonials_options_target_width','370'),(4236,2389,'_dt_testimonials_options_columns_number','3'),(4237,2389,'_dt_testimonials_options_full_width','0'),(4238,2389,'_dt_testimonials_options_ppp',''),(4239,2389,'_dt_testimonials_options_load_style','ajax_pagination'),(4240,2389,'_dt_testimonials_options_load_effect','fade_in'),(4241,2403,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4242,2403,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529691469812{padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529690942376{padding-bottom: 60px !important;}.vc_custom_1529690947515{padding-bottom: 60px !important;}.vc_custom_1529694399284{padding-bottom: 30px !important;}.vc_custom_1529694382875{padding-bottom: 30px !important;}'),(4243,2403,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4244,2403,'_edit_last','1'),(4245,2403,'_wp_page_template','default'),(4246,2403,'slide_template','default'),(4247,2403,'_wpb_vc_js_status','true'),(4248,2403,'_wpb_shortcodes_custom_css','.vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1529691469812{padding-bottom: 20px !important;}.vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529690942376{padding-bottom: 60px !important;}.vc_custom_1529690947515{padding-bottom: 60px !important;}.vc_custom_1529694399284{padding-bottom: 30px !important;}.vc_custom_1529694382875{padding-bottom: 30px !important;}'),(4249,2403,'_dt_sidebar_position','disabled'),(4250,2403,'_dt_sidebar_widgetarea_id','sidebar_1'),(4251,2403,'_dt_sidebar_hide_on_mobile','0'),(4252,2403,'_dt_footer_show','1'),(4253,2403,'_dt_footer_widgetarea_id','sidebar_2'),(4254,2403,'_dt_footer_hide_on_mobile','0'),(4255,2403,'_dt_header_title','enabled'),(4256,2403,'_dt_header_background','normal'),(4257,2403,'_dt_header_background_below_slideshow','disabled'),(4258,2403,'_dt_header_transparent_bg_color_scheme','light'),(4259,2403,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(4260,2403,'_dt_header_transparent_top_bar_bg_opacity','25'),(4261,2403,'_dt_header_transparent_bg_color','#000000'),(4262,2403,'_dt_header_transparent_bg_opacity','50'),(4263,2403,'_dt_header_disabled_background','normal'),(4264,2403,'_dt_header_disabled_transparent_bg_color_scheme','light'),(4265,2403,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(4266,2403,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(4267,2403,'_dt_header_disabled_transparent_bg_color','#000000'),(4268,2403,'_dt_header_disabled_transparent_bg_opacity','50'),(4269,2403,'_dt_page_overrides_top_margin','0'),(4270,2403,'_dt_page_overrides_bottom_margin','0'),(4271,2403,'_dt_slideshow_mode','revolution'),(4272,2403,'_dt_slideshow_layout','fullwidth'),(4273,2403,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(4274,2403,'_dt_slideshow_scaling','fill'),(4275,2403,'_dt_slideshow_autoplay','paused'),(4276,2403,'_dt_slideshow_autoslide_interval','5000'),(4277,2403,'_dt_slideshow_hide_captions','0'),(4278,2403,'_dt_slideshow_photo_scroller_layout','fullscreen'),(4279,2403,'_dt_slideshow_photo_scroller_bg_color','#000000'),(4280,2403,'_dt_slideshow_photo_scroller_overlay','1'),(4281,2403,'_dt_slideshow_photo_scroller_top_padding','0'),(4282,2403,'_dt_slideshow_photo_scroller_bottom_padding','0'),(4283,2403,'_dt_slideshow_photo_scroller_side_paddings','0'),(4284,2403,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(4285,2403,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(4286,2403,'_dt_slideshow_photo_scroller_thumbnails_width',''),(4287,2403,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(4288,2403,'_dt_slideshow_photo_scroller_autoplay','play'),(4289,2403,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(4290,2403,'fake_id',''),(4291,2403,'_dt_slideshow_photo_scroller_ls_max_width','100'),(4292,2403,'_dt_slideshow_photo_scroller_ls_min_width','0'),(4293,2403,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(4294,2403,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(4295,2403,'_dt_slideshow_photo_scroller_pt_max_width','100'),(4296,2403,'_dt_slideshow_photo_scroller_pt_min_width','0'),(4297,2403,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(4298,2403,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(4299,2403,'_dt_slideshow_revolution_slider','none'),(4300,2403,'_dt_slideshow_layer_slider','none'),(4301,2403,'_dt_slideshow_layer_show_bg_and_paddings','0'),(4302,2403,'_dt_fancy_header_layout_heading',''),(4303,2403,'_dt_fancy_header_title_aligment','center'),(4304,2403,'_dt_fancy_header_height','300'),(4305,2403,'_dt_fancy_header_padding-top','0px'),(4306,2403,'_dt_fancy_header_padding-bottom','0px'),(4307,2403,'_dt_fancy_header_breadcrumbs_heading',''),(4308,2403,'_dt_fancy_header_breadcrumbs','enabled'),(4309,2403,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(4310,2403,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(4311,2403,'_dt_fancy_header_title_heading',''),(4312,2403,'_dt_fancy_header_title_mode','custom'),(4313,2403,'_dt_fancy_header_title',''),(4314,2403,'_dt_fancy_header_title_font_size','30'),(4315,2403,'_dt_fancy_header_title_line_height','36'),(4316,2403,'_dt_fancy_header_uppercase','0'),(4317,2403,'_dt_fancy_header_title_color_mode','color'),(4318,2403,'_dt_fancy_header_title_color','#ffffff'),(4319,2403,'_dt_fancy_header_subtitle_heading',''),(4320,2403,'_dt_fancy_header_subtitle',''),(4321,2403,'_dt_fancy_header_subtitle_font_size','18'),(4322,2403,'_dt_fancy_header_subtitle_line_height','26'),(4323,2403,'_dt_fancy_header_subtitle_uppercase','0'),(4324,2403,'_dt_fancy_header_subtitle_color_mode','color'),(4325,2403,'_dt_fancy_header_subtitle_color','#ffffff'),(4326,2403,'_dt_fancy_header_bg_heading',''),(4327,2403,'_dt_fancy_header_bg_color','#222222'),(4328,2403,'_dt_fancy_header_bg_image','a:0:{}'),(4329,2403,'_dt_fancy_header_bg_repeat','no-repeat'),(4330,2403,'_dt_fancy_header_bg_position_x','center'),(4331,2403,'_dt_fancy_header_bg_position_y','center'),(4332,2403,'_dt_fancy_header_bg_fullscreen','1'),(4333,2403,'_dt_fancy_header_bg_overlay','0'),(4334,2403,'_dt_fancy_header_overlay_color','#000'),(4335,2403,'_dt_fancy_header_bg_overlay_opacity','50'),(4336,2403,'_dt_fancy_header_scroll_effect','default'),(4337,2403,'_dt_fancy_header_bg_parallax','0.5'),(4338,2403,'_dt_content_display','no'),(4339,2403,'_dt_content_position','before_items'),(4340,2403,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4341,2403,'_dt_blog_options_layout','masonry'),(4342,2403,'_dt_blog_options_item_padding','20'),(4343,2403,'_dt_blog_options_target_width','370'),(4344,2403,'_dt_blog_options_columns_number','3'),(4345,2403,'_dt_blog_options_full_width','0'),(4346,2403,'_dt_blog_options_posts_same_width','0'),(4347,2403,'_dt_blog_options_bg_under_masonry_posts','disabled'),(4348,2403,'_dt_blog_options_post_content_alignment','left'),(4349,2403,'_dt_blog_options_list_layout','list'),(4350,2403,'_dt_blog_options_bg_under_list_posts','1'),(4351,2403,'_dt_blog_options_enable_fancy_date','1'),(4352,2403,'_dt_blog_options_image_layout','original'),(4353,2403,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4354,2403,'_dt_blog_options_thumb_width',''),(4355,2403,'_dt_blog_options_ppp',''),(4356,2403,'_dt_blog_options_load_style','ajax_pagination'),(4357,2403,'_dt_blog_options_load_effect','fade_in'),(4358,2403,'_dt_blog_options_show_all_pages','0'),(4359,2403,'_dt_blog_options_show_exerpts','1'),(4360,2403,'_dt_blog_options_show_details','1'),(4361,2403,'_dt_blog_options_show_filter','0'),(4362,2403,'_dt_blog_options_show_orderby','0'),(4363,2403,'_dt_blog_options_show_order','0'),(4364,2403,'_dt_blog_options_show_categories_in_post_meta','1'),(4365,2403,'_dt_blog_options_show_date_in_post_meta','1'),(4366,2403,'_dt_blog_options_show_author_in_post_meta','1'),(4367,2403,'_dt_blog_options_show_comments_in_post_meta','1'),(4368,2403,'_dt_blog_options_order','DESC'),(4369,2403,'_dt_blog_options_orderby','date'),(4370,2403,'_dt_microsite_page_layout','wide'),(4371,2403,'_dt_microsite_page_loading','enabled'),(4372,2403,'_dt_microsite_primary_menu',''),(4373,2403,'_dt_microsite_split_left_menu',''),(4374,2403,'_dt_microsite_split_right_menu',''),(4375,2403,'_dt_microsite_mobile_menu',''),(4376,2403,'_dt_microsite_logo_link',''),(4377,2403,'main_logo_heading',''),(4378,2403,'_dt_microsite_main_logo_type','default'),(4379,2403,'_dt_microsite_main_logo_regular','a:0:{}'),(4380,2403,'_dt_microsite_main_logo_hd','a:0:{}'),(4381,2403,'transparent_logo_heading',''),(4382,2403,'_dt_microsite_transparent_logo_type','default'),(4383,2403,'_dt_microsite_transparent_logo_regular','a:0:{}'),(4384,2403,'_dt_microsite_transparent_logo_hd','a:0:{}'),(4385,2403,'_dt_microsite_mixed_logo_type','default'),(4386,2403,'_dt_microsite_mixed_logo_regular','a:0:{}'),(4387,2403,'_dt_microsite_mixed_logo_hd','a:0:{}'),(4388,2403,'floating_logo_heading',''),(4389,2403,'_dt_microsite_floating_logo_type','default'),(4390,2403,'_dt_microsite_floating_logo_regular','a:0:{}'),(4391,2403,'_dt_microsite_floating_logo_hd','a:0:{}'),(4392,2403,'_dt_microsite_mobile_logo_type','default'),(4393,2403,'_dt_microsite_mobile_logo_regular','a:0:{}'),(4394,2403,'_dt_microsite_mobile_logo_hd','a:0:{}'),(4395,2403,'_dt_microsite_transparent_mobile_logo_type','default'),(4396,2403,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(4397,2403,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(4398,2403,'bottom_logo_heading',''),(4399,2403,'_dt_microsite_bottom_logo_type','default'),(4400,2403,'_dt_microsite_bottom_logo_regular','a:0:{}'),(4401,2403,'_dt_microsite_bottom_logo_hd','a:0:{}'),(4402,2403,'favicon_heading',''),(4403,2403,'_dt_microsite_favicon_type','default'),(4404,2403,'_dt_microsite_favicon','a:0:{}'),(4405,2403,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4406,2403,'_dt_portfolio_options_list_layout','list'),(4407,2403,'_dt_portfolio_options_bg_under_list_posts','1'),(4408,2403,'_dt_portfolio_options_list_hover_bg_color','theme'),(4409,2403,'_dt_portfolio_options_masonry_layout','masonry'),(4410,2403,'_dt_portfolio_options_item_padding','20'),(4411,2403,'_dt_portfolio_options_target_height','250'),(4412,2403,'_dt_portfolio_options_target_width','370'),(4413,2403,'_dt_portfolio_options_columns_number','3'),(4414,2403,'_dt_portfolio_options_full_width','0'),(4415,2403,'_dt_portfolio_options_description','under_image'),(4416,2403,'_dt_portfolio_options_hover_animation','fade'),(4417,2403,'_dt_portfolio_options_hover_bg_color','theme'),(4418,2403,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(4419,2403,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(4420,2403,'_dt_portfolio_options_post_content_alignment','left'),(4421,2403,'_dt_portfolio_options_bg_post_content_alignment','center'),(4422,2403,'_dt_portfolio_options_lines_animation_effect','1'),(4423,2403,'_dt_portfolio_options_title_visibility','on_hoover'),(4424,2403,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(4425,2403,'_dt_portfolio_options_jgrid_hover_animation','fade'),(4426,2403,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(4427,2403,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(4428,2403,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(4429,2403,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(4430,2403,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(4431,2403,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(4432,2403,'_dt_portfolio_options_posts_same_width','0'),(4433,2403,'_dt_portfolio_options_hide_last_row','0'),(4434,2403,'_dt_portfolio_options_image_layout','original'),(4435,2403,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4436,2403,'_dt_portfolio_options_thumb_width',''),(4437,2403,'_dt_portfolio_options_ppp',''),(4438,2403,'_dt_portfolio_options_load_style','ajax_pagination'),(4439,2403,'_dt_portfolio_options_load_effect','fade_in'),(4440,2403,'_dt_portfolio_options_show_titles','1'),(4441,2403,'_dt_portfolio_options_show_exerpts','1'),(4442,2403,'_dt_portfolio_options_show_categories_in_post_meta','1'),(4443,2403,'_dt_portfolio_options_show_date_in_post_meta','1'),(4444,2403,'_dt_portfolio_options_show_author_in_post_meta','1'),(4445,2403,'_dt_portfolio_options_show_comments_in_post_meta','1'),(4446,2403,'_dt_portfolio_options_show_details','1'),(4447,2403,'_dt_portfolio_options_show_links','1'),(4448,2403,'_dt_portfolio_options_show_zoom','1'),(4449,2403,'_dt_portfolio_options_show_details_buttons','1'),(4450,2403,'_dt_portfolio_options_show_filter','1'),(4451,2403,'_dt_portfolio_options_show_orderby','1'),(4452,2403,'_dt_portfolio_options_show_order','1'),(4453,2403,'_dt_portfolio_options_show_all_pages','0'),(4454,2403,'_dt_portfolio_options_order','DESC'),(4455,2403,'_dt_portfolio_options_orderby','date'),(4456,2403,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(4457,2403,'_dt_albums_options_layout','masonry'),(4458,2403,'_dt_albums_options_item_padding','20'),(4459,2403,'_dt_albums_options_target_height','250'),(4460,2403,'_dt_albums_options_target_width','370'),(4461,2403,'_dt_albums_options_columns_number','3'),(4462,2403,'_dt_albums_options_full_width','0'),(4463,2403,'_dt_albums_options_description','under_image'),(4464,2403,'_dt_albums_options_hover_animation','fade'),(4465,2403,'_dt_albums_options_hover_bg_color','theme'),(4466,2403,'_dt_albums_options_bg_under_masonry_posts','disabled'),(4467,2403,'_dt_albums_options_hover_content_visibility','on_hoover'),(4468,2403,'_dt_albums_options_post_content_alignment','left'),(4469,2403,'_dt_albums_options_bg_post_content_alignment','center'),(4470,2403,'_dt_albums_options_lines_animation_effect','1'),(4471,2403,'_dt_albums_options_title_visibility','on_hoover'),(4472,2403,'_dt_albums_options_posts_same_width','0'),(4473,2403,'_dt_albums_options_hide_last_row','0'),(4474,2403,'_dt_albums_options_jgrid_description','on_hoover_centered'),(4475,2403,'_dt_albums_options_jgrid_hover_animation','fade'),(4476,2403,'_dt_albums_options_jgrid_hover_bg_color','theme'),(4477,2403,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(4478,2403,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(4479,2403,'_dt_albums_options_jgrid_post_content_alignment','left'),(4480,2403,'_dt_albums_options_jgrid_lines_animation_effect','1'),(4481,2403,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(4482,2403,'_dt_albums_options_image_layout','original'),(4483,2403,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4484,2403,'_dt_albums_options_ppp',''),(4485,2403,'_dt_albums_options_load_style','ajax_pagination'),(4486,2403,'_dt_albums_options_load_effect','fade_in'),(4487,2403,'_dt_albums_options_show_titles','1'),(4488,2403,'_dt_albums_options_show_exerpts','1'),(4489,2403,'_dt_albums_options_show_round_miniatures','1'),(4490,2403,'_dt_albums_options_show_categories_in_post_meta','1'),(4491,2403,'_dt_albums_options_show_date_in_post_meta','1'),(4492,2403,'_dt_albums_options_show_author_in_post_meta','1'),(4493,2403,'_dt_albums_options_show_comments_in_post_meta','1'),(4494,2403,'_dt_albums_options_show_numbers_in_post_meta','1'),(4495,2403,'_dt_albums_options_show_filter','1'),(4496,2403,'_dt_albums_options_show_orderby','1'),(4497,2403,'_dt_albums_options_show_order','1'),(4498,2403,'_dt_albums_options_show_all_pages','0'),(4499,2403,'_dt_albums_options_order','DESC'),(4500,2403,'_dt_albums_options_orderby','date'),(4501,2403,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(4502,2403,'_dt_media_options_layout','masonry'),(4503,2403,'_dt_media_options_item_padding','20'),(4504,2403,'_dt_media_options_target_height','250'),(4505,2403,'_dt_media_options_target_width','370'),(4506,2403,'_dt_media_options_columns_number','3'),(4507,2403,'_dt_media_options_full_width','0'),(4508,2403,'_dt_media_options_hide_last_row','0'),(4509,2403,'_dt_media_options_image_layout','original'),(4510,2403,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4511,2403,'_dt_media_options_ppp',''),(4512,2403,'_dt_media_options_load_style','ajax_pagination'),(4513,2403,'_dt_media_options_load_effect','fade_in'),(4514,2403,'_dt_media_options_show_titles','1'),(4515,2403,'_dt_media_options_show_exerpts','1'),(4516,2403,'_dt_media_options_show_all_pages','0'),(4517,2403,'_dt_media_options_order','DESC'),(4518,2403,'_dt_media_options_orderby','date'),(4519,2403,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4520,2403,'_dt_team_options_masonry_layout','masonry'),(4521,2403,'_dt_team_options_item_padding','20'),(4522,2403,'_dt_team_options_target_width','370'),(4523,2403,'_dt_team_options_columns_number','3'),(4524,2403,'_dt_team_options_full_width','0'),(4525,2403,'_dt_team_options_bg_under_posts','1'),(4526,2403,'_dt_team_options_image_layout','original'),(4527,2403,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4528,2403,'_dt_team_options_round_images','0'),(4529,2403,'_dt_team_options_show_exerpts','1'),(4530,2403,'_dt_team_options_ppp',''),(4531,2403,'_dt_team_options_order','DESC'),(4532,2403,'_dt_team_options_orderby','date'),(4533,2403,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4534,2403,'_dt_testimonials_options_masonry_layout','masonry'),(4535,2403,'_dt_testimonials_options_item_padding','20'),(4536,2403,'_dt_testimonials_options_target_width','370'),(4537,2403,'_dt_testimonials_options_columns_number','3'),(4538,2403,'_dt_testimonials_options_full_width','0'),(4539,2403,'_dt_testimonials_options_ppp',''),(4540,2403,'_dt_testimonials_options_load_style','ajax_pagination'),(4541,2403,'_dt_testimonials_options_load_effect','fade_in'),(4542,2076,'_wp_attached_file','2018/06/sl-event-01.jpg'),(4543,2076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-01-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-01-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-01-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4544,2076,'dt-img-hide-title','1'),(4545,2077,'_wp_attached_file','2018/06/sl-event-05.jpg'),(4546,2077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-05.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-05-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-05-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-05-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4547,2077,'dt-img-hide-title','1'),(4548,2078,'_wp_attached_file','2018/06/sl-event-02.jpg'),(4549,2078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-02-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-02-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-02-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4550,2078,'dt-img-hide-title','1'),(4551,2079,'_wp_attached_file','2018/06/sl-event-06.jpg'),(4552,2079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-06.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-06-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-06-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-06-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4553,2079,'dt-img-hide-title','1'),(4554,2083,'_wp_attached_file','2018/06/sl001.jpg'),(4555,2083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:17:\"2018/06/sl001.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sl001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sl001-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sl001-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sl001-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4556,2083,'dt-img-hide-title','1'),(4557,2084,'_wp_attached_file','2018/06/sl002.jpg'),(4558,2084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:17:\"2018/06/sl002.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sl002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sl002-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sl002-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sl002-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4559,2084,'dt-img-hide-title','1'),(4560,2101,'_wp_attached_file','2018/06/icomoon-fontawesome-16x16.zip'),(4561,2101,'dt-img-hide-title','1'),(4562,2404,'_wp_attached_file','2018/06/sl-event-00.jpg'),(4563,2404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-00.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-00-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-00-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-00-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-00-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4564,2404,'dt-img-hide-title','1'),(4565,2405,'_wp_attached_file','2018/06/sl-event-04.jpg'),(4566,2405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-04.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-04-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-04-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-04-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4567,2405,'dt-img-hide-title','1'),(4568,2185,'_wp_attached_file','2018/06/sl-event-07.jpg'),(4569,2185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-07.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-07-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-07-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-07-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4570,2185,'dt-img-hide-title','1'),(4571,2186,'_wp_attached_file','2018/06/sl-event-08.jpg'),(4572,2186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-08.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-08-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-08-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-08-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4573,2186,'dt-img-hide-title','1'),(4574,2187,'_wp_attached_file','2018/06/sl-event-09.jpg'),(4575,2187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-09.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-09-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-09-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-09-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4576,2187,'dt-img-hide-title','1'),(4577,2188,'_wp_attached_file','2018/06/sl-event-10.jpg'),(4578,2188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-10.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-10-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-10-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-10-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4579,2188,'dt-img-hide-title','1'),(4580,2189,'_wp_attached_file','2018/06/sl-event-11.jpg'),(4581,2189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-11.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-11-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-11-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-11-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4582,2189,'dt-img-hide-title','1'),(4583,2190,'_wp_attached_file','2018/06/sl-event-12.jpg'),(4584,2190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-12.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-12-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-12-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-12-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4585,2190,'dt-img-hide-title','1'),(4586,2221,'_wp_attached_file','2018/06/sl-event-13.jpg'),(4587,2221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-13.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-13-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-13-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-13-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4588,2221,'dt-img-hide-title','1'),(4589,2222,'_wp_attached_file','2018/06/sl-event-14.jpg'),(4590,2222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-14.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-14-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-14-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-14-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4591,2222,'dt-img-hide-title','1'),(4592,2224,'_wp_attached_file','2018/06/sl-event-16.jpg'),(4593,2224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-16.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-16-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-16-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-16-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4594,2224,'dt-img-hide-title','1'),(4595,2231,'_wp_attached_file','2014/03/sl-event-19.jpg'),(4596,2231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2014/03/sl-event-19.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-19-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-19-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-19-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4597,2231,'dt-img-hide-title','1'),(4598,2263,'_wp_attached_file','2018/06/sl-event-21.jpg'),(4599,2263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-21.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-21-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-21-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-21-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4600,2263,'dt-img-hide-title','1'),(4601,2264,'_wp_attached_file','2018/06/sl-event-22.jpg'),(4602,2264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-22.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-22-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-22-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-22-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4603,2264,'dt-img-hide-title','1'),(4604,2265,'_wp_attached_file','2018/06/sl-event-23.jpg'),(4605,2265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-23.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-23-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-23-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-23-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4606,2265,'dt-img-hide-title','1'),(4607,2266,'_wp_attached_file','2018/06/sl-event-25.jpg'),(4608,2266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-25.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-25-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-25-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-25-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4609,2266,'dt-img-hide-title','1'),(4610,2267,'_wp_attached_file','2018/06/sl-event-2001.jpg'),(4611,2267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2018/06/sl-event-2001.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sl-event-2001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sl-event-2001-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"sl-event-2001-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"sl-event-2001-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4612,2267,'dt-img-hide-title','1'),(4613,2268,'_wp_attached_file','2018/06/sl-event-27.jpg'),(4614,2268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-27.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-27-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-27-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-27-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4615,2268,'dt-img-hide-title','1'),(4616,2269,'_wp_attached_file','2018/06/sl-event-28.jpg'),(4617,2269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-28.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-28-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-28-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-28-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4618,2269,'dt-img-hide-title','1'),(4619,2270,'_wp_attached_file','2018/06/sl-event-29.jpg'),(4620,2270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2018/06/sl-event-29.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-29-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-29-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-29-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4621,2270,'dt-img-hide-title','1'),(4622,2285,'_wp_attached_file','2018/06/mabuteam01.jpg'),(4623,2285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2018/06/mabuteam01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mabuteam01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"mabuteam01-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:22:\"mabuteam01-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:23:\"mabuteam01-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:{}}}'),(4624,2285,'dt-img-hide-title','1'),(4625,2286,'_wp_attached_file','2018/06/mabuteam02.jpg'),(4626,2286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2018/06/mabuteam02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mabuteam02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"mabuteam02-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:22:\"mabuteam02-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:23:\"mabuteam02-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:{}}}'),(4627,2286,'dt-img-hide-title','1'),(4628,2287,'_wp_attached_file','2018/06/mabuteam03.jpg'),(4629,2287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2018/06/mabuteam03.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mabuteam03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"mabuteam03-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:22:\"mabuteam03-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:23:\"mabuteam03-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:{}}}'),(4630,2287,'dt-img-hide-title','1'),(4631,2288,'_wp_attached_file','2018/06/mabuteam04.jpg'),(4632,2288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2018/06/mabuteam04.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mabuteam04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"mabuteam04-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:22:\"mabuteam04-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:23:\"mabuteam04-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:{}}}'),(4633,2288,'dt-img-hide-title','1'),(4634,2290,'_wp_attached_file','2018/06/mabuteam06.jpg'),(4635,2290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2018/06/mabuteam06.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mabuteam06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"mabuteam06-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:22:\"mabuteam06-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:23:\"mabuteam06-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:{}}}'),(4636,2290,'dt-img-hide-title','1'),(4637,2359,'_wp_attached_file','2018/06/sl-event-30.jpg'),(4638,2359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2018/06/sl-event-30.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-30-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:23:\"sl-event-30-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:24:\"sl-event-30-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:{}}}'),(4639,2359,'dt-img-hide-title','1'),(4640,2384,'_wp_attached_file','2018/06/sl-event-35.jpg'),(4641,2384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2018/06/sl-event-35.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-35-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:23:\"sl-event-35-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:24:\"sl-event-35-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:{}}}'),(4642,2384,'dt-img-hide-title','1'),(4643,2385,'_wp_attached_file','2018/06/sl-event-36.jpg'),(4644,2385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2018/06/sl-event-36.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-36-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:23:\"sl-event-36-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:24:\"sl-event-36-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:{}}}'),(4645,2385,'dt-img-hide-title','1'),(4646,2387,'_wp_attached_file','2018/06/sl-event-41.jpg'),(4647,2387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2018/06/sl-event-41.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-41-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:23:\"sl-event-41-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:24:\"sl-event-41-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:{}}}'),(4648,2387,'dt-img-hide-title','1'),(4649,2398,'_wp_attached_file','2018/06/sl-event-50.jpg'),(4650,2398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2018/06/sl-event-50.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-50-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-50-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:23:\"sl-event-50-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:24:\"sl-event-50-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:{}}}'),(4651,2398,'dt-img-hide-title','1'),(4652,2401,'_wp_attached_file','2018/06/sl-event-54.jpg'),(4653,2401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2018/06/sl-event-54.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-54-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-54-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:23:\"sl-event-54-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:24:\"sl-event-54-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:{}}}'),(4654,2401,'dt-img-hide-title','1'),(4655,2500,'_wp_attached_file','2018/06/imgmap.jpg'),(4656,2500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2018/06/imgmap.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"imgmap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"imgmap-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"imgmap-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;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:{}}}'),(4657,2500,'dt-img-hide-title','1'),(4658,2511,'_wp_attached_file','2018/06/l-event-7-hd.png'),(4659,2511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:182;s:6:\"height\";i:120;s:4:\"file\";s:24:\"2018/06/l-event-7-hd.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"l-event-7-hd-150x120.png\";s:5:\"width\";i:150;s:6:\"height\";i:120;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:{}}}'),(4660,2511,'dt-img-hide-title','1'),(4661,2512,'_wp_attached_file','2018/06/l-event-7.png'),(4662,2512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:60;s:4:\"file\";s:21:\"2018/06/l-event-7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4663,2512,'dt-img-hide-title','1'),(4664,2515,'_wp_attached_file','2018/06/the7-new-fav1.gif'),(4665,2515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:25:\"2018/06/the7-new-fav1.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4666,2515,'dt-img-hide-title','1'),(4667,2516,'_wp_attached_file','2018/06/the7-new-fav-hd1-2.gif'),(4668,2516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:30:\"2018/06/the7-new-fav-hd1-2.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4669,2516,'dt-img-hide-title','1'),(4670,2519,'_wp_attached_file','2018/06/ev-f-hd.png'),(4671,2519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:124;s:6:\"height\";i:80;s:4:\"file\";s:19:\"2018/06/ev-f-hd.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4672,2519,'dt-img-hide-title','1'),(4673,2520,'_wp_attached_file','2018/06/ev-f.png'),(4674,2520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:62;s:6:\"height\";i:40;s:4:\"file\";s:16:\"2018/06/ev-f.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4675,2520,'dt-img-hide-title','1'),(4676,2521,'_wp_attached_file','2018/06/sl.png'),(4677,2521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:329;s:4:\"file\";s:14:\"2018/06/sl.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"sl-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:\"sl-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(4678,2521,'dt-img-hide-title','1'),(4679,2522,'_wp_attached_file','revslider/the7-event-agency-slider/sl-event-01.jpg'),(4680,2522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:50:\"revslider/the7-event-agency-slider/sl-event-01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-01-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-01-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-01-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4681,2523,'_wp_attached_file','revslider/the7-event-agency-slider/sl-event-04.jpg'),(4682,2523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:50:\"revslider/the7-event-agency-slider/sl-event-04.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-04-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-04-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-04-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4683,2524,'_wp_attached_file','revslider/the7-event-agency-slider/sl001.jpg'),(4684,2524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:44:\"revslider/the7-event-agency-slider/sl001.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sl001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sl001-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"sl001-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"sl001-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4685,2525,'_wp_attached_file','revslider/the7-event-agency-slider/sl-event-08.jpg'),(4686,2525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:50:\"revslider/the7-event-agency-slider/sl-event-08.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sl-event-08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"sl-event-08-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"sl-event-08-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"sl-event-08-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;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:{}}}'),(4687,2526,'_wp_attached_file','revslider/the7-event-agency-slider/sl.png'),(4688,2526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:329;s:4:\"file\";s:41:\"revslider/the7-event-agency-slider/sl.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"sl-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:\"sl-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;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:{}}}'),(4689,2527,'_wp_attached_file','2018/06/TRACKS_GreenLogo_RGB.png'),(4690,2527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:145;s:4:\"file\";s:32:\"2018/06/TRACKS_GreenLogo_RGB.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"TRACKS_GreenLogo_RGB-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"TRACKS_GreenLogo_RGB-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"TRACKS_GreenLogo_RGB-768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;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:{}}}'),(4691,2528,'_wp_attached_file','2018/06/TRACKS_KOLogo_RGB-e1532734213269.png'),(4692,2528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:44;s:4:\"file\";s:44:\"2018/06/TRACKS_KOLogo_RGB-e1532734213269.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"TRACKS_KOLogo_RGB-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"TRACKS_KOLogo_RGB-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"TRACKS_KOLogo_RGB-768x111.png\";s:5:\"width\";i:768;s:6:\"height\";i:111;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:{}}}'),(4693,2529,'_wp_attached_file','2018/06/TRACKS_BWLogo_RGB-copy.png'),(4694,2529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:207;s:6:\"height\";i:30;s:4:\"file\";s:34:\"2018/06/TRACKS_BWLogo_RGB-copy.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"TRACKS_BWLogo_RGB-copy-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;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:{}}}'),(4695,2530,'_wp_attached_file','2018/06/Tracks-1.png'),(4696,2530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:60;s:4:\"file\";s:20:\"2018/06/Tracks-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tracks-1-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;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:{}}}'),(4697,2531,'_wp_attached_file','2018/06/Tracks.png'),(4698,2531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:506;s:6:\"height\";i:96;s:4:\"file\";s:18:\"2018/06/Tracks.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Tracks-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Tracks-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;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:{}}}'),(4699,2532,'_wp_attached_file','2018/06/Tracks-2.png'),(4700,2532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:80;s:4:\"file\";s:20:\"2018/06/Tracks-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tracks-2-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;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:{}}}'),(4701,2533,'_wp_attached_file','2018/06/Tracks-4.png'),(4702,2533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:80;s:4:\"file\";s:20:\"2018/06/Tracks-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Tracks-4-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;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:{}}}'),(4703,2534,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4704,2534,'_menu_item_type','post_type'),(4705,2534,'_menu_item_menu_item_parent','0'),(4706,2534,'_menu_item_object_id','46'),(4707,2534,'_menu_item_object','page'),(4708,2534,'_menu_item_target',''),(4709,2534,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4710,2534,'_menu_item_xfn',''),(4711,2534,'_menu_item_url',''),(4713,2535,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4714,2535,'_menu_item_type','post_type'),(4715,2535,'_menu_item_menu_item_parent','0'),(4716,2535,'_menu_item_object_id','11'),(4717,2535,'_menu_item_object','page'),(4718,2535,'_menu_item_target',''),(4719,2535,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4720,2535,'_menu_item_xfn',''),(4721,2535,'_menu_item_url',''),(4743,2538,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4744,2538,'_menu_item_type','post_type'),(4745,2538,'_menu_item_menu_item_parent','0'),(4746,2538,'_menu_item_object_id','2183'),(4747,2538,'_menu_item_object','page'),(4748,2538,'_menu_item_target',''),(4749,2538,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4750,2538,'_menu_item_xfn',''),(4751,2538,'_menu_item_url',''),(4753,592,'_edit_lock','1542401733:1'),(4754,2539,'_wp_attached_file','2018/07/A.png'),(4755,2539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2018/07/A.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"A-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:\"A-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:13:\"A-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"A-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4756,2540,'_wp_attached_file','2018/07/A-2.png'),(4757,2540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/07/A-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"A-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:15:\"A-2-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:\"A-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"A-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4758,2541,'_wp_attached_file','2018/07/A-3.png'),(4759,2541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2018/07/A-3.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"A-3-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:\"A-3-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:\"A-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"A-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4760,2542,'_wp_attached_file','2018/07/thought-catalog-635846-unsplash.jpg'),(4761,2542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5760;s:6:\"height\";i:3840;s:4:\"file\";s:43:\"2018/07/thought-catalog-635846-unsplash.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"thought-catalog-635846-unsplash-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:43:\"thought-catalog-635846-unsplash-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:43:\"thought-catalog-635846-unsplash-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:44:\"thought-catalog-635846-unsplash-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:{}}}'),(4762,2543,'_wp_attached_file','2018/07/drop-the-label-movement-608504-unsplash.jpg'),(4763,2543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:3600;s:4:\"file\";s:51:\"2018/07/drop-the-label-movement-608504-unsplash.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"drop-the-label-movement-608504-unsplash-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:\"drop-the-label-movement-608504-unsplash-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:52:\"drop-the-label-movement-608504-unsplash-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:52:\"drop-the-label-movement-608504-unsplash-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:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4764,2544,'_wp_attached_file','2018/07/rawpixel-284728-unsplash.jpg'),(4765,2544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:36:\"2018/07/rawpixel-284728-unsplash.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"rawpixel-284728-unsplash-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:36:\"rawpixel-284728-unsplash-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:36:\"rawpixel-284728-unsplash-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:37:\"rawpixel-284728-unsplash-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(4766,2545,'_wp_attached_file','2018/07/startup-photos.jpg'),(4767,2545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:2000;s:4:\"file\";s:26:\"2018/07/startup-photos.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"startup-photos-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:\"startup-photos-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:26:\"startup-photos-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:27:\"startup-photos-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:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1423808642\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4768,2183,'_edit_lock','1542400670:1'),(4769,2,'_wp_trash_meta_status','publish'),(4770,2,'_wp_trash_meta_time','1531516171'),(4771,2,'_wp_desired_post_slug','sample-page'),(4772,2,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4773,2184,'_wp_trash_meta_status','publish'),(4774,2184,'_wp_trash_meta_time','1531516227'),(4775,2184,'_wp_desired_post_slug','services'),(4776,2337,'_wp_trash_meta_status','publish'),(4777,2337,'_wp_trash_meta_time','1531516227'),(4778,2337,'_wp_desired_post_slug','conferences-events'),(4779,2380,'_wp_trash_meta_status','publish'),(4780,2380,'_wp_trash_meta_time','1531516227'),(4781,2380,'_wp_desired_post_slug','trade-show-services'),(4782,2389,'_wp_trash_meta_status','publish'),(4783,2389,'_wp_trash_meta_time','1531516227'),(4784,2389,'_wp_desired_post_slug','incentive-programs'),(4785,2403,'_wp_trash_meta_status','publish'),(4786,2403,'_wp_trash_meta_time','1531516227'),(4787,2403,'_wp_desired_post_slug','strategic-meeting-management'),(4788,46,'_edit_lock','1542391698:1'),(4789,9,'_wp_trash_meta_status','publish'),(4790,9,'_wp_trash_meta_time','1531516294'),(4791,9,'_wp_desired_post_slug','gallery'),(4792,2572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4793,2572,'_edit_last','1'),(4794,2572,'_edit_lock','1531516278:1'),(4795,2572,'_wp_page_template','default'),(4796,2572,'slide_template','default'),(4797,2572,'_wpb_vc_js_status','false'),(4798,2572,'_dt_sidebar_position','right'),(4799,2572,'_dt_sidebar_widgetarea_id','sidebar_1'),(4800,2572,'_dt_sidebar_hide_on_mobile','0'),(4801,2572,'_dt_footer_show','1'),(4802,2572,'_dt_footer_widgetarea_id','sidebar_2'),(4803,2572,'_dt_footer_hide_on_mobile','0'),(4804,2572,'_dt_header_title','enabled'),(4805,2572,'_dt_header_background','normal'),(4806,2572,'_dt_header_background_below_slideshow','disabled'),(4807,2572,'_dt_header_transparent_bg_color_scheme','light'),(4808,2572,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(4809,2572,'_dt_header_transparent_top_bar_bg_opacity','25'),(4810,2572,'_dt_header_transparent_bg_color','#000000'),(4811,2572,'_dt_header_transparent_bg_opacity','50'),(4812,2572,'_dt_header_disabled_background','normal'),(4813,2572,'_dt_header_disabled_transparent_bg_color_scheme','light'),(4814,2572,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(4815,2572,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(4816,2572,'_dt_header_disabled_transparent_bg_color','#000000'),(4817,2572,'_dt_header_disabled_transparent_bg_opacity','50'),(4818,2572,'_dt_page_overrides_top_margin',''),(4819,2572,'_dt_page_overrides_bottom_margin',''),(4820,2572,'_dt_slideshow_mode','porthole'),(4821,2572,'_dt_slideshow_layout','fullwidth'),(4822,2572,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(4823,2572,'_dt_slideshow_scaling','fill'),(4824,2572,'_dt_slideshow_autoplay','paused'),(4825,2572,'_dt_slideshow_autoslide_interval','5000'),(4826,2572,'_dt_slideshow_hide_captions','0'),(4827,2572,'_dt_slideshow_photo_scroller_layout','fullscreen'),(4828,2572,'_dt_slideshow_photo_scroller_bg_color','#000000'),(4829,2572,'_dt_slideshow_photo_scroller_overlay','1'),(4830,2572,'_dt_slideshow_photo_scroller_top_padding','0'),(4831,2572,'_dt_slideshow_photo_scroller_bottom_padding','0'),(4832,2572,'_dt_slideshow_photo_scroller_side_paddings','0'),(4833,2572,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(4834,2572,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(4835,2572,'_dt_slideshow_photo_scroller_thumbnails_width',''),(4836,2572,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(4837,2572,'_dt_slideshow_photo_scroller_autoplay','play'),(4838,2572,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(4839,2572,'fake_id',''),(4840,2572,'_dt_slideshow_photo_scroller_ls_max_width','100'),(4841,2572,'_dt_slideshow_photo_scroller_ls_min_width','0'),(4842,2572,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(4843,2572,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(4844,2572,'_dt_slideshow_photo_scroller_pt_max_width','100'),(4845,2572,'_dt_slideshow_photo_scroller_pt_min_width','0'),(4846,2572,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(4847,2572,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(4848,2572,'_dt_slideshow_revolution_slider','none'),(4849,2572,'_dt_slideshow_layer_slider','none'),(4850,2572,'_dt_slideshow_layer_show_bg_and_paddings','0'),(4851,2572,'_dt_fancy_header_layout_heading',''),(4852,2572,'_dt_fancy_header_title_aligment','center'),(4853,2572,'_dt_fancy_header_height','300'),(4854,2572,'_dt_fancy_header_padding-top','0px'),(4855,2572,'_dt_fancy_header_padding-bottom','0px'),(4856,2572,'_dt_fancy_header_breadcrumbs_heading',''),(4857,2572,'_dt_fancy_header_breadcrumbs','enabled'),(4858,2572,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(4859,2572,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(4860,2572,'_dt_fancy_header_title_heading',''),(4861,2572,'_dt_fancy_header_title_mode','custom'),(4862,2572,'_dt_fancy_header_title',''),(4863,2572,'_dt_fancy_header_title_font_size','30'),(4864,2572,'_dt_fancy_header_title_line_height','36'),(4865,2572,'_dt_fancy_header_uppercase','0'),(4866,2572,'_dt_fancy_header_title_color_mode','color'),(4867,2572,'_dt_fancy_header_title_color','#ffffff'),(4868,2572,'_dt_fancy_header_subtitle_heading',''),(4869,2572,'_dt_fancy_header_subtitle',''),(4870,2572,'_dt_fancy_header_subtitle_font_size','18'),(4871,2572,'_dt_fancy_header_subtitle_line_height','26'),(4872,2572,'_dt_fancy_header_subtitle_uppercase','0'),(4873,2572,'_dt_fancy_header_subtitle_color_mode','color'),(4874,2572,'_dt_fancy_header_subtitle_color','#ffffff'),(4875,2572,'_dt_fancy_header_bg_heading',''),(4876,2572,'_dt_fancy_header_bg_color','#222222'),(4877,2572,'_dt_fancy_header_bg_image','a:0:{}'),(4878,2572,'_dt_fancy_header_bg_repeat','no-repeat'),(4879,2572,'_dt_fancy_header_bg_position_x','center'),(4880,2572,'_dt_fancy_header_bg_position_y','center'),(4881,2572,'_dt_fancy_header_bg_fullscreen','1'),(4882,2572,'_dt_fancy_header_bg_overlay','0'),(4883,2572,'_dt_fancy_header_overlay_color','#000'),(4884,2572,'_dt_fancy_header_bg_overlay_opacity','50'),(4885,2572,'_dt_fancy_header_scroll_effect','default'),(4886,2572,'_dt_fancy_header_bg_parallax','0.5'),(4887,2572,'_dt_content_display','no'),(4888,2572,'_dt_content_position','before_items'),(4889,2572,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4890,2572,'_dt_blog_options_layout','masonry'),(4891,2572,'_dt_blog_options_item_padding','20'),(4892,2572,'_dt_blog_options_target_width','370'),(4893,2572,'_dt_blog_options_columns_number','3'),(4894,2572,'_dt_blog_options_full_width','0'),(4895,2572,'_dt_blog_options_posts_same_width','0'),(4896,2572,'_dt_blog_options_bg_under_masonry_posts','disabled'),(4897,2572,'_dt_blog_options_post_content_alignment','left'),(4898,2572,'_dt_blog_options_list_layout','list'),(4899,2572,'_dt_blog_options_bg_under_list_posts','1'),(4900,2572,'_dt_blog_options_enable_fancy_date','1'),(4901,2572,'_dt_blog_options_image_layout','original'),(4902,2572,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4903,2572,'_dt_blog_options_thumb_width',''),(4904,2572,'_dt_blog_options_ppp',''),(4905,2572,'_dt_blog_options_load_style','ajax_pagination'),(4906,2572,'_dt_blog_options_load_effect','fade_in'),(4907,2572,'_dt_blog_options_show_all_pages','0'),(4908,2572,'_dt_blog_options_show_exerpts','1'),(4909,2572,'_dt_blog_options_show_details','1'),(4910,2572,'_dt_blog_options_show_filter','0'),(4911,2572,'_dt_blog_options_show_orderby','0'),(4912,2572,'_dt_blog_options_show_order','0'),(4913,2572,'_dt_blog_options_show_categories_in_post_meta','1'),(4914,2572,'_dt_blog_options_show_date_in_post_meta','1'),(4915,2572,'_dt_blog_options_show_author_in_post_meta','1'),(4916,2572,'_dt_blog_options_show_comments_in_post_meta','1'),(4917,2572,'_dt_blog_options_order','DESC'),(4918,2572,'_dt_blog_options_orderby','date'),(4919,2572,'_dt_microsite_page_layout','wide'),(4920,2572,'_dt_microsite_page_loading','enabled'),(4921,2572,'_dt_microsite_primary_menu',''),(4922,2572,'_dt_microsite_split_left_menu',''),(4923,2572,'_dt_microsite_split_right_menu',''),(4924,2572,'_dt_microsite_mobile_menu',''),(4925,2572,'_dt_microsite_logo_link',''),(4926,2572,'main_logo_heading',''),(4927,2572,'_dt_microsite_main_logo_type','default'),(4928,2572,'_dt_microsite_main_logo_regular','a:0:{}'),(4929,2572,'_dt_microsite_main_logo_hd','a:0:{}'),(4930,2572,'transparent_logo_heading',''),(4931,2572,'_dt_microsite_transparent_logo_type','default'),(4932,2572,'_dt_microsite_transparent_logo_regular','a:0:{}'),(4933,2572,'_dt_microsite_transparent_logo_hd','a:0:{}'),(4934,2572,'_dt_microsite_mixed_logo_type','default'),(4935,2572,'_dt_microsite_mixed_logo_regular','a:0:{}'),(4936,2572,'_dt_microsite_mixed_logo_hd','a:0:{}'),(4937,2572,'floating_logo_heading',''),(4938,2572,'_dt_microsite_floating_logo_type','default'),(4939,2572,'_dt_microsite_floating_logo_regular','a:0:{}'),(4940,2572,'_dt_microsite_floating_logo_hd','a:0:{}'),(4941,2572,'_dt_microsite_mobile_logo_type','default'),(4942,2572,'_dt_microsite_mobile_logo_regular','a:0:{}'),(4943,2572,'_dt_microsite_mobile_logo_hd','a:0:{}'),(4944,2572,'_dt_microsite_transparent_mobile_logo_type','default'),(4945,2572,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(4946,2572,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(4947,2572,'bottom_logo_heading',''),(4948,2572,'_dt_microsite_bottom_logo_type','default'),(4949,2572,'_dt_microsite_bottom_logo_regular','a:0:{}'),(4950,2572,'_dt_microsite_bottom_logo_hd','a:0:{}'),(4951,2572,'favicon_heading',''),(4952,2572,'_dt_microsite_favicon_type','default'),(4953,2572,'_dt_microsite_favicon','a:0:{}'),(4954,2572,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(4955,2572,'_dt_portfolio_options_list_layout','list'),(4956,2572,'_dt_portfolio_options_bg_under_list_posts','1'),(4957,2572,'_dt_portfolio_options_list_hover_bg_color','theme'),(4958,2572,'_dt_portfolio_options_masonry_layout','masonry'),(4959,2572,'_dt_portfolio_options_item_padding','20'),(4960,2572,'_dt_portfolio_options_target_height','250'),(4961,2572,'_dt_portfolio_options_target_width','370'),(4962,2572,'_dt_portfolio_options_columns_number','3'),(4963,2572,'_dt_portfolio_options_full_width','0'),(4964,2572,'_dt_portfolio_options_description','under_image'),(4965,2572,'_dt_portfolio_options_hover_animation','fade'),(4966,2572,'_dt_portfolio_options_hover_bg_color','theme'),(4967,2572,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(4968,2572,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(4969,2572,'_dt_portfolio_options_post_content_alignment','left'),(4970,2572,'_dt_portfolio_options_bg_post_content_alignment','center'),(4971,2572,'_dt_portfolio_options_lines_animation_effect','1'),(4972,2572,'_dt_portfolio_options_title_visibility','on_hoover'),(4973,2572,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(4974,2572,'_dt_portfolio_options_jgrid_hover_animation','fade'),(4975,2572,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(4976,2572,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(4977,2572,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(4978,2572,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(4979,2572,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(4980,2572,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(4981,2572,'_dt_portfolio_options_posts_same_width','0'),(4982,2572,'_dt_portfolio_options_hide_last_row','0'),(4983,2572,'_dt_portfolio_options_image_layout','original'),(4984,2572,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(4985,2572,'_dt_portfolio_options_thumb_width',''),(4986,2572,'_dt_portfolio_options_ppp',''),(4987,2572,'_dt_portfolio_options_load_style','ajax_pagination'),(4988,2572,'_dt_portfolio_options_load_effect','fade_in'),(4989,2572,'_dt_portfolio_options_show_titles','1'),(4990,2572,'_dt_portfolio_options_show_exerpts','1'),(4991,2572,'_dt_portfolio_options_show_categories_in_post_meta','1'),(4992,2572,'_dt_portfolio_options_show_date_in_post_meta','1'),(4993,2572,'_dt_portfolio_options_show_author_in_post_meta','1'),(4994,2572,'_dt_portfolio_options_show_comments_in_post_meta','1'),(4995,2572,'_dt_portfolio_options_show_details','1'),(4996,2572,'_dt_portfolio_options_show_links','1'),(4997,2572,'_dt_portfolio_options_show_zoom','1'),(4998,2572,'_dt_portfolio_options_show_details_buttons','1'),(4999,2572,'_dt_portfolio_options_show_filter','1'),(5000,2572,'_dt_portfolio_options_show_orderby','1'),(5001,2572,'_dt_portfolio_options_show_order','1'),(5002,2572,'_dt_portfolio_options_show_all_pages','0'),(5003,2572,'_dt_portfolio_options_order','DESC'),(5004,2572,'_dt_portfolio_options_orderby','date'),(5005,2572,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(5006,2572,'_dt_albums_options_layout','masonry'),(5007,2572,'_dt_albums_options_item_padding','20'),(5008,2572,'_dt_albums_options_target_height','250'),(5009,2572,'_dt_albums_options_target_width','370'),(5010,2572,'_dt_albums_options_columns_number','3'),(5011,2572,'_dt_albums_options_full_width','0'),(5012,2572,'_dt_albums_options_description','under_image'),(5013,2572,'_dt_albums_options_hover_animation','fade'),(5014,2572,'_dt_albums_options_hover_bg_color','theme'),(5015,2572,'_dt_albums_options_bg_under_masonry_posts','disabled'),(5016,2572,'_dt_albums_options_hover_content_visibility','on_hoover'),(5017,2572,'_dt_albums_options_post_content_alignment','left'),(5018,2572,'_dt_albums_options_bg_post_content_alignment','center'),(5019,2572,'_dt_albums_options_lines_animation_effect','1'),(5020,2572,'_dt_albums_options_title_visibility','on_hoover'),(5021,2572,'_dt_albums_options_posts_same_width','0'),(5022,2572,'_dt_albums_options_hide_last_row','0'),(5023,2572,'_dt_albums_options_jgrid_description','on_hoover_centered'),(5024,2572,'_dt_albums_options_jgrid_hover_animation','fade'),(5025,2572,'_dt_albums_options_jgrid_hover_bg_color','theme'),(5026,2572,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(5027,2572,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(5028,2572,'_dt_albums_options_jgrid_post_content_alignment','left'),(5029,2572,'_dt_albums_options_jgrid_lines_animation_effect','1'),(5030,2572,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(5031,2572,'_dt_albums_options_image_layout','original'),(5032,2572,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(5033,2572,'_dt_albums_options_ppp',''),(5034,2572,'_dt_albums_options_load_style','ajax_pagination'),(5035,2572,'_dt_albums_options_load_effect','fade_in'),(5036,2572,'_dt_albums_options_show_titles','1'),(5037,2572,'_dt_albums_options_show_exerpts','1'),(5038,2572,'_dt_albums_options_show_round_miniatures','1'),(5039,2572,'_dt_albums_options_show_categories_in_post_meta','1'),(5040,2572,'_dt_albums_options_show_date_in_post_meta','1'),(5041,2572,'_dt_albums_options_show_author_in_post_meta','1'),(5042,2572,'_dt_albums_options_show_comments_in_post_meta','1'),(5043,2572,'_dt_albums_options_show_numbers_in_post_meta','1'),(5044,2572,'_dt_albums_options_show_filter','1'),(5045,2572,'_dt_albums_options_show_orderby','1'),(5046,2572,'_dt_albums_options_show_order','1'),(5047,2572,'_dt_albums_options_show_all_pages','0'),(5048,2572,'_dt_albums_options_order','DESC'),(5049,2572,'_dt_albums_options_orderby','date'),(5050,2572,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(5051,2572,'_dt_media_options_layout','masonry'),(5052,2572,'_dt_media_options_item_padding','20'),(5053,2572,'_dt_media_options_target_height','250'),(5054,2572,'_dt_media_options_target_width','370'),(5055,2572,'_dt_media_options_columns_number','3'),(5056,2572,'_dt_media_options_full_width','0'),(5057,2572,'_dt_media_options_hide_last_row','0'),(5058,2572,'_dt_media_options_image_layout','original'),(5059,2572,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(5060,2572,'_dt_media_options_ppp',''),(5061,2572,'_dt_media_options_load_style','ajax_pagination'),(5062,2572,'_dt_media_options_load_effect','fade_in'),(5063,2572,'_dt_media_options_show_titles','1'),(5064,2572,'_dt_media_options_show_exerpts','1'),(5065,2572,'_dt_media_options_show_all_pages','0'),(5066,2572,'_dt_media_options_order','DESC'),(5067,2572,'_dt_media_options_orderby','date'),(5068,2572,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(5069,2572,'_dt_team_options_masonry_layout','masonry'),(5070,2572,'_dt_team_options_item_padding','20'),(5071,2572,'_dt_team_options_target_width','370'),(5072,2572,'_dt_team_options_columns_number','3'),(5073,2572,'_dt_team_options_full_width','0'),(5074,2572,'_dt_team_options_bg_under_posts','1'),(5075,2572,'_dt_team_options_image_layout','original'),(5076,2572,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(5077,2572,'_dt_team_options_round_images','0'),(5078,2572,'_dt_team_options_show_exerpts','1'),(5079,2572,'_dt_team_options_ppp',''),(5080,2572,'_dt_team_options_order','DESC'),(5081,2572,'_dt_team_options_orderby','date'),(5082,2572,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(5083,2572,'_dt_testimonials_options_masonry_layout','masonry'),(5084,2572,'_dt_testimonials_options_item_padding','20'),(5085,2572,'_dt_testimonials_options_target_width','370'),(5086,2572,'_dt_testimonials_options_columns_number','3'),(5087,2572,'_dt_testimonials_options_full_width','0'),(5088,2572,'_dt_testimonials_options_ppp',''),(5089,2572,'_dt_testimonials_options_load_style','ajax_pagination'),(5090,2572,'_dt_testimonials_options_load_effect','fade_in'),(5091,2572,'_wp_trash_meta_status','publish'),(5092,2572,'_wp_trash_meta_time','1531516470'),(5093,2572,'_wp_desired_post_slug','staff'),(5094,2577,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5095,2577,'_edit_last','1'),(5096,2577,'_edit_lock','1542401174:1'),(5097,2577,'_thumbnail_id','2758'),(5098,2577,'_wp_page_template','default'),(5099,2577,'slide_template','default'),(5100,2577,'_wpb_vc_js_status','false'),(5101,2577,'_dt_sidebar_position','disabled'),(5102,2577,'_dt_sidebar_widgetarea_id','sidebar_1'),(5103,2577,'_dt_sidebar_hide_on_mobile','0'),(5104,2577,'_dt_footer_show','1'),(5105,2577,'_dt_footer_widgetarea_id','sidebar_2'),(5106,2577,'_dt_footer_hide_on_mobile','0'),(5107,2577,'_dt_header_title','enabled'),(5108,2577,'_dt_header_background','normal'),(5109,2577,'_dt_header_background_below_slideshow','disabled'),(5110,2577,'_dt_header_transparent_bg_color_scheme','light'),(5111,2577,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(5112,2577,'_dt_header_transparent_top_bar_bg_opacity','25'),(5113,2577,'_dt_header_transparent_bg_color','#000000'),(5114,2577,'_dt_header_transparent_bg_opacity','50'),(5115,2577,'_dt_header_disabled_background','normal'),(5116,2577,'_dt_header_disabled_transparent_bg_color_scheme','light'),(5117,2577,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(5118,2577,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(5119,2577,'_dt_header_disabled_transparent_bg_color','#000000'),(5120,2577,'_dt_header_disabled_transparent_bg_opacity','50'),(5121,2577,'_dt_page_overrides_top_margin',''),(5122,2577,'_dt_page_overrides_bottom_margin',''),(5123,2577,'_dt_slideshow_mode','porthole'),(5124,2577,'_dt_slideshow_layout','fullwidth'),(5125,2577,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(5126,2577,'_dt_slideshow_scaling','fill'),(5127,2577,'_dt_slideshow_autoplay','paused'),(5128,2577,'_dt_slideshow_autoslide_interval','5000'),(5129,2577,'_dt_slideshow_hide_captions','0'),(5130,2577,'_dt_slideshow_photo_scroller_layout','fullscreen'),(5131,2577,'_dt_slideshow_photo_scroller_bg_color','#000000'),(5132,2577,'_dt_slideshow_photo_scroller_overlay','1'),(5133,2577,'_dt_slideshow_photo_scroller_top_padding','0'),(5134,2577,'_dt_slideshow_photo_scroller_bottom_padding','0'),(5135,2577,'_dt_slideshow_photo_scroller_side_paddings','0'),(5136,2577,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(5137,2577,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(5138,2577,'_dt_slideshow_photo_scroller_thumbnails_width',''),(5139,2577,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(5140,2577,'_dt_slideshow_photo_scroller_autoplay','play'),(5141,2577,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(5142,2577,'fake_id',''),(5143,2577,'_dt_slideshow_photo_scroller_ls_max_width','100'),(5144,2577,'_dt_slideshow_photo_scroller_ls_min_width','0'),(5145,2577,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(5146,2577,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(5147,2577,'_dt_slideshow_photo_scroller_pt_max_width','100'),(5148,2577,'_dt_slideshow_photo_scroller_pt_min_width','0'),(5149,2577,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(5150,2577,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(5151,2577,'_dt_slideshow_revolution_slider','none'),(5152,2577,'_dt_slideshow_layer_slider','none'),(5153,2577,'_dt_slideshow_layer_show_bg_and_paddings','0'),(5154,2577,'_dt_fancy_header_layout_heading',''),(5155,2577,'_dt_fancy_header_title_aligment','center'),(5156,2577,'_dt_fancy_header_height','300'),(5157,2577,'_dt_fancy_header_padding-top','0px'),(5158,2577,'_dt_fancy_header_padding-bottom','0px'),(5159,2577,'_dt_fancy_header_breadcrumbs_heading',''),(5160,2577,'_dt_fancy_header_breadcrumbs','enabled'),(5161,2577,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(5162,2577,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(5163,2577,'_dt_fancy_header_title_heading',''),(5164,2577,'_dt_fancy_header_title_mode','custom'),(5165,2577,'_dt_fancy_header_title',''),(5166,2577,'_dt_fancy_header_title_font_size','30'),(5167,2577,'_dt_fancy_header_title_line_height','36'),(5168,2577,'_dt_fancy_header_uppercase','0'),(5169,2577,'_dt_fancy_header_title_color_mode','color'),(5170,2577,'_dt_fancy_header_title_color','#ffffff'),(5171,2577,'_dt_fancy_header_subtitle_heading',''),(5172,2577,'_dt_fancy_header_subtitle',''),(5173,2577,'_dt_fancy_header_subtitle_font_size','18'),(5174,2577,'_dt_fancy_header_subtitle_line_height','26'),(5175,2577,'_dt_fancy_header_subtitle_uppercase','0'),(5176,2577,'_dt_fancy_header_subtitle_color_mode','color'),(5177,2577,'_dt_fancy_header_subtitle_color','#ffffff'),(5178,2577,'_dt_fancy_header_bg_heading',''),(5179,2577,'_dt_fancy_header_bg_color','#222222'),(5180,2577,'_dt_fancy_header_bg_image','a:0:{}'),(5181,2577,'_dt_fancy_header_bg_repeat','no-repeat'),(5182,2577,'_dt_fancy_header_bg_position_x','center'),(5183,2577,'_dt_fancy_header_bg_position_y','center'),(5184,2577,'_dt_fancy_header_bg_fullscreen','1'),(5185,2577,'_dt_fancy_header_bg_overlay','0'),(5186,2577,'_dt_fancy_header_overlay_color','#000'),(5187,2577,'_dt_fancy_header_bg_overlay_opacity','50'),(5188,2577,'_dt_fancy_header_scroll_effect','default'),(5189,2577,'_dt_fancy_header_bg_parallax','0.5'),(5190,2577,'_dt_microsite_page_layout','wide'),(5191,2577,'_dt_microsite_page_loading','enabled'),(5192,2577,'_dt_microsite_primary_menu',''),(5193,2577,'_dt_microsite_split_left_menu',''),(5194,2577,'_dt_microsite_split_right_menu',''),(5195,2577,'_dt_microsite_mobile_menu',''),(5196,2577,'_dt_microsite_logo_link',''),(5197,2577,'main_logo_heading',''),(5198,2577,'_dt_microsite_main_logo_type','default'),(5199,2577,'_dt_microsite_main_logo_regular','a:0:{}'),(5200,2577,'_dt_microsite_main_logo_hd','a:0:{}'),(5201,2577,'transparent_logo_heading',''),(5202,2577,'_dt_microsite_transparent_logo_type','default'),(5203,2577,'_dt_microsite_transparent_logo_regular','a:0:{}'),(5204,2577,'_dt_microsite_transparent_logo_hd','a:0:{}'),(5205,2577,'_dt_microsite_mixed_logo_type','default'),(5206,2577,'_dt_microsite_mixed_logo_regular','a:0:{}'),(5207,2577,'_dt_microsite_mixed_logo_hd','a:0:{}'),(5208,2577,'floating_logo_heading',''),(5209,2577,'_dt_microsite_floating_logo_type','default'),(5210,2577,'_dt_microsite_floating_logo_regular','a:0:{}'),(5211,2577,'_dt_microsite_floating_logo_hd','a:0:{}'),(5212,2577,'_dt_microsite_mobile_logo_type','default'),(5213,2577,'_dt_microsite_mobile_logo_regular','a:0:{}'),(5214,2577,'_dt_microsite_mobile_logo_hd','a:0:{}'),(5215,2577,'_dt_microsite_transparent_mobile_logo_type','default'),(5216,2577,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(5217,2577,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(5218,2577,'bottom_logo_heading',''),(5219,2577,'_dt_microsite_bottom_logo_type','default'),(5220,2577,'_dt_microsite_bottom_logo_regular','a:0:{}'),(5221,2577,'_dt_microsite_bottom_logo_hd','a:0:{}'),(5222,2577,'favicon_heading',''),(5223,2577,'_dt_microsite_favicon_type','default'),(5224,2577,'_dt_microsite_favicon','a:0:{}'),(5225,2577,'_dt_project_options_back_button','0'),(5226,2577,'_dt_project_options_show_link','0'),(5227,2577,'_dt_project_options_link',''),(5228,2577,'_dt_project_options_link_name',''),(5229,2577,'_dt_project_options_link_target',''),(5230,2577,'_dt_project_options_hide_thumbnail','0'),(5231,2577,'_dt_project_options_open_thumbnail_in_lightbox','0'),(5232,2577,'_dt_project_options_related_mode','same'),(5233,2577,'_dt_project_options_preview','normal'),(5234,2581,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5235,2581,'_edit_last','1'),(5236,2581,'slide_template','default'),(5237,2581,'_wpb_vc_js_status','true'),(5238,2581,'_edit_lock','1540588738:1'),(5239,2586,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5240,2586,'_edit_last','1'),(5241,2586,'_edit_lock','1542401370:1'),(5242,2586,'_thumbnail_id','2759'),(5243,2586,'_wp_page_template','default'),(5244,2586,'slide_template','default'),(5245,2586,'_wpb_vc_js_status','false'),(5246,2586,'_dt_sidebar_position','disabled'),(5247,2586,'_dt_sidebar_widgetarea_id','sidebar_1'),(5248,2586,'_dt_sidebar_hide_on_mobile','0'),(5249,2586,'_dt_footer_show','1'),(5250,2586,'_dt_footer_widgetarea_id','sidebar_2'),(5251,2586,'_dt_footer_hide_on_mobile','0'),(5252,2586,'_dt_header_title','enabled'),(5253,2586,'_dt_header_background','normal'),(5254,2586,'_dt_header_background_below_slideshow','disabled'),(5255,2586,'_dt_header_transparent_bg_color_scheme','light'),(5256,2586,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(5257,2586,'_dt_header_transparent_top_bar_bg_opacity','25'),(5258,2586,'_dt_header_transparent_bg_color','#000000'),(5259,2586,'_dt_header_transparent_bg_opacity','50'),(5260,2586,'_dt_header_disabled_background','normal'),(5261,2586,'_dt_header_disabled_transparent_bg_color_scheme','light'),(5262,2586,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(5263,2586,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(5264,2586,'_dt_header_disabled_transparent_bg_color','#000000'),(5265,2586,'_dt_header_disabled_transparent_bg_opacity','50'),(5266,2586,'_dt_page_overrides_top_margin',''),(5267,2586,'_dt_page_overrides_bottom_margin',''),(5268,2586,'_dt_slideshow_mode','porthole'),(5269,2586,'_dt_slideshow_layout','fullwidth'),(5270,2586,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(5271,2586,'_dt_slideshow_scaling','fill'),(5272,2586,'_dt_slideshow_autoplay','paused'),(5273,2586,'_dt_slideshow_autoslide_interval','5000'),(5274,2586,'_dt_slideshow_hide_captions','0'),(5275,2586,'_dt_slideshow_photo_scroller_layout','fullscreen'),(5276,2586,'_dt_slideshow_photo_scroller_bg_color','#000000'),(5277,2586,'_dt_slideshow_photo_scroller_overlay','1'),(5278,2586,'_dt_slideshow_photo_scroller_top_padding','0'),(5279,2586,'_dt_slideshow_photo_scroller_bottom_padding','0'),(5280,2586,'_dt_slideshow_photo_scroller_side_paddings','0'),(5281,2586,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(5282,2586,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(5283,2586,'_dt_slideshow_photo_scroller_thumbnails_width',''),(5284,2586,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(5285,2586,'_dt_slideshow_photo_scroller_autoplay','play'),(5286,2586,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(5287,2586,'fake_id',''),(5288,2586,'_dt_slideshow_photo_scroller_ls_max_width','100'),(5289,2586,'_dt_slideshow_photo_scroller_ls_min_width','0'),(5290,2586,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(5291,2586,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(5292,2586,'_dt_slideshow_photo_scroller_pt_max_width','100'),(5293,2586,'_dt_slideshow_photo_scroller_pt_min_width','0'),(5294,2586,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(5295,2586,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(5296,2586,'_dt_slideshow_revolution_slider','none'),(5297,2586,'_dt_slideshow_layer_slider','none'),(5298,2586,'_dt_slideshow_layer_show_bg_and_paddings','0'),(5299,2586,'_dt_fancy_header_layout_heading',''),(5300,2586,'_dt_fancy_header_title_aligment','center'),(5301,2586,'_dt_fancy_header_height','300'),(5302,2586,'_dt_fancy_header_padding-top','0px'),(5303,2586,'_dt_fancy_header_padding-bottom','0px'),(5304,2586,'_dt_fancy_header_breadcrumbs_heading',''),(5305,2586,'_dt_fancy_header_breadcrumbs','enabled'),(5306,2586,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(5307,2586,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(5308,2586,'_dt_fancy_header_title_heading',''),(5309,2586,'_dt_fancy_header_title_mode','custom'),(5310,2586,'_dt_fancy_header_title',''),(5311,2586,'_dt_fancy_header_title_font_size','30'),(5312,2586,'_dt_fancy_header_title_line_height','36'),(5313,2586,'_dt_fancy_header_uppercase','0'),(5314,2586,'_dt_fancy_header_title_color_mode','color'),(5315,2586,'_dt_fancy_header_title_color','#ffffff'),(5316,2586,'_dt_fancy_header_subtitle_heading',''),(5317,2586,'_dt_fancy_header_subtitle',''),(5318,2586,'_dt_fancy_header_subtitle_font_size','18'),(5319,2586,'_dt_fancy_header_subtitle_line_height','26'),(5320,2586,'_dt_fancy_header_subtitle_uppercase','0'),(5321,2586,'_dt_fancy_header_subtitle_color_mode','color'),(5322,2586,'_dt_fancy_header_subtitle_color','#ffffff'),(5323,2586,'_dt_fancy_header_bg_heading',''),(5324,2586,'_dt_fancy_header_bg_color','#222222'),(5325,2586,'_dt_fancy_header_bg_image','a:0:{}'),(5326,2586,'_dt_fancy_header_bg_repeat','no-repeat'),(5327,2586,'_dt_fancy_header_bg_position_x','center'),(5328,2586,'_dt_fancy_header_bg_position_y','center'),(5329,2586,'_dt_fancy_header_bg_fullscreen','1'),(5330,2586,'_dt_fancy_header_bg_overlay','0'),(5331,2586,'_dt_fancy_header_overlay_color','#000'),(5332,2586,'_dt_fancy_header_bg_overlay_opacity','50'),(5333,2586,'_dt_fancy_header_scroll_effect','default'),(5334,2586,'_dt_fancy_header_bg_parallax','0.5'),(5335,2586,'_dt_microsite_page_layout','wide'),(5336,2586,'_dt_microsite_page_loading','enabled'),(5337,2586,'_dt_microsite_primary_menu',''),(5338,2586,'_dt_microsite_split_left_menu',''),(5339,2586,'_dt_microsite_split_right_menu',''),(5340,2586,'_dt_microsite_mobile_menu',''),(5341,2586,'_dt_microsite_logo_link',''),(5342,2586,'main_logo_heading',''),(5343,2586,'_dt_microsite_main_logo_type','default'),(5344,2586,'_dt_microsite_main_logo_regular','a:0:{}'),(5345,2586,'_dt_microsite_main_logo_hd','a:0:{}'),(5346,2586,'transparent_logo_heading',''),(5347,2586,'_dt_microsite_transparent_logo_type','default'),(5348,2586,'_dt_microsite_transparent_logo_regular','a:0:{}'),(5349,2586,'_dt_microsite_transparent_logo_hd','a:0:{}'),(5350,2586,'_dt_microsite_mixed_logo_type','default'),(5351,2586,'_dt_microsite_mixed_logo_regular','a:0:{}'),(5352,2586,'_dt_microsite_mixed_logo_hd','a:0:{}'),(5353,2586,'floating_logo_heading',''),(5354,2586,'_dt_microsite_floating_logo_type','default'),(5355,2586,'_dt_microsite_floating_logo_regular','a:0:{}'),(5356,2586,'_dt_microsite_floating_logo_hd','a:0:{}'),(5357,2586,'_dt_microsite_mobile_logo_type','default'),(5358,2586,'_dt_microsite_mobile_logo_regular','a:0:{}'),(5359,2586,'_dt_microsite_mobile_logo_hd','a:0:{}'),(5360,2586,'_dt_microsite_transparent_mobile_logo_type','default'),(5361,2586,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(5362,2586,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(5363,2586,'bottom_logo_heading',''),(5364,2586,'_dt_microsite_bottom_logo_type','default'),(5365,2586,'_dt_microsite_bottom_logo_regular','a:0:{}'),(5366,2586,'_dt_microsite_bottom_logo_hd','a:0:{}'),(5367,2586,'favicon_heading',''),(5368,2586,'_dt_microsite_favicon_type','default'),(5369,2586,'_dt_microsite_favicon','a:0:{}'),(5370,2586,'_dt_project_options_back_button','0'),(5371,2586,'_dt_project_options_show_link','0'),(5372,2586,'_dt_project_options_link',''),(5373,2586,'_dt_project_options_link_name',''),(5374,2586,'_dt_project_options_link_target',''),(5375,2586,'_dt_project_options_hide_thumbnail','0'),(5376,2586,'_dt_project_options_open_thumbnail_in_lightbox','0'),(5377,2586,'_dt_project_options_related_mode','same'),(5378,2586,'_dt_project_options_preview','normal'),(5379,2588,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5380,2588,'_edit_last','1'),(5381,2588,'_edit_lock','1542401302:1'),(5382,2588,'_thumbnail_id','2761'),(5383,2588,'_wp_page_template','default'),(5384,2588,'slide_template','default'),(5385,2588,'_wpb_vc_js_status','false'),(5386,2588,'_dt_sidebar_position','disabled'),(5387,2588,'_dt_sidebar_widgetarea_id','sidebar_1'),(5388,2588,'_dt_sidebar_hide_on_mobile','0'),(5389,2588,'_dt_footer_show','1'),(5390,2588,'_dt_footer_widgetarea_id','sidebar_2'),(5391,2588,'_dt_footer_hide_on_mobile','0'),(5392,2588,'_dt_header_title','enabled'),(5393,2588,'_dt_header_background','normal'),(5394,2588,'_dt_header_background_below_slideshow','disabled'),(5395,2588,'_dt_header_transparent_bg_color_scheme','light'),(5396,2588,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(5397,2588,'_dt_header_transparent_top_bar_bg_opacity','25'),(5398,2588,'_dt_header_transparent_bg_color','#000000'),(5399,2588,'_dt_header_transparent_bg_opacity','50'),(5400,2588,'_dt_header_disabled_background','normal'),(5401,2588,'_dt_header_disabled_transparent_bg_color_scheme','light'),(5402,2588,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(5403,2588,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(5404,2588,'_dt_header_disabled_transparent_bg_color','#000000'),(5405,2588,'_dt_header_disabled_transparent_bg_opacity','50'),(5406,2588,'_dt_page_overrides_top_margin',''),(5407,2588,'_dt_page_overrides_bottom_margin',''),(5408,2588,'_dt_slideshow_mode','porthole'),(5409,2588,'_dt_slideshow_layout','fullwidth'),(5410,2588,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(5411,2588,'_dt_slideshow_scaling','fill'),(5412,2588,'_dt_slideshow_autoplay','paused'),(5413,2588,'_dt_slideshow_autoslide_interval','5000'),(5414,2588,'_dt_slideshow_hide_captions','0'),(5415,2588,'_dt_slideshow_photo_scroller_layout','fullscreen'),(5416,2588,'_dt_slideshow_photo_scroller_bg_color','#000000'),(5417,2588,'_dt_slideshow_photo_scroller_overlay','1'),(5418,2588,'_dt_slideshow_photo_scroller_top_padding','0'),(5419,2588,'_dt_slideshow_photo_scroller_bottom_padding','0'),(5420,2588,'_dt_slideshow_photo_scroller_side_paddings','0'),(5421,2588,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(5422,2588,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(5423,2588,'_dt_slideshow_photo_scroller_thumbnails_width',''),(5424,2588,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(5425,2588,'_dt_slideshow_photo_scroller_autoplay','play'),(5426,2588,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(5427,2588,'fake_id',''),(5428,2588,'_dt_slideshow_photo_scroller_ls_max_width','100'),(5429,2588,'_dt_slideshow_photo_scroller_ls_min_width','0'),(5430,2588,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(5431,2588,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(5432,2588,'_dt_slideshow_photo_scroller_pt_max_width','100'),(5433,2588,'_dt_slideshow_photo_scroller_pt_min_width','0'),(5434,2588,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(5435,2588,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(5436,2588,'_dt_slideshow_revolution_slider','none'),(5437,2588,'_dt_slideshow_layer_slider','none'),(5438,2588,'_dt_slideshow_layer_show_bg_and_paddings','0'),(5439,2588,'_dt_fancy_header_layout_heading',''),(5440,2588,'_dt_fancy_header_title_aligment','center'),(5441,2588,'_dt_fancy_header_height','300'),(5442,2588,'_dt_fancy_header_padding-top','0px'),(5443,2588,'_dt_fancy_header_padding-bottom','0px'),(5444,2588,'_dt_fancy_header_breadcrumbs_heading',''),(5445,2588,'_dt_fancy_header_breadcrumbs','enabled'),(5446,2588,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(5447,2588,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(5448,2588,'_dt_fancy_header_title_heading',''),(5449,2588,'_dt_fancy_header_title_mode','custom'),(5450,2588,'_dt_fancy_header_title',''),(5451,2588,'_dt_fancy_header_title_font_size','30'),(5452,2588,'_dt_fancy_header_title_line_height','36'),(5453,2588,'_dt_fancy_header_uppercase','0'),(5454,2588,'_dt_fancy_header_title_color_mode','color'),(5455,2588,'_dt_fancy_header_title_color','#ffffff'),(5456,2588,'_dt_fancy_header_subtitle_heading',''),(5457,2588,'_dt_fancy_header_subtitle',''),(5458,2588,'_dt_fancy_header_subtitle_font_size','18'),(5459,2588,'_dt_fancy_header_subtitle_line_height','26'),(5460,2588,'_dt_fancy_header_subtitle_uppercase','0'),(5461,2588,'_dt_fancy_header_subtitle_color_mode','color'),(5462,2588,'_dt_fancy_header_subtitle_color','#ffffff'),(5463,2588,'_dt_fancy_header_bg_heading',''),(5464,2588,'_dt_fancy_header_bg_color','#222222'),(5465,2588,'_dt_fancy_header_bg_image','a:0:{}'),(5466,2588,'_dt_fancy_header_bg_repeat','no-repeat'),(5467,2588,'_dt_fancy_header_bg_position_x','center'),(5468,2588,'_dt_fancy_header_bg_position_y','center'),(5469,2588,'_dt_fancy_header_bg_fullscreen','1'),(5470,2588,'_dt_fancy_header_bg_overlay','0'),(5471,2588,'_dt_fancy_header_overlay_color','#000'),(5472,2588,'_dt_fancy_header_bg_overlay_opacity','50'),(5473,2588,'_dt_fancy_header_scroll_effect','default'),(5474,2588,'_dt_fancy_header_bg_parallax','0.5'),(5475,2588,'_dt_microsite_page_layout','wide'),(5476,2588,'_dt_microsite_page_loading','enabled'),(5477,2588,'_dt_microsite_primary_menu',''),(5478,2588,'_dt_microsite_split_left_menu',''),(5479,2588,'_dt_microsite_split_right_menu',''),(5480,2588,'_dt_microsite_mobile_menu',''),(5481,2588,'_dt_microsite_logo_link',''),(5482,2588,'main_logo_heading',''),(5483,2588,'_dt_microsite_main_logo_type','default'),(5484,2588,'_dt_microsite_main_logo_regular','a:0:{}'),(5485,2588,'_dt_microsite_main_logo_hd','a:0:{}'),(5486,2588,'transparent_logo_heading',''),(5487,2588,'_dt_microsite_transparent_logo_type','default'),(5488,2588,'_dt_microsite_transparent_logo_regular','a:0:{}'),(5489,2588,'_dt_microsite_transparent_logo_hd','a:0:{}'),(5490,2588,'_dt_microsite_mixed_logo_type','default'),(5491,2588,'_dt_microsite_mixed_logo_regular','a:0:{}'),(5492,2588,'_dt_microsite_mixed_logo_hd','a:0:{}'),(5493,2588,'floating_logo_heading',''),(5494,2588,'_dt_microsite_floating_logo_type','default'),(5495,2588,'_dt_microsite_floating_logo_regular','a:0:{}'),(5496,2588,'_dt_microsite_floating_logo_hd','a:0:{}'),(5497,2588,'_dt_microsite_mobile_logo_type','default'),(5498,2588,'_dt_microsite_mobile_logo_regular','a:0:{}'),(5499,2588,'_dt_microsite_mobile_logo_hd','a:0:{}'),(5500,2588,'_dt_microsite_transparent_mobile_logo_type','default'),(5501,2588,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(5502,2588,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(5503,2588,'bottom_logo_heading',''),(5504,2588,'_dt_microsite_bottom_logo_type','default'),(5505,2588,'_dt_microsite_bottom_logo_regular','a:0:{}'),(5506,2588,'_dt_microsite_bottom_logo_hd','a:0:{}'),(5507,2588,'favicon_heading',''),(5508,2588,'_dt_microsite_favicon_type','default'),(5509,2588,'_dt_microsite_favicon','a:0:{}'),(5510,2588,'_dt_project_options_back_button','0'),(5511,2588,'_dt_project_options_show_link','0'),(5512,2588,'_dt_project_options_link',''),(5513,2588,'_dt_project_options_link_name',''),(5514,2588,'_dt_project_options_link_target',''),(5515,2588,'_dt_project_options_hide_thumbnail','0'),(5516,2588,'_dt_project_options_open_thumbnail_in_lightbox','0'),(5517,2588,'_dt_project_options_related_mode','same'),(5518,2588,'_dt_project_options_preview','normal'),(5519,2590,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5520,2591,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5521,2591,'_edit_last','1'),(5522,2591,'_edit_lock','1542402451:1'),(5523,2591,'_thumbnail_id','2269'),(5524,2591,'_wp_page_template','default'),(5525,2591,'slide_template','default'),(5526,2591,'_wpb_vc_js_status','false'),(5527,2591,'_dt_sidebar_position','disabled'),(5528,2591,'_dt_sidebar_widgetarea_id','sidebar_1'),(5529,2591,'_dt_sidebar_hide_on_mobile','0'),(5530,2591,'_dt_footer_show','1'),(5531,2591,'_dt_footer_widgetarea_id','sidebar_2'),(5532,2591,'_dt_footer_hide_on_mobile','0'),(5533,2591,'_dt_header_title','enabled'),(5534,2591,'_dt_header_background','normal'),(5535,2591,'_dt_header_background_below_slideshow','disabled'),(5536,2591,'_dt_header_transparent_bg_color_scheme','light'),(5537,2591,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(5538,2591,'_dt_header_transparent_top_bar_bg_opacity','25'),(5539,2591,'_dt_header_transparent_bg_color','#000000'),(5540,2591,'_dt_header_transparent_bg_opacity','50'),(5541,2591,'_dt_header_disabled_background','normal'),(5542,2591,'_dt_header_disabled_transparent_bg_color_scheme','light'),(5543,2591,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(5544,2591,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(5545,2591,'_dt_header_disabled_transparent_bg_color','#000000'),(5546,2591,'_dt_header_disabled_transparent_bg_opacity','50'),(5547,2591,'_dt_page_overrides_top_margin',''),(5548,2591,'_dt_page_overrides_bottom_margin',''),(5549,2591,'_dt_slideshow_mode','porthole'),(5550,2591,'_dt_slideshow_layout','fullwidth'),(5551,2591,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(5552,2591,'_dt_slideshow_scaling','fill'),(5553,2591,'_dt_slideshow_autoplay','paused'),(5554,2591,'_dt_slideshow_autoslide_interval','5000'),(5555,2591,'_dt_slideshow_hide_captions','0'),(5556,2591,'_dt_slideshow_photo_scroller_layout','fullscreen'),(5557,2591,'_dt_slideshow_photo_scroller_bg_color','#000000'),(5558,2591,'_dt_slideshow_photo_scroller_overlay','1'),(5559,2591,'_dt_slideshow_photo_scroller_top_padding','0'),(5560,2591,'_dt_slideshow_photo_scroller_bottom_padding','0'),(5561,2591,'_dt_slideshow_photo_scroller_side_paddings','0'),(5562,2591,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(5563,2591,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(5564,2591,'_dt_slideshow_photo_scroller_thumbnails_width',''),(5565,2591,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(5566,2591,'_dt_slideshow_photo_scroller_autoplay','play'),(5567,2591,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(5568,2591,'fake_id',''),(5569,2591,'_dt_slideshow_photo_scroller_ls_max_width','100'),(5570,2591,'_dt_slideshow_photo_scroller_ls_min_width','0'),(5571,2591,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(5572,2591,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(5573,2591,'_dt_slideshow_photo_scroller_pt_max_width','100'),(5574,2591,'_dt_slideshow_photo_scroller_pt_min_width','0'),(5575,2591,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(5576,2591,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(5577,2591,'_dt_slideshow_revolution_slider','none'),(5578,2591,'_dt_slideshow_layer_slider','none'),(5579,2591,'_dt_slideshow_layer_show_bg_and_paddings','0'),(5580,2591,'_dt_fancy_header_layout_heading',''),(5581,2591,'_dt_fancy_header_title_aligment','center'),(5582,2591,'_dt_fancy_header_height','300'),(5583,2591,'_dt_fancy_header_padding-top','0px'),(5584,2591,'_dt_fancy_header_padding-bottom','0px'),(5585,2591,'_dt_fancy_header_breadcrumbs_heading',''),(5586,2591,'_dt_fancy_header_breadcrumbs','enabled'),(5587,2591,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(5588,2591,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(5589,2591,'_dt_fancy_header_title_heading',''),(5590,2591,'_dt_fancy_header_title_mode','custom'),(5591,2591,'_dt_fancy_header_title',''),(5592,2591,'_dt_fancy_header_title_font_size','30'),(5593,2591,'_dt_fancy_header_title_line_height','36'),(5594,2591,'_dt_fancy_header_uppercase','0'),(5595,2591,'_dt_fancy_header_title_color_mode','color'),(5596,2591,'_dt_fancy_header_title_color','#ffffff'),(5597,2591,'_dt_fancy_header_subtitle_heading',''),(5598,2591,'_dt_fancy_header_subtitle',''),(5599,2591,'_dt_fancy_header_subtitle_font_size','18'),(5600,2591,'_dt_fancy_header_subtitle_line_height','26'),(5601,2591,'_dt_fancy_header_subtitle_uppercase','0'),(5602,2591,'_dt_fancy_header_subtitle_color_mode','color'),(5603,2591,'_dt_fancy_header_subtitle_color','#ffffff'),(5604,2591,'_dt_fancy_header_bg_heading',''),(5605,2591,'_dt_fancy_header_bg_color','#222222'),(5606,2591,'_dt_fancy_header_bg_image','a:0:{}'),(5607,2591,'_dt_fancy_header_bg_repeat','no-repeat'),(5608,2591,'_dt_fancy_header_bg_position_x','center'),(5609,2591,'_dt_fancy_header_bg_position_y','center'),(5610,2591,'_dt_fancy_header_bg_fullscreen','1'),(5611,2591,'_dt_fancy_header_bg_overlay','0'),(5612,2591,'_dt_fancy_header_overlay_color','#000'),(5613,2591,'_dt_fancy_header_bg_overlay_opacity','50'),(5614,2591,'_dt_fancy_header_scroll_effect','default'),(5615,2591,'_dt_fancy_header_bg_parallax','0.5'),(5616,2591,'_dt_microsite_page_layout','wide'),(5617,2591,'_dt_microsite_page_loading','enabled'),(5618,2591,'_dt_microsite_primary_menu',''),(5619,2591,'_dt_microsite_split_left_menu',''),(5620,2591,'_dt_microsite_split_right_menu',''),(5621,2591,'_dt_microsite_mobile_menu',''),(5622,2591,'_dt_microsite_logo_link',''),(5623,2591,'main_logo_heading',''),(5624,2591,'_dt_microsite_main_logo_type','default'),(5625,2591,'_dt_microsite_main_logo_regular','a:0:{}'),(5626,2591,'_dt_microsite_main_logo_hd','a:0:{}'),(5627,2591,'transparent_logo_heading',''),(5628,2591,'_dt_microsite_transparent_logo_type','default'),(5629,2591,'_dt_microsite_transparent_logo_regular','a:0:{}'),(5630,2591,'_dt_microsite_transparent_logo_hd','a:0:{}'),(5631,2591,'_dt_microsite_mixed_logo_type','default'),(5632,2591,'_dt_microsite_mixed_logo_regular','a:0:{}'),(5633,2591,'_dt_microsite_mixed_logo_hd','a:0:{}'),(5634,2591,'floating_logo_heading',''),(5635,2591,'_dt_microsite_floating_logo_type','default'),(5636,2591,'_dt_microsite_floating_logo_regular','a:0:{}'),(5637,2591,'_dt_microsite_floating_logo_hd','a:0:{}'),(5638,2591,'_dt_microsite_mobile_logo_type','default'),(5639,2591,'_dt_microsite_mobile_logo_regular','a:0:{}'),(5640,2591,'_dt_microsite_mobile_logo_hd','a:0:{}'),(5641,2591,'_dt_microsite_transparent_mobile_logo_type','default'),(5642,2591,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(5643,2591,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(5644,2591,'bottom_logo_heading',''),(5645,2591,'_dt_microsite_bottom_logo_type','default'),(5646,2591,'_dt_microsite_bottom_logo_regular','a:0:{}'),(5647,2591,'_dt_microsite_bottom_logo_hd','a:0:{}'),(5648,2591,'favicon_heading',''),(5649,2591,'_dt_microsite_favicon_type','default'),(5650,2591,'_dt_microsite_favicon','a:0:{}'),(5651,2591,'_dt_project_options_back_button','0'),(5652,2591,'_dt_project_options_show_link','0'),(5653,2591,'_dt_project_options_link',''),(5654,2591,'_dt_project_options_link_name',''),(5655,2591,'_dt_project_options_link_target',''),(5656,2591,'_dt_project_options_hide_thumbnail','0'),(5657,2591,'_dt_project_options_open_thumbnail_in_lightbox','0'),(5658,2591,'_dt_project_options_related_mode','same'),(5659,2591,'_dt_project_options_preview','normal'),(5660,2581,'_wpb_shortcodes_custom_css','.vc_custom_1540588588873{background-color: rgba(15,56,78,0.7) !important;*background-color: rgb(15,56,78) !important;}'),(5661,2596,'_wp_attached_file','2018/07/A-1.png'),(5662,2596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:926;s:6:\"height\";i:792;s:4:\"file\";s:15:\"2018/07/A-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"A-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:\"A-1-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"A-1-768x657.png\";s:5:\"width\";i:768;s:6:\"height\";i:657;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:{}}}'),(5663,2597,'_wp_attached_file','2018/07/T.png'),(5664,2597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:788;s:4:\"file\";s:13:\"2018/07/T.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"T-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:\"T-252x300.png\";s:5:\"width\";i:252;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:{}}}'),(5665,2622,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5666,2622,'_edit_last','1'),(5667,2622,'_edit_lock','1531854433:1'),(5668,2622,'slide_template','default'),(5669,2622,'_dt_sidebar_position','disabled'),(5670,2622,'_dt_sidebar_widgetarea_id','sidebar_1'),(5671,2622,'_dt_sidebar_hide_on_mobile','0'),(5672,2622,'_dt_footer_show','1'),(5673,2622,'_dt_footer_widgetarea_id','sidebar_2'),(5674,2622,'_dt_footer_hide_on_mobile','0'),(5675,2622,'_dt_header_title','disabled'),(5676,2622,'_dt_header_background','normal'),(5677,2622,'_dt_header_background_below_slideshow','disabled'),(5678,2622,'_dt_header_transparent_bg_color_scheme','light'),(5679,2622,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(5680,2622,'_dt_header_transparent_top_bar_bg_opacity','25'),(5681,2622,'_dt_header_transparent_bg_color','#000000'),(5682,2622,'_dt_header_transparent_bg_opacity','50'),(5683,2622,'_dt_header_disabled_background','normal'),(5684,2622,'_dt_header_disabled_transparent_bg_color_scheme','light'),(5685,2622,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(5686,2622,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(5687,2622,'_dt_header_disabled_transparent_bg_color','#000000'),(5688,2622,'_dt_header_disabled_transparent_bg_opacity','50'),(5689,2622,'_dt_page_overrides_top_margin',''),(5690,2622,'_dt_page_overrides_bottom_margin',''),(5691,2622,'_dt_slideshow_mode','porthole'),(5692,2622,'_dt_slideshow_layout','fullwidth'),(5693,2622,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(5694,2622,'_dt_slideshow_scaling','fill'),(5695,2622,'_dt_slideshow_autoplay','paused'),(5696,2622,'_dt_slideshow_autoslide_interval','5000'),(5697,2622,'_dt_slideshow_hide_captions','0'),(5698,2622,'_dt_slideshow_photo_scroller_layout','fullscreen'),(5699,2622,'_dt_slideshow_photo_scroller_bg_color','#000000'),(5700,2622,'_dt_slideshow_photo_scroller_overlay','1'),(5701,2622,'_dt_slideshow_photo_scroller_top_padding','0'),(5702,2622,'_dt_slideshow_photo_scroller_bottom_padding','0'),(5703,2622,'_dt_slideshow_photo_scroller_side_paddings','0'),(5704,2622,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(5705,2622,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(5706,2622,'_dt_slideshow_photo_scroller_thumbnails_width',''),(5707,2622,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(5708,2622,'_dt_slideshow_photo_scroller_autoplay','play'),(5709,2622,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(5710,2622,'fake_id',''),(5711,2622,'_dt_slideshow_photo_scroller_ls_max_width','100'),(5712,2622,'_dt_slideshow_photo_scroller_ls_min_width','0'),(5713,2622,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(5714,2622,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(5715,2622,'_dt_slideshow_photo_scroller_pt_max_width','100'),(5716,2622,'_dt_slideshow_photo_scroller_pt_min_width','0'),(5717,2622,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(5718,2622,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(5719,2622,'_dt_slideshow_revolution_slider','none'),(5720,2622,'_dt_slideshow_layer_slider','none'),(5721,2622,'_dt_slideshow_layer_show_bg_and_paddings','0'),(5722,2622,'_dt_fancy_header_layout_heading',''),(5723,2622,'_dt_fancy_header_title_aligment','center'),(5724,2622,'_dt_fancy_header_height','300'),(5725,2622,'_dt_fancy_header_padding-top','0px'),(5726,2622,'_dt_fancy_header_padding-bottom','0px'),(5727,2622,'_dt_fancy_header_breadcrumbs_heading',''),(5728,2622,'_dt_fancy_header_breadcrumbs','enabled'),(5729,2622,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(5730,2622,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(5731,2622,'_dt_fancy_header_title_heading',''),(5732,2622,'_dt_fancy_header_title_mode','custom'),(5733,2622,'_dt_fancy_header_title',''),(5734,2622,'_dt_fancy_header_title_font_size','30'),(5735,2622,'_dt_fancy_header_title_line_height','36'),(5736,2622,'_dt_fancy_header_uppercase','0'),(5737,2622,'_dt_fancy_header_title_color_mode','color'),(5738,2622,'_dt_fancy_header_title_color','#ffffff'),(5739,2622,'_dt_fancy_header_subtitle_heading',''),(5740,2622,'_dt_fancy_header_subtitle',''),(5741,2622,'_dt_fancy_header_subtitle_font_size','18'),(5742,2622,'_dt_fancy_header_subtitle_line_height','26'),(5743,2622,'_dt_fancy_header_subtitle_uppercase','0'),(5744,2622,'_dt_fancy_header_subtitle_color_mode','color'),(5745,2622,'_dt_fancy_header_subtitle_color','#ffffff'),(5746,2622,'_dt_fancy_header_bg_heading',''),(5747,2622,'_dt_fancy_header_bg_color','#222222'),(5748,2622,'_dt_fancy_header_bg_image','a:0:{}'),(5749,2622,'_dt_fancy_header_bg_repeat','no-repeat'),(5750,2622,'_dt_fancy_header_bg_position_x','center'),(5751,2622,'_dt_fancy_header_bg_position_y','center'),(5752,2622,'_dt_fancy_header_bg_fullscreen','1'),(5753,2622,'_dt_fancy_header_bg_overlay','0'),(5754,2622,'_dt_fancy_header_overlay_color','#000'),(5755,2622,'_dt_fancy_header_bg_overlay_opacity','50'),(5756,2622,'_dt_fancy_header_scroll_effect','default'),(5757,2622,'_dt_fancy_header_bg_parallax','0.5'),(5758,2622,'_dt_teammate_options_go_to_single','1'),(5759,2622,'_dt_teammate_options_position','CEO and Founder'),(5760,2622,'_dt_teammate_options_website',''),(5761,2622,'_dt_teammate_options_mail',''),(5762,2622,'_dt_teammate_options_facebook',''),(5763,2622,'_dt_teammate_options_twitter',''),(5764,2622,'_dt_teammate_options_google',''),(5765,2622,'_dt_teammate_options_dribbble',''),(5766,2622,'_dt_teammate_options_you-tube',''),(5767,2622,'_dt_teammate_options_rss',''),(5768,2622,'_dt_teammate_options_delicious',''),(5769,2622,'_dt_teammate_options_flickr',''),(5770,2622,'_dt_teammate_options_lastfm',''),(5771,2622,'_dt_teammate_options_linkedin',''),(5772,2622,'_dt_teammate_options_vimeo',''),(5773,2622,'_dt_teammate_options_tumbler',''),(5774,2622,'_dt_teammate_options_pinterest',''),(5775,2622,'_dt_teammate_options_devian',''),(5776,2622,'_dt_teammate_options_skype',''),(5777,2622,'_dt_teammate_options_github',''),(5778,2622,'_dt_teammate_options_instagram',''),(5779,2622,'_dt_teammate_options_stumbleupon',''),(5780,2622,'_dt_teammate_options_behance',''),(5781,2622,'_dt_teammate_options_px-500',''),(5782,2622,'_dt_teammate_options_tripedvisor',''),(5783,2622,'_dt_teammate_options_vk',''),(5784,2622,'_dt_teammate_options_foursquare',''),(5785,2622,'_dt_teammate_options_xing',''),(5786,2622,'_dt_teammate_options_weibo',''),(5787,2622,'_dt_teammate_options_odnoklassniki',''),(5788,2622,'_dt_teammate_options_research-gate',''),(5789,2622,'_dt_teammate_options_yelp',''),(5790,2622,'_dt_teammate_options_blogger',''),(5791,2622,'_dt_teammate_options_soundcloud',''),(5792,2622,'_dt_teammate_options_viber',''),(5793,2622,'_dt_teammate_options_whatsapp',''),(5794,2622,'_dt_teammate_options_reddit',''),(5795,2622,'_dt_teammate_options_snapchat',''),(5796,2623,'_wp_attached_file','2018/07/jamie.jpg'),(5797,2623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:750;s:4:\"file\";s:17:\"2018/07/jamie.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"jamie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"jamie-200x300.jpg\";s:5:\"width\";i:200;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:{}}}'),(5798,2622,'_thumbnail_id','2626'),(5799,2626,'_wp_attached_file','2018/07/jamie-full.jpg'),(5800,2626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:22:\"2018/07/jamie-full.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"jamie-full-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"jamie-full-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:23:\"jamie-full-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:23:\"jamie-full-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:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5801,2627,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5802,2627,'_edit_last','1'),(5803,2627,'_edit_lock','1532021902:1'),(5804,2627,'slide_template','default'),(5805,2627,'_dt_sidebar_position','disabled'),(5806,2627,'_dt_sidebar_widgetarea_id','sidebar_1'),(5807,2627,'_dt_sidebar_hide_on_mobile','0'),(5808,2627,'_dt_footer_show','1'),(5809,2627,'_dt_footer_widgetarea_id','sidebar_2'),(5810,2627,'_dt_footer_hide_on_mobile','0'),(5811,2627,'_dt_header_title','disabled'),(5812,2627,'_dt_header_background','normal'),(5813,2627,'_dt_header_background_below_slideshow','disabled'),(5814,2627,'_dt_header_transparent_bg_color_scheme','light'),(5815,2627,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(5816,2627,'_dt_header_transparent_top_bar_bg_opacity','25'),(5817,2627,'_dt_header_transparent_bg_color','#000000'),(5818,2627,'_dt_header_transparent_bg_opacity','50'),(5819,2627,'_dt_header_disabled_background','normal'),(5820,2627,'_dt_header_disabled_transparent_bg_color_scheme','light'),(5821,2627,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(5822,2627,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(5823,2627,'_dt_header_disabled_transparent_bg_color','#000000'),(5824,2627,'_dt_header_disabled_transparent_bg_opacity','50'),(5825,2627,'_dt_page_overrides_top_margin',''),(5826,2627,'_dt_page_overrides_bottom_margin',''),(5827,2627,'_dt_slideshow_mode','porthole'),(5828,2627,'_dt_slideshow_layout','fullwidth'),(5829,2627,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(5830,2627,'_dt_slideshow_scaling','fill'),(5831,2627,'_dt_slideshow_autoplay','paused'),(5832,2627,'_dt_slideshow_autoslide_interval','5000'),(5833,2627,'_dt_slideshow_hide_captions','0'),(5834,2627,'_dt_slideshow_photo_scroller_layout','fullscreen'),(5835,2627,'_dt_slideshow_photo_scroller_bg_color','#000000'),(5836,2627,'_dt_slideshow_photo_scroller_overlay','1'),(5837,2627,'_dt_slideshow_photo_scroller_top_padding','0'),(5838,2627,'_dt_slideshow_photo_scroller_bottom_padding','0'),(5839,2627,'_dt_slideshow_photo_scroller_side_paddings','0'),(5840,2627,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(5841,2627,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(5842,2627,'_dt_slideshow_photo_scroller_thumbnails_width',''),(5843,2627,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(5844,2627,'_dt_slideshow_photo_scroller_autoplay','play'),(5845,2627,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(5846,2627,'fake_id',''),(5847,2627,'_dt_slideshow_photo_scroller_ls_max_width','100'),(5848,2627,'_dt_slideshow_photo_scroller_ls_min_width','0'),(5849,2627,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(5850,2627,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(5851,2627,'_dt_slideshow_photo_scroller_pt_max_width','100'),(5852,2627,'_dt_slideshow_photo_scroller_pt_min_width','0'),(5853,2627,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(5854,2627,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(5855,2627,'_dt_slideshow_revolution_slider','none'),(5856,2627,'_dt_slideshow_layer_slider','none'),(5857,2627,'_dt_slideshow_layer_show_bg_and_paddings','0'),(5858,2627,'_dt_fancy_header_layout_heading',''),(5859,2627,'_dt_fancy_header_title_aligment','center'),(5860,2627,'_dt_fancy_header_height','300'),(5861,2627,'_dt_fancy_header_padding-top','0px'),(5862,2627,'_dt_fancy_header_padding-bottom','0px'),(5863,2627,'_dt_fancy_header_breadcrumbs_heading',''),(5864,2627,'_dt_fancy_header_breadcrumbs','enabled'),(5865,2627,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(5866,2627,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(5867,2627,'_dt_fancy_header_title_heading',''),(5868,2627,'_dt_fancy_header_title_mode','custom'),(5869,2627,'_dt_fancy_header_title',''),(5870,2627,'_dt_fancy_header_title_font_size','30'),(5871,2627,'_dt_fancy_header_title_line_height','36'),(5872,2627,'_dt_fancy_header_uppercase','0'),(5873,2627,'_dt_fancy_header_title_color_mode','color'),(5874,2627,'_dt_fancy_header_title_color','#ffffff'),(5875,2627,'_dt_fancy_header_subtitle_heading',''),(5876,2627,'_dt_fancy_header_subtitle',''),(5877,2627,'_dt_fancy_header_subtitle_font_size','18'),(5878,2627,'_dt_fancy_header_subtitle_line_height','26'),(5879,2627,'_dt_fancy_header_subtitle_uppercase','0'),(5880,2627,'_dt_fancy_header_subtitle_color_mode','color'),(5881,2627,'_dt_fancy_header_subtitle_color','#ffffff'),(5882,2627,'_dt_fancy_header_bg_heading',''),(5883,2627,'_dt_fancy_header_bg_color','#222222'),(5884,2627,'_dt_fancy_header_bg_image','a:0:{}'),(5885,2627,'_dt_fancy_header_bg_repeat','no-repeat'),(5886,2627,'_dt_fancy_header_bg_position_x','center'),(5887,2627,'_dt_fancy_header_bg_position_y','center'),(5888,2627,'_dt_fancy_header_bg_fullscreen','1'),(5889,2627,'_dt_fancy_header_bg_overlay','0'),(5890,2627,'_dt_fancy_header_overlay_color','#000'),(5891,2627,'_dt_fancy_header_bg_overlay_opacity','50'),(5892,2627,'_dt_fancy_header_scroll_effect','default'),(5893,2627,'_dt_fancy_header_bg_parallax','0.5'),(5894,2627,'_dt_teammate_options_go_to_single','1'),(5895,2627,'_dt_teammate_options_position','President Workplace Readiness Programs'),(5896,2627,'_dt_teammate_options_website',''),(5897,2627,'_dt_teammate_options_mail',''),(5898,2627,'_dt_teammate_options_facebook',''),(5899,2627,'_dt_teammate_options_twitter',''),(5900,2627,'_dt_teammate_options_google',''),(5901,2627,'_dt_teammate_options_dribbble',''),(5902,2627,'_dt_teammate_options_you-tube',''),(5903,2627,'_dt_teammate_options_rss',''),(5904,2627,'_dt_teammate_options_delicious',''),(5905,2627,'_dt_teammate_options_flickr',''),(5906,2627,'_dt_teammate_options_lastfm',''),(5907,2627,'_dt_teammate_options_linkedin',''),(5908,2627,'_dt_teammate_options_vimeo',''),(5909,2627,'_dt_teammate_options_tumbler',''),(5910,2627,'_dt_teammate_options_pinterest',''),(5911,2627,'_dt_teammate_options_devian',''),(5912,2627,'_dt_teammate_options_skype',''),(5913,2627,'_dt_teammate_options_github',''),(5914,2627,'_dt_teammate_options_instagram',''),(5915,2627,'_dt_teammate_options_stumbleupon',''),(5916,2627,'_dt_teammate_options_behance',''),(5917,2627,'_dt_teammate_options_px-500',''),(5918,2627,'_dt_teammate_options_tripedvisor',''),(5919,2627,'_dt_teammate_options_vk',''),(5920,2627,'_dt_teammate_options_foursquare',''),(5921,2627,'_dt_teammate_options_xing',''),(5922,2627,'_dt_teammate_options_weibo',''),(5923,2627,'_dt_teammate_options_odnoklassniki',''),(5924,2627,'_dt_teammate_options_research-gate',''),(5925,2627,'_dt_teammate_options_yelp',''),(5926,2627,'_dt_teammate_options_blogger',''),(5927,2627,'_dt_teammate_options_soundcloud',''),(5928,2627,'_dt_teammate_options_viber',''),(5929,2627,'_dt_teammate_options_whatsapp',''),(5930,2627,'_dt_teammate_options_reddit',''),(5931,2627,'_dt_teammate_options_snapchat',''),(5932,2627,'_thumbnail_id','2650'),(5936,2629,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5937,2629,'_edit_last','1'),(5938,2629,'_edit_lock','1531854934:1'),(5939,2629,'slide_template','default'),(5940,2629,'_wpb_vc_js_status','true'),(5941,2629,'_wpb_shortcodes_custom_css','.vc_custom_1531854479837{background-color: rgba(15,56,78,0.7) !important;*background-color: rgb(15,56,78) !important;}'),(5942,2631,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5943,2631,'_edit_last','1'),(5944,2631,'_edit_lock','1531854671:1'),(5945,2631,'slide_template','default'),(5946,2631,'_dt_sidebar_position','disabled'),(5947,2631,'_dt_sidebar_widgetarea_id','sidebar_1'),(5948,2631,'_dt_sidebar_hide_on_mobile','0'),(5949,2631,'_dt_footer_show','1'),(5950,2631,'_dt_footer_widgetarea_id','sidebar_2'),(5951,2631,'_dt_footer_hide_on_mobile','0'),(5952,2631,'_dt_header_title','disabled'),(5953,2631,'_dt_header_background','normal'),(5954,2631,'_dt_header_background_below_slideshow','disabled'),(5955,2631,'_dt_header_transparent_bg_color_scheme','light'),(5956,2631,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(5957,2631,'_dt_header_transparent_top_bar_bg_opacity','25'),(5958,2631,'_dt_header_transparent_bg_color','#000000'),(5959,2631,'_dt_header_transparent_bg_opacity','50'),(5960,2631,'_dt_header_disabled_background','normal'),(5961,2631,'_dt_header_disabled_transparent_bg_color_scheme','light'),(5962,2631,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(5963,2631,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(5964,2631,'_dt_header_disabled_transparent_bg_color','#000000'),(5965,2631,'_dt_header_disabled_transparent_bg_opacity','50'),(5966,2631,'_dt_page_overrides_top_margin',''),(5967,2631,'_dt_page_overrides_bottom_margin',''),(5968,2631,'_dt_slideshow_mode','porthole'),(5969,2631,'_dt_slideshow_layout','fullwidth'),(5970,2631,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(5971,2631,'_dt_slideshow_scaling','fill'),(5972,2631,'_dt_slideshow_autoplay','paused'),(5973,2631,'_dt_slideshow_autoslide_interval','5000'),(5974,2631,'_dt_slideshow_hide_captions','0'),(5975,2631,'_dt_slideshow_photo_scroller_layout','fullscreen'),(5976,2631,'_dt_slideshow_photo_scroller_bg_color','#000000'),(5977,2631,'_dt_slideshow_photo_scroller_overlay','1'),(5978,2631,'_dt_slideshow_photo_scroller_top_padding','0'),(5979,2631,'_dt_slideshow_photo_scroller_bottom_padding','0'),(5980,2631,'_dt_slideshow_photo_scroller_side_paddings','0'),(5981,2631,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(5982,2631,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(5983,2631,'_dt_slideshow_photo_scroller_thumbnails_width',''),(5984,2631,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(5985,2631,'_dt_slideshow_photo_scroller_autoplay','play'),(5986,2631,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(5987,2631,'fake_id',''),(5988,2631,'_dt_slideshow_photo_scroller_ls_max_width','100'),(5989,2631,'_dt_slideshow_photo_scroller_ls_min_width','0'),(5990,2631,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(5991,2631,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(5992,2631,'_dt_slideshow_photo_scroller_pt_max_width','100'),(5993,2631,'_dt_slideshow_photo_scroller_pt_min_width','0'),(5994,2631,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(5995,2631,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(5996,2631,'_dt_slideshow_revolution_slider','none'),(5997,2631,'_dt_slideshow_layer_slider','none'),(5998,2631,'_dt_slideshow_layer_show_bg_and_paddings','0'),(5999,2631,'_dt_fancy_header_layout_heading',''),(6000,2631,'_dt_fancy_header_title_aligment','center'),(6001,2631,'_dt_fancy_header_height','300'),(6002,2631,'_dt_fancy_header_padding-top','0px'),(6003,2631,'_dt_fancy_header_padding-bottom','0px'),(6004,2631,'_dt_fancy_header_breadcrumbs_heading',''),(6005,2631,'_dt_fancy_header_breadcrumbs','enabled'),(6006,2631,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(6007,2631,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(6008,2631,'_dt_fancy_header_title_heading',''),(6009,2631,'_dt_fancy_header_title_mode','custom'),(6010,2631,'_dt_fancy_header_title',''),(6011,2631,'_dt_fancy_header_title_font_size','30'),(6012,2631,'_dt_fancy_header_title_line_height','36'),(6013,2631,'_dt_fancy_header_uppercase','0'),(6014,2631,'_dt_fancy_header_title_color_mode','color'),(6015,2631,'_dt_fancy_header_title_color','#ffffff'),(6016,2631,'_dt_fancy_header_subtitle_heading',''),(6017,2631,'_dt_fancy_header_subtitle',''),(6018,2631,'_dt_fancy_header_subtitle_font_size','18'),(6019,2631,'_dt_fancy_header_subtitle_line_height','26'),(6020,2631,'_dt_fancy_header_subtitle_uppercase','0'),(6021,2631,'_dt_fancy_header_subtitle_color_mode','color'),(6022,2631,'_dt_fancy_header_subtitle_color','#ffffff'),(6023,2631,'_dt_fancy_header_bg_heading',''),(6024,2631,'_dt_fancy_header_bg_color','#222222'),(6025,2631,'_dt_fancy_header_bg_image','a:0:{}'),(6026,2631,'_dt_fancy_header_bg_repeat','no-repeat'),(6027,2631,'_dt_fancy_header_bg_position_x','center'),(6028,2631,'_dt_fancy_header_bg_position_y','center'),(6029,2631,'_dt_fancy_header_bg_fullscreen','1'),(6030,2631,'_dt_fancy_header_bg_overlay','0'),(6031,2631,'_dt_fancy_header_overlay_color','#000'),(6032,2631,'_dt_fancy_header_bg_overlay_opacity','50'),(6033,2631,'_dt_fancy_header_scroll_effect','default'),(6034,2631,'_dt_fancy_header_bg_parallax','0.5'),(6035,2631,'_dt_teammate_options_go_to_single','1'),(6036,2631,'_dt_teammate_options_position','Storytelling Apprentice'),(6037,2631,'_dt_teammate_options_website',''),(6038,2631,'_dt_teammate_options_mail',''),(6039,2631,'_dt_teammate_options_facebook',''),(6040,2631,'_dt_teammate_options_twitter',''),(6041,2631,'_dt_teammate_options_google',''),(6042,2631,'_dt_teammate_options_dribbble',''),(6043,2631,'_dt_teammate_options_you-tube',''),(6044,2631,'_dt_teammate_options_rss',''),(6045,2631,'_dt_teammate_options_delicious',''),(6046,2631,'_dt_teammate_options_flickr',''),(6047,2631,'_dt_teammate_options_lastfm',''),(6048,2631,'_dt_teammate_options_linkedin',''),(6049,2631,'_dt_teammate_options_vimeo',''),(6050,2631,'_dt_teammate_options_tumbler',''),(6051,2631,'_dt_teammate_options_pinterest',''),(6052,2631,'_dt_teammate_options_devian',''),(6053,2631,'_dt_teammate_options_skype',''),(6054,2631,'_dt_teammate_options_github',''),(6055,2631,'_dt_teammate_options_instagram',''),(6056,2631,'_dt_teammate_options_stumbleupon',''),(6057,2631,'_dt_teammate_options_behance',''),(6058,2631,'_dt_teammate_options_px-500',''),(6059,2631,'_dt_teammate_options_tripedvisor',''),(6060,2631,'_dt_teammate_options_vk',''),(6061,2631,'_dt_teammate_options_foursquare',''),(6062,2631,'_dt_teammate_options_xing',''),(6063,2631,'_dt_teammate_options_weibo',''),(6064,2631,'_dt_teammate_options_odnoklassniki',''),(6065,2631,'_dt_teammate_options_research-gate',''),(6066,2631,'_dt_teammate_options_yelp',''),(6067,2631,'_dt_teammate_options_blogger',''),(6068,2631,'_dt_teammate_options_soundcloud',''),(6069,2631,'_dt_teammate_options_viber',''),(6070,2631,'_dt_teammate_options_whatsapp',''),(6071,2631,'_dt_teammate_options_reddit',''),(6072,2631,'_dt_teammate_options_snapchat',''),(6073,2631,'_thumbnail_id','2287'),(6074,2632,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6075,2632,'_edit_last','1'),(6076,2632,'_edit_lock','1531854893:1'),(6077,2632,'_thumbnail_id','2285'),(6078,2632,'slide_template','default'),(6079,2632,'_dt_sidebar_position','disabled'),(6080,2632,'_dt_sidebar_widgetarea_id','sidebar_1'),(6081,2632,'_dt_sidebar_hide_on_mobile','0'),(6082,2632,'_dt_footer_show','1'),(6083,2632,'_dt_footer_widgetarea_id','sidebar_2'),(6084,2632,'_dt_footer_hide_on_mobile','0'),(6085,2632,'_dt_header_title','disabled'),(6086,2632,'_dt_header_background','normal'),(6087,2632,'_dt_header_background_below_slideshow','disabled'),(6088,2632,'_dt_header_transparent_bg_color_scheme','light'),(6089,2632,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(6090,2632,'_dt_header_transparent_top_bar_bg_opacity','25'),(6091,2632,'_dt_header_transparent_bg_color','#000000'),(6092,2632,'_dt_header_transparent_bg_opacity','50'),(6093,2632,'_dt_header_disabled_background','normal'),(6094,2632,'_dt_header_disabled_transparent_bg_color_scheme','light'),(6095,2632,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(6096,2632,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(6097,2632,'_dt_header_disabled_transparent_bg_color','#000000'),(6098,2632,'_dt_header_disabled_transparent_bg_opacity','50'),(6099,2632,'_dt_page_overrides_top_margin',''),(6100,2632,'_dt_page_overrides_bottom_margin',''),(6101,2632,'_dt_slideshow_mode','porthole'),(6102,2632,'_dt_slideshow_layout','fullwidth'),(6103,2632,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(6104,2632,'_dt_slideshow_scaling','fill'),(6105,2632,'_dt_slideshow_autoplay','paused'),(6106,2632,'_dt_slideshow_autoslide_interval','5000'),(6107,2632,'_dt_slideshow_hide_captions','0'),(6108,2632,'_dt_slideshow_photo_scroller_layout','fullscreen'),(6109,2632,'_dt_slideshow_photo_scroller_bg_color','#000000'),(6110,2632,'_dt_slideshow_photo_scroller_overlay','1'),(6111,2632,'_dt_slideshow_photo_scroller_top_padding','0'),(6112,2632,'_dt_slideshow_photo_scroller_bottom_padding','0'),(6113,2632,'_dt_slideshow_photo_scroller_side_paddings','0'),(6114,2632,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(6115,2632,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(6116,2632,'_dt_slideshow_photo_scroller_thumbnails_width',''),(6117,2632,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(6118,2632,'_dt_slideshow_photo_scroller_autoplay','play'),(6119,2632,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(6120,2632,'fake_id',''),(6121,2632,'_dt_slideshow_photo_scroller_ls_max_width','100'),(6122,2632,'_dt_slideshow_photo_scroller_ls_min_width','0'),(6123,2632,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(6124,2632,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(6125,2632,'_dt_slideshow_photo_scroller_pt_max_width','100'),(6126,2632,'_dt_slideshow_photo_scroller_pt_min_width','0'),(6127,2632,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(6128,2632,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(6129,2632,'_dt_slideshow_revolution_slider','none'),(6130,2632,'_dt_slideshow_layer_slider','none'),(6131,2632,'_dt_slideshow_layer_show_bg_and_paddings','0'),(6132,2632,'_dt_fancy_header_layout_heading',''),(6133,2632,'_dt_fancy_header_title_aligment','center'),(6134,2632,'_dt_fancy_header_height','300'),(6135,2632,'_dt_fancy_header_padding-top','0px'),(6136,2632,'_dt_fancy_header_padding-bottom','0px'),(6137,2632,'_dt_fancy_header_breadcrumbs_heading',''),(6138,2632,'_dt_fancy_header_breadcrumbs','enabled'),(6139,2632,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(6140,2632,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(6141,2632,'_dt_fancy_header_title_heading',''),(6142,2632,'_dt_fancy_header_title_mode','custom'),(6143,2632,'_dt_fancy_header_title',''),(6144,2632,'_dt_fancy_header_title_font_size','30'),(6145,2632,'_dt_fancy_header_title_line_height','36'),(6146,2632,'_dt_fancy_header_uppercase','0'),(6147,2632,'_dt_fancy_header_title_color_mode','color'),(6148,2632,'_dt_fancy_header_title_color','#ffffff'),(6149,2632,'_dt_fancy_header_subtitle_heading',''),(6150,2632,'_dt_fancy_header_subtitle',''),(6151,2632,'_dt_fancy_header_subtitle_font_size','18'),(6152,2632,'_dt_fancy_header_subtitle_line_height','26'),(6153,2632,'_dt_fancy_header_subtitle_uppercase','0'),(6154,2632,'_dt_fancy_header_subtitle_color_mode','color'),(6155,2632,'_dt_fancy_header_subtitle_color','#ffffff'),(6156,2632,'_dt_fancy_header_bg_heading',''),(6157,2632,'_dt_fancy_header_bg_color','#222222'),(6158,2632,'_dt_fancy_header_bg_image','a:0:{}'),(6159,2632,'_dt_fancy_header_bg_repeat','no-repeat'),(6160,2632,'_dt_fancy_header_bg_position_x','center'),(6161,2632,'_dt_fancy_header_bg_position_y','center'),(6162,2632,'_dt_fancy_header_bg_fullscreen','1'),(6163,2632,'_dt_fancy_header_bg_overlay','0'),(6164,2632,'_dt_fancy_header_overlay_color','#000'),(6165,2632,'_dt_fancy_header_bg_overlay_opacity','50'),(6166,2632,'_dt_fancy_header_scroll_effect','default'),(6167,2632,'_dt_fancy_header_bg_parallax','0.5'),(6168,2632,'_dt_teammate_options_go_to_single','1'),(6169,2632,'_dt_teammate_options_position','Communications Apprentice'),(6170,2632,'_dt_teammate_options_website',''),(6171,2632,'_dt_teammate_options_mail',''),(6172,2632,'_dt_teammate_options_facebook',''),(6173,2632,'_dt_teammate_options_twitter',''),(6174,2632,'_dt_teammate_options_google',''),(6175,2632,'_dt_teammate_options_dribbble',''),(6176,2632,'_dt_teammate_options_you-tube',''),(6177,2632,'_dt_teammate_options_rss',''),(6178,2632,'_dt_teammate_options_delicious',''),(6179,2632,'_dt_teammate_options_flickr',''),(6180,2632,'_dt_teammate_options_lastfm',''),(6181,2632,'_dt_teammate_options_linkedin',''),(6182,2632,'_dt_teammate_options_vimeo',''),(6183,2632,'_dt_teammate_options_tumbler',''),(6184,2632,'_dt_teammate_options_pinterest',''),(6185,2632,'_dt_teammate_options_devian',''),(6186,2632,'_dt_teammate_options_skype',''),(6187,2632,'_dt_teammate_options_github',''),(6188,2632,'_dt_teammate_options_instagram',''),(6189,2632,'_dt_teammate_options_stumbleupon',''),(6190,2632,'_dt_teammate_options_behance',''),(6191,2632,'_dt_teammate_options_px-500',''),(6192,2632,'_dt_teammate_options_tripedvisor',''),(6193,2632,'_dt_teammate_options_vk',''),(6194,2632,'_dt_teammate_options_foursquare',''),(6195,2632,'_dt_teammate_options_xing',''),(6196,2632,'_dt_teammate_options_weibo',''),(6197,2632,'_dt_teammate_options_odnoklassniki',''),(6198,2632,'_dt_teammate_options_research-gate',''),(6199,2632,'_dt_teammate_options_yelp',''),(6200,2632,'_dt_teammate_options_blogger',''),(6201,2632,'_dt_teammate_options_soundcloud',''),(6202,2632,'_dt_teammate_options_viber',''),(6203,2632,'_dt_teammate_options_whatsapp',''),(6204,2632,'_dt_teammate_options_reddit',''),(6205,2632,'_dt_teammate_options_snapchat',''),(6206,592,'the7_shortcodes_inline_css','.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.dividers-on.classic-layout-list article {\n margin-top: ;\n padding-top: 0;\n border-color: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.dividers-on.classic-layout-list article:first-of-type {\n margin-top: 0;\n padding-top: 0;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.classic-layout-list.mode-list .post-thumbnail-wrap {\n width: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.classic-layout-list.mode-list .post-entry-content {\n width: calc(100% - );\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.classic-layout-list.mode-list .no-img .post-entry-content {\n width: 100%;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.bottom-overlap-layout-list .post-entry-content {\n margin-top: -100px;\n width: 75%;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.bottom-overlap-layout-list:not(.mode-list) .no-img .post-entry-content {\n margin-top: 0;\n width: 100%;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.bottom-overlap-layout-list.mode-list .no-img .post-entry-content {\n margin-top: 0;\n}\n#page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-bg-on.gradient-overlap-layout-list .post-entry-content {\n background: linear-gradient(to bottom,,) no-repeat 0px 150px;\n}\n#page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content {\n background: ;\n padding: 30px 30px 30px 30px;\n}\n#page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content:before {\n display: none;\n}\n#page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.gradient-overlay-layout-list .post-entry-content {\n background: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.gradient-overlay-layout-list:not(.portfolio-shortcode) .post-entry-content {\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.gradient-overlay-layout-list .post-head-wrapper,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.gradient-overlay-layout-list .post-entry-wrapper {\n right: 30px;\n left: 30px;\n}\n#page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-rollover-layout-list .post-entry-content {\n background: none;\n padding: 0;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-rollover-layout-list .post-entry-wrapper {\n padding: 25px 30px 30px 30px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-rollover-layout-list .post-entry-wrapper {\n bottom: -15px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-rollover-layout-list.meta-info-off .post-entry-wrapper {\n bottom: -5px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-rollover-layout-list article:not(.description-off) .post-entry-wrapper {\n bottom: -20px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-rollover-layout-list:not(.disable-layout-hover) article:hover .post-entry-wrapper {\n bottom: 0;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .filter a,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .filter a * {\n color: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .paginator a,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .paginator a * {\n color: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .filter-bg-decoration .filter-categories a.act {\n color: #fff;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.mode-masonry) article {\n margin-top: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.mode-masonry) article:first-of-type,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.mode-masonry) article.visible.first {\n margin-top: 0;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.dividers-on:not(.mode-masonry) article {\n margin-top: 0;\n padding-top: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.dividers-on:not(.mode-masonry) article:first-of-type,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.dividers-on:not(.mode-masonry) article.visible.first {\n margin-top: 0;\n padding-top: 0;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.gradient-overlay-layout-list article {\n border-radius: 0px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-thumbnail-wrap {\n padding: 0px 0px 0px 0px;\n border-radius: 0px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.gradient-overlay-layout-list) .post-thumbnail {\n box-shadow: \"\";\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.gradient-overlay-layout-list article {\n box-shadow: \"\";\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-thumbnail-wrap *,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-thumbnail-rollover:after {\n border-radius: 0px;\n}\n.bottom-overlap-layout-list.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container {\n height: calc(100% - 100px);\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a {\n width: 44px;\n height: 44px;\n line-height: 44px;\n border-radius: 100px;\n margin: 10px 5px 10px;\n}\n.content-rollover-layout-list:not(.content-align-center).portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a,\n.gradient-overlay-layout-list:not(.content-align-center).portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a {\n margin: 10px 10px 10px 0;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a:before,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a:after {\n border-width: 0px;\n}\n.dt-icon-bg-on.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a:before {\n background: rgba(255,255,255,0.3);\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.dt-icon-hover-bg-on.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a:after {\n background: rgba(255,255,255,0.5);\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a > span:before {\n font-size: 16px;\n line-height: 44px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a:not(:hover) > span {\n color: #ffffff;\n background: none;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-links-container a:hover > span {\n color: #ffffff;\n background: none;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .entry-title,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.owl-carousel .entry-title {\n margin-bottom: 5px;\n font-style: ;\n font-weight: bold;\n text-transform: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .entry-meta {\n margin-bottom: 15px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .entry-meta * {\n font-style: ;\n font-weight: ;\n text-transform: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .portfolio-categories {\n margin-bottom: 15px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .entry-excerpt {\n margin-bottom: 5px;\n font-style: ;\n font-weight: ;\n text-transform: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.centered-layout-list) .post-entry-content {\n padding: 25px 30px 30px 30px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.centered-layout-list):not(.content-bg-on):not(.mode-list) .no-img .post-entry-content {\n padding: 0;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.gradient-overlay-layout-list .post-entry-content {\n border-radius: 0px;\n}\n@media screen and (max-width: ) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff article {\n -webkit-flex-flow: column nowrap;\n -moz-flex-flow: column nowrap;\n -ms-flex-flow: column nowrap;\n flex-flow: column nowrap;\n margin-top: 20px;\n }\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.dividers-on article {\n border: none;\n }\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.content-bg-on.centered-layout-list article {\n padding: 0;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-thumbnail-wrap,\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-entry-content {\n width: 100%;\n margin: 0;\n top: 0;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-thumbnail-wrap {\n padding: 0;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-entry-content:after {\n display: none;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .project-even .post-thumbnail-wrap,\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.centered-layout-list .post-thumbnail-wrap {\n -webkit-order: 0;\n -moz-order: 0;\n -ms-flex-order: 0;\n order: 0;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.centered-layout-list .post-entry-title-content {\n -webkit-order: 1;\n -moz-order: 1;\n -ms-flex-order: 1;\n order: 1;\n width: 100%;\n padding: 20px 20px 0;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.centered-layout-list .post-entry-content {\n -webkit-order: 2;\n -moz-order: 2;\n -ms-flex-order: 2;\n order: 2;\n padding-top: 0;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-entry-content {\n padding: 20px;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .entry-title {\n margin: 3px 0 5px;\n font-size: 20px;\n line-height: 26px;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .entry-meta {\n margin: 5px 0 5px;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .entry-excerpt {\n margin: 15px 0 0;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-details {\n margin: 5px 0 10px;\n }\n #page .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .post-details.details-type-link {\n margin-bottom: 2px;\n }\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.resize-by-browser-width) .dt-css-grid {\n grid-row-gap: *2;\n grid-column-gap: *2;\n grid-template-columns: repeat(auto-fill,minmax(,1fr));\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.resize-by-browser-width) .dt-css-grid .double-width {\n grid-column: span 2;\n}\n.cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.resize-by-browser-width) .dt-css-grid,\n.no-cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.resize-by-browser-width) .dt-css-grid {\n display: flex;\n flex-flow: row wrap;\n margin: -;\n}\n.cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.resize-by-browser-width) .dt-css-grid .wf-cell,\n.no-cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff:not(.resize-by-browser-width) .dt-css-grid .wf-cell {\n flex: 1 0 ;\n min-width: ;\n max-width: 100%;\n padding: ;\n box-sizing: border-box;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(,1fr);\n grid-template-rows: auto;\n grid-column-gap: *2;\n grid-row-gap: *2;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .double-width {\n grid-column: span 2;\n}\n.cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid {\n margin: -;\n}\n.cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 100%/;\n padding: ;\n}\n.cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(100%/) * 2;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width:not(.centered-layout-list):not(.content-bg-on) .dt-css-grid {\n grid-row-gap: *2 - 30px;\n}\n@media screen and (max-width: 1199px) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(,1fr);\n }\n .cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 100%/;\n }\n .cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(100%/)*2;\n }\n}\n@media screen and (max-width: 991px) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(,1fr);\n }\n .cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 100%/;\n }\n .cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(100%/)*2;\n }\n}\n@media screen and (max-width: 767px) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(,1fr);\n }\n .cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 100%/;\n }\n .cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(100%/)*2;\n }\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a {\n width: 36px;\n height: 36px;\n border-radius: 500px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a:before,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a:after {\n border-width: 0px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a:before {\n border-color: #000000;\n}\n.arrows-bg-on.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a:before {\n background: #ffffff;\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a.owl-prev {\n top: 50%;\n transform: translateY(calc(-50% + 0px));\n left: -43px;\n}\n@media all and (-ms-high-contrast: none) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a.owl-prev {\n transform: translateY(-50%);\n margin-top: 0px;\n }\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a.owl-prev i {\n padding: 0px 0px 0px 0px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a.owl-next {\n top: 50%;\n transform: translateY(calc(-50% + 0px));\n right: -43px;\n}\n@media all and (-ms-high-contrast: none) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a.owl-next {\n transform: translateY(-50%);\n margin-top: 0px;\n }\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a.owl-next i {\n padding: 0px 0px 0px 0px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav i {\n font-size: 24px;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a:not(:hover) i,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a:not(:hover) i:before {\n color: #25a785;\n background: none;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a:hover i,\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-nav a:hover i:before {\n color: rgba(255,255,255,0.75);\n background: none;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-dots {\n top: calc(100% + 20px);\n left: 50%;\n transform: translateX(calc(-50% + 0px));\n}\n@media all and (-ms-high-contrast: none) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-dots {\n transform: translateX(-50%);\n margin-left: 0px;\n }\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-dot {\n width: 10px;\n height: 10px;\n margin: 0 8px;\n}\n.bullets-ubax.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-dot.active span {\n border-color: ;\n}\n@media screen and (max-width: 778px) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.hide-arrows .owl-nav a {\n display: none;\n }\n}\n@media screen and (max-width: 778px) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.reposition-arrows .owl-nav .owl-prev {\n top: 50%;\n transform: translateY(calc(-50% + 0px));\n left: 10px;\n }\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.reposition-arrows .owl-nav .owl-next {\n top: 50%;\n transform: translateY(calc(-50% + 0px));\n right: 10px;\n }\n}\n@media screen and (max-width: 778px) and all and (-ms-high-contrast: none) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.reposition-arrows .owl-nav .owl-prev {\n transform: translateY(-50%);\n margin-top: 0px;\n }\n}\n@media screen and (max-width: 778px) and all and (-ms-high-contrast: none) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.reposition-arrows .owl-nav .owl-next {\n transform: translateY(-50%);\n margin-top: 0px;\n }\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-dots {\n top: calc(100% + 20px);\n left: 50%;\n transform: translateX(calc(-50% + 0px));\n}\n@media all and (-ms-high-contrast: none) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-dots {\n transform: translateX(-50%);\n margin-left: 0px;\n }\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-dot {\n width: 10px;\n height: 10px;\n margin: 0 8px;\n}\n.bullets-ubax.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff .owl-dot.active span {\n border-color: ;\n}\n.portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.enable-img-shadow .owl-stage-outer {\n padding: 34px 0;\n}\n@media screen and (max-width: 778px) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.hide-arrows .owl-nav a {\n display: none;\n }\n}\n@media screen and (max-width: 778px) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.reposition-arrows .owl-nav .owl-prev {\n top: 50%;\n transform: translateY(calc(-50% + 0px));\n left: 10px;\n }\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.reposition-arrows .owl-nav .owl-next {\n top: 50%;\n transform: translateY(calc(-50% + 0px));\n right: 10px;\n }\n}\n@media screen and (max-width: 778px) and all and (-ms-high-contrast: none) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.reposition-arrows .owl-nav .owl-prev {\n transform: translateY(-50%);\n margin-top: 0px;\n }\n}\n@media screen and (max-width: 778px) and all and (-ms-high-contrast: none) {\n .portfolio-carousel-shortcode.portfolio-carousel-shortcode-id-1ec72915d133dcd8295a6bf7f0f850ff.reposition-arrows .owl-nav .owl-next {\n transform: translateY(-50%);\n margin-top: 0px;\n }\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) {\n background: #25a785 !important;\n color: #ffffff;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) * {\n color: #ffffff;\n}\n.btn-3d #default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) {\n border-bottom-color: #286756;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover {\n background: #219e7c !important;\n color: #ffffff;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover * {\n color: #ffffff;\n}\n.btn-3d #default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover {\n border-bottom-color: #235e4e;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-desc {\n padding: 20px 20px 20px 20px;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-author-name,\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-author-name a {\n margin-bottom: 0px;\n font-style: ;\n font-weight: bold;\n text-transform: ;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-author p {\n margin-bottom: 10px;\n font-style: ;\n font-weight: bold;\n text-transform: ;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-media {\n padding: 0px 0px 0px 0px;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .dt-css-grid .team-media img {\n max-width: 100%;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-content {\n margin-bottom: 5px;\n font-style: ;\n font-weight: ;\n text-transform: ;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-media,\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-media a.rollover,\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-media a.rollover *,\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .team-media img {\n border-radius: 0px;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico {\n margin-bottom: 15px;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a {\n min-width: 26px;\n min-height: 26px;\n font-size: 16px;\n border-radius: 100px;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a:not(:last-child) {\n margin-right: 4px;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a:before,\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a:after {\n min-width: 26px;\n min-height: 26px;\n padding: inherit;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a:before {\n border: 0px solid ;\n}\n.content .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a:after {\n border: 0px solid ;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a:hover {\n font-size: 16px;\n}\n#page .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a:hover .soc-font-icon {\n color: rgba(255,255,255,0.75);\n background: none;\n}\n#page .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a:not(:hover) .soc-font-icon {\n color: #ffffff;\n background: none;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .soc-ico a .soc-font-icon {\n font-size: 16px;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .filter a,\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .filter a * {\n color: ;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .filter-bg-decoration .filter-categories a.act {\n color: #fff;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .paginator a,\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483 .paginator a * {\n color: ;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483:not(.resize-by-browser-width) .dt-css-grid {\n grid-row-gap: 30px;\n grid-column-gap: 30px;\n grid-template-columns: repeat(auto-fill,minmax(,1fr));\n}\n.cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483:not(.resize-by-browser-width) .dt-css-grid,\n.no-cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483:not(.resize-by-browser-width) .dt-css-grid {\n display: flex;\n flex-flow: row wrap;\n margin: -15px;\n}\n.cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483:not(.resize-by-browser-width) .dt-css-grid .wf-cell,\n.no-cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483:not(.resize-by-browser-width) .dt-css-grid .wf-cell {\n flex: 1 0 ;\n min-width: ;\n max-width: 100%;\n padding: 15px;\n box-sizing: border-box;\n}\n.dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(4,1fr);\n grid-template-rows: auto;\n grid-column-gap: 30px;\n grid-row-gap: 30px;\n}\n.cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid,\n.no-cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid {\n margin: -15px;\n}\n.cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid .wf-cell,\n.no-cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 25%;\n padding: 15px;\n}\n@media screen and (max-width: 1199px) {\n .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(4,1fr);\n }\n .cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 25%;\n }\n}\n@media screen and (max-width: 991px) {\n .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(3,1fr);\n }\n .cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 33.333333333333%;\n }\n}\n@media screen and (max-width: 767px) {\n .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(1,1fr);\n }\n .cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .dt-team-shortcode.team-masonry-shortcode-id-2a865a4db93d461e29852eea3aa4c483.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 100%;\n }\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) {\n background: #25a785 !important;\n color: #ffffff;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) * {\n color: #ffffff;\n}\n.btn-3d #default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) {\n border-bottom-color: #286756;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover {\n background: #219e7c !important;\n color: #ffffff;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover * {\n color: #ffffff;\n}\n.btn-3d #default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover {\n border-bottom-color: #235e4e;\n}\n'),(6207,2647,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6208,2647,'_form','\n\n\n\n\n\n\n\n\n\n\n\n
[submit \"CONTACT ME!\"]
'),(6209,2647,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:40:\"Tracks Public Relations \"[your-subject]\"\";s:6:\"sender\";s:50:\"[your-name] \";s:9:\"recipient\";s:18:\"llashell@gmail.com\";s:4:\"body\";s:195:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Tracks Public Relations (http://trackspr.flywheelsites.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6210,2647,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:40:\"Tracks Public Relations \"[your-subject]\"\";s:6:\"sender\";s:62:\"Tracks Public Relations \";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:137:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Tracks Public Relations (http://trackspr.flywheelsites.com)\";s:18:\"additional_headers\";s:28:\"Reply-To: llashell@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6211,2647,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(6212,2647,'_additional_settings',''),(6213,2647,'_locale','en_US'),(6214,2650,'_wp_attached_file','2018/07/KB-headshot.jpg'),(6215,2650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2741;s:6:\"height\";i:2056;s:4:\"file\";s:23:\"2018/07/KB-headshot.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"KB-headshot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"KB-headshot-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"KB-headshot-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"KB-headshot-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6216,2654,'_wp_attached_file','2018/07/MG_6623-e1496767591199-427x427.jpg'),(6217,2654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:427;s:4:\"file\";s:42:\"2018/07/MG_6623-e1496767591199-427x427.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"MG_6623-e1496767591199-427x427-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:42:\"MG_6623-e1496767591199-427x427-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:{}}}'),(6218,2655,'_wp_attached_file','2018/07/IMG_3211-1024x683.jpg'),(6219,2655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:29:\"2018/07/IMG_3211-1024x683.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG_3211-1024x683-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:\"IMG_3211-1024x683-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:29:\"IMG_3211-1024x683-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:30:\"IMG_3211-1024x683-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:{}}}'),(6220,2665,'_wp_attached_file','2018/07/elias-castillo-658736-unsplash.jpg'),(6221,2665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1536;s:4:\"file\";s:42:\"2018/07/elias-castillo-658736-unsplash.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"elias-castillo-658736-unsplash-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:42:\"elias-castillo-658736-unsplash-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:42:\"elias-castillo-658736-unsplash-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:43:\"elias-castillo-658736-unsplash-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:{}}}'),(6222,1,'_wp_trash_meta_status','publish'),(6223,1,'_wp_trash_meta_time','1532726333'),(6224,1,'_wp_desired_post_slug','hello-world'),(6225,1,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6226,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(6227,2675,'_wp_attached_file','2018/07/matheus-ferrero-159633-unsplash.jpg'),(6228,2675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3888;s:6:\"height\";i:2591;s:4:\"file\";s:43:\"2018/07/matheus-ferrero-159633-unsplash.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"matheus-ferrero-159633-unsplash-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:43:\"matheus-ferrero-159633-unsplash-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:43:\"matheus-ferrero-159633-unsplash-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:44:\"matheus-ferrero-159633-unsplash-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),(6229,2676,'_wp_attached_file','2018/07/hust-wilson-380876-unsplash.jpg'),(6230,2676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4752;s:6:\"height\";i:3168;s:4:\"file\";s:39:\"2018/07/hust-wilson-380876-unsplash.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"hust-wilson-380876-unsplash-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:39:\"hust-wilson-380876-unsplash-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:39:\"hust-wilson-380876-unsplash-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:40:\"hust-wilson-380876-unsplash-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:{}}}'),(6231,11,'_edit_lock','1542395604:1'),(6232,2680,'_wp_attached_file','2018/07/climate-kic-350836.jpg'),(6233,2680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:30:\"2018/07/climate-kic-350836.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"climate-kic-350836-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:30:\"climate-kic-350836-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:30:\"climate-kic-350836-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:31:\"climate-kic-350836-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:{}}}'),(6234,156,'_pingme','1'),(6235,156,'_encloseme','1'),(6236,156,'_edit_lock','1542397307:1'),(6237,156,'_pingme','1'),(6238,156,'_encloseme','1'),(6239,156,'_pingme','1'),(6240,156,'_encloseme','1'),(6241,129,'_pingme','1'),(6242,129,'_encloseme','1'),(6243,129,'_edit_lock','1542397229:1'),(6244,144,'_pingme','1'),(6245,144,'_encloseme','1'),(6246,144,'_edit_lock','1542397340:1'),(6247,191,'_pingme','1'),(6248,191,'_encloseme','1'),(6249,191,'_edit_lock','1542397316:1'),(6250,150,'_pingme','1'),(6251,150,'_encloseme','1'),(6252,150,'_edit_lock','1542397157:1'),(6253,3,'_edit_lock','1532733653:1'),(6254,3,'_edit_last','1'),(6255,3,'slide_template','default'),(6256,3,'_wpb_vc_js_status','false'),(6257,3,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6258,3,'_dt_sidebar_position','right'),(6259,3,'_dt_sidebar_widgetarea_id','sidebar_1'),(6260,3,'_dt_sidebar_hide_on_mobile','0'),(6261,3,'_dt_footer_show','1'),(6262,3,'_dt_footer_widgetarea_id','sidebar_2'),(6263,3,'_dt_footer_hide_on_mobile','0'),(6264,3,'_dt_header_title','enabled'),(6265,3,'_dt_header_background','normal'),(6266,3,'_dt_header_background_below_slideshow','disabled'),(6267,3,'_dt_header_transparent_bg_color_scheme','light'),(6268,3,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(6269,3,'_dt_header_transparent_top_bar_bg_opacity','25'),(6270,3,'_dt_header_transparent_bg_color','#000000'),(6271,3,'_dt_header_transparent_bg_opacity','50'),(6272,3,'_dt_header_disabled_background','normal'),(6273,3,'_dt_header_disabled_transparent_bg_color_scheme','light'),(6274,3,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(6275,3,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(6276,3,'_dt_header_disabled_transparent_bg_color','#000000'),(6277,3,'_dt_header_disabled_transparent_bg_opacity','50'),(6278,3,'_dt_page_overrides_top_margin',''),(6279,3,'_dt_page_overrides_bottom_margin',''),(6280,3,'_dt_slideshow_mode','porthole'),(6281,3,'_dt_slideshow_layout','fullwidth'),(6282,3,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(6283,3,'_dt_slideshow_scaling','fill'),(6284,3,'_dt_slideshow_autoplay','paused'),(6285,3,'_dt_slideshow_autoslide_interval','5000'),(6286,3,'_dt_slideshow_hide_captions','0'),(6287,3,'_dt_slideshow_photo_scroller_layout','fullscreen'),(6288,3,'_dt_slideshow_photo_scroller_bg_color','#000000'),(6289,3,'_dt_slideshow_photo_scroller_overlay','1'),(6290,3,'_dt_slideshow_photo_scroller_top_padding','0'),(6291,3,'_dt_slideshow_photo_scroller_bottom_padding','0'),(6292,3,'_dt_slideshow_photo_scroller_side_paddings','0'),(6293,3,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(6294,3,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(6295,3,'_dt_slideshow_photo_scroller_thumbnails_width',''),(6296,3,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(6297,3,'_dt_slideshow_photo_scroller_autoplay','play'),(6298,3,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(6299,3,'fake_id',''),(6300,3,'_dt_slideshow_photo_scroller_ls_max_width','100'),(6301,3,'_dt_slideshow_photo_scroller_ls_min_width','0'),(6302,3,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(6303,3,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(6304,3,'_dt_slideshow_photo_scroller_pt_max_width','100'),(6305,3,'_dt_slideshow_photo_scroller_pt_min_width','0'),(6306,3,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(6307,3,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(6308,3,'_dt_slideshow_revolution_slider','none'),(6309,3,'_dt_slideshow_layer_slider','none'),(6310,3,'_dt_slideshow_layer_show_bg_and_paddings','0'),(6311,3,'_dt_fancy_header_layout_heading',''),(6312,3,'_dt_fancy_header_title_aligment','center'),(6313,3,'_dt_fancy_header_height','300'),(6314,3,'_dt_fancy_header_padding-top','0px'),(6315,3,'_dt_fancy_header_padding-bottom','0px'),(6316,3,'_dt_fancy_header_breadcrumbs_heading',''),(6317,3,'_dt_fancy_header_breadcrumbs','enabled'),(6318,3,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(6319,3,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(6320,3,'_dt_fancy_header_title_heading',''),(6321,3,'_dt_fancy_header_title_mode','custom'),(6322,3,'_dt_fancy_header_title',''),(6323,3,'_dt_fancy_header_title_font_size','30'),(6324,3,'_dt_fancy_header_title_line_height','36'),(6325,3,'_dt_fancy_header_uppercase','0'),(6326,3,'_dt_fancy_header_title_color_mode','color'),(6327,3,'_dt_fancy_header_title_color','#ffffff'),(6328,3,'_dt_fancy_header_subtitle_heading',''),(6329,3,'_dt_fancy_header_subtitle',''),(6330,3,'_dt_fancy_header_subtitle_font_size','18'),(6331,3,'_dt_fancy_header_subtitle_line_height','26'),(6332,3,'_dt_fancy_header_subtitle_uppercase','0'),(6333,3,'_dt_fancy_header_subtitle_color_mode','color'),(6334,3,'_dt_fancy_header_subtitle_color','#ffffff'),(6335,3,'_dt_fancy_header_bg_heading',''),(6336,3,'_dt_fancy_header_bg_color','#222222'),(6337,3,'_dt_fancy_header_bg_image','a:0:{}'),(6338,3,'_dt_fancy_header_bg_repeat','no-repeat'),(6339,3,'_dt_fancy_header_bg_position_x','center'),(6340,3,'_dt_fancy_header_bg_position_y','center'),(6341,3,'_dt_fancy_header_bg_fullscreen','1'),(6342,3,'_dt_fancy_header_bg_overlay','0'),(6343,3,'_dt_fancy_header_overlay_color','#000'),(6344,3,'_dt_fancy_header_bg_overlay_opacity','50'),(6345,3,'_dt_fancy_header_scroll_effect','default'),(6346,3,'_dt_fancy_header_bg_parallax','0.5'),(6347,3,'_dt_content_display','no'),(6348,3,'_dt_content_position','before_items'),(6349,3,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(6350,3,'_dt_blog_options_layout','masonry'),(6351,3,'_dt_blog_options_item_padding','20'),(6352,3,'_dt_blog_options_target_width','370'),(6353,3,'_dt_blog_options_columns_number','3'),(6354,3,'_dt_blog_options_full_width','0'),(6355,3,'_dt_blog_options_posts_same_width','0'),(6356,3,'_dt_blog_options_bg_under_masonry_posts','disabled'),(6357,3,'_dt_blog_options_post_content_alignment','left'),(6358,3,'_dt_blog_options_list_layout','list'),(6359,3,'_dt_blog_options_bg_under_list_posts','1'),(6360,3,'_dt_blog_options_enable_fancy_date','1'),(6361,3,'_dt_blog_options_image_layout','original'),(6362,3,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(6363,3,'_dt_blog_options_thumb_width',''),(6364,3,'_dt_blog_options_ppp',''),(6365,3,'_dt_blog_options_load_style','ajax_pagination'),(6366,3,'_dt_blog_options_load_effect','fade_in'),(6367,3,'_dt_blog_options_show_all_pages','0'),(6368,3,'_dt_blog_options_show_exerpts','1'),(6369,3,'_dt_blog_options_show_details','1'),(6370,3,'_dt_blog_options_show_filter','0'),(6371,3,'_dt_blog_options_show_orderby','0'),(6372,3,'_dt_blog_options_show_order','0'),(6373,3,'_dt_blog_options_show_categories_in_post_meta','1'),(6374,3,'_dt_blog_options_show_date_in_post_meta','1'),(6375,3,'_dt_blog_options_show_author_in_post_meta','1'),(6376,3,'_dt_blog_options_show_comments_in_post_meta','1'),(6377,3,'_dt_blog_options_order','DESC'),(6378,3,'_dt_blog_options_orderby','date'),(6379,3,'_dt_microsite_page_layout','wide'),(6380,3,'_dt_microsite_page_loading','enabled'),(6381,3,'_dt_microsite_primary_menu',''),(6382,3,'_dt_microsite_split_left_menu',''),(6383,3,'_dt_microsite_split_right_menu',''),(6384,3,'_dt_microsite_mobile_menu',''),(6385,3,'_dt_microsite_logo_link',''),(6386,3,'main_logo_heading',''),(6387,3,'_dt_microsite_main_logo_type','default'),(6388,3,'_dt_microsite_main_logo_regular','a:0:{}'),(6389,3,'_dt_microsite_main_logo_hd','a:0:{}'),(6390,3,'transparent_logo_heading',''),(6391,3,'_dt_microsite_transparent_logo_type','default'),(6392,3,'_dt_microsite_transparent_logo_regular','a:0:{}'),(6393,3,'_dt_microsite_transparent_logo_hd','a:0:{}'),(6394,3,'_dt_microsite_mixed_logo_type','default'),(6395,3,'_dt_microsite_mixed_logo_regular','a:0:{}'),(6396,3,'_dt_microsite_mixed_logo_hd','a:0:{}'),(6397,3,'floating_logo_heading',''),(6398,3,'_dt_microsite_floating_logo_type','default'),(6399,3,'_dt_microsite_floating_logo_regular','a:0:{}'),(6400,3,'_dt_microsite_floating_logo_hd','a:0:{}'),(6401,3,'_dt_microsite_mobile_logo_type','default'),(6402,3,'_dt_microsite_mobile_logo_regular','a:0:{}'),(6403,3,'_dt_microsite_mobile_logo_hd','a:0:{}'),(6404,3,'_dt_microsite_transparent_mobile_logo_type','default'),(6405,3,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(6406,3,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(6407,3,'bottom_logo_heading',''),(6408,3,'_dt_microsite_bottom_logo_type','default'),(6409,3,'_dt_microsite_bottom_logo_regular','a:0:{}'),(6410,3,'_dt_microsite_bottom_logo_hd','a:0:{}'),(6411,3,'favicon_heading',''),(6412,3,'_dt_microsite_favicon_type','default'),(6413,3,'_dt_microsite_favicon','a:0:{}'),(6414,3,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(6415,3,'_dt_portfolio_options_list_layout','list'),(6416,3,'_dt_portfolio_options_bg_under_list_posts','1'),(6417,3,'_dt_portfolio_options_list_hover_bg_color','theme'),(6418,3,'_dt_portfolio_options_masonry_layout','masonry'),(6419,3,'_dt_portfolio_options_item_padding','20'),(6420,3,'_dt_portfolio_options_target_height','250'),(6421,3,'_dt_portfolio_options_target_width','370'),(6422,3,'_dt_portfolio_options_columns_number','3'),(6423,3,'_dt_portfolio_options_full_width','0'),(6424,3,'_dt_portfolio_options_description','under_image'),(6425,3,'_dt_portfolio_options_hover_animation','fade'),(6426,3,'_dt_portfolio_options_hover_bg_color','theme'),(6427,3,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(6428,3,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(6429,3,'_dt_portfolio_options_post_content_alignment','left'),(6430,3,'_dt_portfolio_options_bg_post_content_alignment','center'),(6431,3,'_dt_portfolio_options_lines_animation_effect','1'),(6432,3,'_dt_portfolio_options_title_visibility','on_hoover'),(6433,3,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(6434,3,'_dt_portfolio_options_jgrid_hover_animation','fade'),(6435,3,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(6436,3,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(6437,3,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(6438,3,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(6439,3,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(6440,3,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(6441,3,'_dt_portfolio_options_posts_same_width','0'),(6442,3,'_dt_portfolio_options_hide_last_row','0'),(6443,3,'_dt_portfolio_options_image_layout','original'),(6444,3,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(6445,3,'_dt_portfolio_options_thumb_width',''),(6446,3,'_dt_portfolio_options_ppp',''),(6447,3,'_dt_portfolio_options_load_style','ajax_pagination'),(6448,3,'_dt_portfolio_options_load_effect','fade_in'),(6449,3,'_dt_portfolio_options_show_titles','1'),(6450,3,'_dt_portfolio_options_show_exerpts','1'),(6451,3,'_dt_portfolio_options_show_categories_in_post_meta','1'),(6452,3,'_dt_portfolio_options_show_date_in_post_meta','1'),(6453,3,'_dt_portfolio_options_show_author_in_post_meta','1'),(6454,3,'_dt_portfolio_options_show_comments_in_post_meta','1'),(6455,3,'_dt_portfolio_options_show_details','1'),(6456,3,'_dt_portfolio_options_show_links','1'),(6457,3,'_dt_portfolio_options_show_zoom','1'),(6458,3,'_dt_portfolio_options_show_details_buttons','1'),(6459,3,'_dt_portfolio_options_show_filter','1'),(6460,3,'_dt_portfolio_options_show_orderby','1'),(6461,3,'_dt_portfolio_options_show_order','1'),(6462,3,'_dt_portfolio_options_show_all_pages','0'),(6463,3,'_dt_portfolio_options_order','DESC'),(6464,3,'_dt_portfolio_options_orderby','date'),(6465,3,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(6466,3,'_dt_albums_options_layout','masonry'),(6467,3,'_dt_albums_options_item_padding','20'),(6468,3,'_dt_albums_options_target_height','250'),(6469,3,'_dt_albums_options_target_width','370'),(6470,3,'_dt_albums_options_columns_number','3'),(6471,3,'_dt_albums_options_full_width','0'),(6472,3,'_dt_albums_options_description','under_image'),(6473,3,'_dt_albums_options_hover_animation','fade'),(6474,3,'_dt_albums_options_hover_bg_color','theme'),(6475,3,'_dt_albums_options_bg_under_masonry_posts','disabled'),(6476,3,'_dt_albums_options_hover_content_visibility','on_hoover'),(6477,3,'_dt_albums_options_post_content_alignment','left'),(6478,3,'_dt_albums_options_bg_post_content_alignment','center'),(6479,3,'_dt_albums_options_lines_animation_effect','1'),(6480,3,'_dt_albums_options_title_visibility','on_hoover'),(6481,3,'_dt_albums_options_posts_same_width','0'),(6482,3,'_dt_albums_options_hide_last_row','0'),(6483,3,'_dt_albums_options_jgrid_description','on_hoover_centered'),(6484,3,'_dt_albums_options_jgrid_hover_animation','fade'),(6485,3,'_dt_albums_options_jgrid_hover_bg_color','theme'),(6486,3,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(6487,3,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(6488,3,'_dt_albums_options_jgrid_post_content_alignment','left'),(6489,3,'_dt_albums_options_jgrid_lines_animation_effect','1'),(6490,3,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(6491,3,'_dt_albums_options_image_layout','original'),(6492,3,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(6493,3,'_dt_albums_options_ppp',''),(6494,3,'_dt_albums_options_load_style','ajax_pagination'),(6495,3,'_dt_albums_options_load_effect','fade_in'),(6496,3,'_dt_albums_options_show_titles','1'),(6497,3,'_dt_albums_options_show_exerpts','1'),(6498,3,'_dt_albums_options_show_round_miniatures','1'),(6499,3,'_dt_albums_options_show_categories_in_post_meta','1'),(6500,3,'_dt_albums_options_show_date_in_post_meta','1'),(6501,3,'_dt_albums_options_show_author_in_post_meta','1'),(6502,3,'_dt_albums_options_show_comments_in_post_meta','1'),(6503,3,'_dt_albums_options_show_numbers_in_post_meta','1'),(6504,3,'_dt_albums_options_show_filter','1'),(6505,3,'_dt_albums_options_show_orderby','1'),(6506,3,'_dt_albums_options_show_order','1'),(6507,3,'_dt_albums_options_show_all_pages','0'),(6508,3,'_dt_albums_options_order','DESC'),(6509,3,'_dt_albums_options_orderby','date'),(6510,3,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(6511,3,'_dt_media_options_layout','masonry'),(6512,3,'_dt_media_options_item_padding','20'),(6513,3,'_dt_media_options_target_height','250'),(6514,3,'_dt_media_options_target_width','370'),(6515,3,'_dt_media_options_columns_number','3'),(6516,3,'_dt_media_options_full_width','0'),(6517,3,'_dt_media_options_hide_last_row','0'),(6518,3,'_dt_media_options_image_layout','original'),(6519,3,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(6520,3,'_dt_media_options_ppp',''),(6521,3,'_dt_media_options_load_style','ajax_pagination'),(6522,3,'_dt_media_options_load_effect','fade_in'),(6523,3,'_dt_media_options_show_titles','1'),(6524,3,'_dt_media_options_show_exerpts','1'),(6525,3,'_dt_media_options_show_all_pages','0'),(6526,3,'_dt_media_options_order','DESC'),(6527,3,'_dt_media_options_orderby','date'),(6528,3,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(6529,3,'_dt_team_options_masonry_layout','masonry'),(6530,3,'_dt_team_options_item_padding','20'),(6531,3,'_dt_team_options_target_width','370'),(6532,3,'_dt_team_options_columns_number','3'),(6533,3,'_dt_team_options_full_width','0'),(6534,3,'_dt_team_options_bg_under_posts','1'),(6535,3,'_dt_team_options_image_layout','original'),(6536,3,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(6537,3,'_dt_team_options_round_images','0'),(6538,3,'_dt_team_options_show_exerpts','1'),(6539,3,'_dt_team_options_ppp',''),(6540,3,'_dt_team_options_order','DESC'),(6541,3,'_dt_team_options_orderby','date'),(6542,3,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(6543,3,'_dt_testimonials_options_masonry_layout','masonry'),(6544,3,'_dt_testimonials_options_item_padding','20'),(6545,3,'_dt_testimonials_options_target_width','370'),(6546,3,'_dt_testimonials_options_columns_number','3'),(6547,3,'_dt_testimonials_options_full_width','0'),(6548,3,'_dt_testimonials_options_ppp',''),(6549,3,'_dt_testimonials_options_load_style','ajax_pagination'),(6550,3,'_dt_testimonials_options_load_effect','fade_in'),(6551,592,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6552,592,'dpsp_networks_shares_total','0'),(6553,592,'dpsp_networks_shares_last_updated','1546642104'),(6554,2691,'_wp_trash_meta_status','publish'),(6555,2691,'_wp_trash_meta_time','1532733175'),(6556,3,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6557,3,'dpsp_networks_shares_total','0'),(6558,3,'dpsp_networks_shares_last_updated','1532733661'),(6559,2528,'_edit_lock','1532734222:1'),(6560,2528,'_edit_last','1'),(6561,2528,'dt-video-url',''),(6562,2528,'dt-img-link',''),(6563,2528,'dt-img-hide-title','0'),(6564,2528,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:145;s:4:\"file\";s:21:\"TRACKS_KOLogo_RGB.png\";}s:18:\"full-1532734213269\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:73;s:4:\"file\";s:36:\"TRACKS_KOLogo_RGB-e1532734150548.png\";}}'),(6565,2183,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6566,2183,'dpsp_networks_shares_total','0'),(6567,2183,'dpsp_networks_shares_last_updated','1543253030'),(6568,46,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6569,46,'dpsp_networks_shares_total','0'),(6570,46,'dpsp_networks_shares_last_updated','1543253050'),(6571,11,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6572,11,'dpsp_networks_shares_total','0'),(6573,11,'dpsp_networks_shares_last_updated','1543253013'),(6574,2631,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6575,2631,'dpsp_networks_shares_total','0'),(6576,2631,'dpsp_networks_shares_last_updated','1532982353'),(6577,2632,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6578,2632,'dpsp_networks_shares_total','0'),(6579,2632,'dpsp_networks_shares_last_updated','1542402000'),(6580,2627,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6581,2627,'dpsp_networks_shares_total','0'),(6582,2627,'dpsp_networks_shares_last_updated','1542401164'),(6583,2622,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6584,2622,'dpsp_networks_shares_total','0'),(6585,2622,'dpsp_networks_shares_last_updated','1542401198'),(6586,2577,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6587,2577,'dpsp_networks_shares_total','0'),(6588,2577,'dpsp_networks_shares_last_updated','1542396653'),(6589,2586,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6590,2586,'dpsp_networks_shares_total','0'),(6591,2586,'dpsp_networks_shares_last_updated','1542396492'),(6592,156,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6593,156,'dpsp_networks_shares_total','0'),(6594,156,'dpsp_networks_shares_last_updated','1542396702'),(6605,2701,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6606,2701,'_menu_item_type','custom'),(6607,2701,'_menu_item_menu_item_parent','0'),(6608,2701,'_menu_item_object_id','2701'),(6609,2701,'_menu_item_object','custom'),(6610,2701,'_menu_item_target',''),(6611,2701,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6612,2701,'_menu_item_xfn',''),(6613,2701,'_menu_item_url','http://trackspr.flywheelsites.com/#staff'),(6615,2702,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6616,2702,'_menu_item_type','custom'),(6617,2702,'_menu_item_menu_item_parent','0'),(6618,2702,'_menu_item_object_id','2702'),(6619,2702,'_menu_item_object','custom'),(6620,2702,'_menu_item_target',''),(6621,2702,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6622,2702,'_menu_item_xfn',''),(6623,2702,'_menu_item_url','http://trackspr.flywheelsites.com/#services'),(6625,2707,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6626,2707,'_dt_slider_media_items','a:1:{i:0;i:2544;}'),(6627,2707,'_edit_last','1'),(6628,2707,'slide_template','default'),(6629,2707,'_edit_lock','1540492886:1'),(6630,2707,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6631,2707,'dpsp_networks_shares_total','0'),(6632,2707,'dpsp_networks_shares_last_updated','1540492888'),(6633,2707,'_wp_trash_meta_status','draft'),(6634,2707,'_wp_trash_meta_time','1540492904'),(6635,2707,'_wp_desired_post_slug',''),(6636,2708,'_wp_attached_file','revslider/news-gallery/newscarousel1.jpg'),(6637,2708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"revslider/news-gallery/newscarousel1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"newscarousel1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"newscarousel1-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:25:\"newscarousel1-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:26:\"newscarousel1-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:{}}}'),(6638,2709,'_wp_attached_file','revslider/news-gallery/newscarousel2.jpg'),(6639,2709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"revslider/news-gallery/newscarousel2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"newscarousel2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"newscarousel2-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:25:\"newscarousel2-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:26:\"newscarousel2-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:{}}}'),(6640,2710,'_wp_attached_file','revslider/news-gallery/newscarousel6.jpg'),(6641,2710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"revslider/news-gallery/newscarousel6.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"newscarousel6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"newscarousel6-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:25:\"newscarousel6-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:26:\"newscarousel6-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:{}}}'),(6642,2711,'_wp_attached_file','revslider/news-gallery/newscarousel5.jpg'),(6643,2711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"revslider/news-gallery/newscarousel5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"newscarousel5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"newscarousel5-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:25:\"newscarousel5-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:26:\"newscarousel5-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:{}}}'),(6644,2712,'_wp_attached_file','2018/10/Copy-of-Untitled.png'),(6645,2712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:28:\"2018/10/Copy-of-Untitled.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Copy-of-Untitled-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:28:\"Copy-of-Untitled-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:28:\"Copy-of-Untitled-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:29:\"Copy-of-Untitled-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:{}}}'),(6646,2588,'dpsp_networks_shares','a:2:{s:8:\"facebook\";i:0;s:9:\"pinterest\";i:0;}'),(6647,2588,'dpsp_networks_shares_total','0'),(6648,2588,'dpsp_networks_shares_last_updated','1542401186'),(6649,2591,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(6650,2591,'dpsp_networks_shares_total','0'),(6651,2591,'dpsp_networks_shares_last_updated','1542389324'),(6652,2726,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6653,2726,'_edit_last','1'),(6654,2726,'_edit_lock','1542396756:1'),(6655,2726,'_thumbnail_id','2519'),(6656,2726,'_wp_page_template','default'),(6657,2726,'slide_template','default'),(6658,2726,'_wpb_vc_js_status','false'),(6659,2726,'_dt_sidebar_position','disabled'),(6660,2726,'_dt_sidebar_widgetarea_id','sidebar_1'),(6661,2726,'_dt_sidebar_hide_on_mobile','0'),(6662,2726,'_dt_footer_show','1'),(6663,2726,'_dt_footer_widgetarea_id','sidebar_2'),(6664,2726,'_dt_footer_hide_on_mobile','0'),(6665,2726,'_dt_header_title','enabled'),(6666,2726,'_dt_header_background','normal'),(6667,2726,'_dt_header_background_below_slideshow','disabled'),(6668,2726,'_dt_header_transparent_bg_color_scheme','light'),(6669,2726,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(6670,2726,'_dt_header_transparent_top_bar_bg_opacity','25'),(6671,2726,'_dt_header_transparent_bg_color','#000000'),(6672,2726,'_dt_header_transparent_bg_opacity','50'),(6673,2726,'_dt_header_disabled_background','normal'),(6674,2726,'_dt_header_disabled_transparent_bg_color_scheme','light'),(6675,2726,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(6676,2726,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(6677,2726,'_dt_header_disabled_transparent_bg_color','#000000'),(6678,2726,'_dt_header_disabled_transparent_bg_opacity','50'),(6679,2726,'_dt_page_overrides_top_margin',''),(6680,2726,'_dt_page_overrides_bottom_margin',''),(6681,2726,'_dt_slideshow_mode','porthole'),(6682,2726,'_dt_slideshow_layout','fullwidth'),(6683,2726,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(6684,2726,'_dt_slideshow_scaling','fill'),(6685,2726,'_dt_slideshow_autoplay','paused'),(6686,2726,'_dt_slideshow_autoslide_interval','5000'),(6687,2726,'_dt_slideshow_hide_captions','0'),(6688,2726,'_dt_slideshow_photo_scroller_layout','fullscreen'),(6689,2726,'_dt_slideshow_photo_scroller_bg_color','#000000'),(6690,2726,'_dt_slideshow_photo_scroller_overlay','1'),(6691,2726,'_dt_slideshow_photo_scroller_top_padding','0'),(6692,2726,'_dt_slideshow_photo_scroller_bottom_padding','0'),(6693,2726,'_dt_slideshow_photo_scroller_side_paddings','0'),(6694,2726,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(6695,2726,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(6696,2726,'_dt_slideshow_photo_scroller_thumbnails_width',''),(6697,2726,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(6698,2726,'_dt_slideshow_photo_scroller_autoplay','play'),(6699,2726,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(6700,2726,'fake_id',''),(6701,2726,'_dt_slideshow_photo_scroller_ls_max_width','100'),(6702,2726,'_dt_slideshow_photo_scroller_ls_min_width','0'),(6703,2726,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(6704,2726,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(6705,2726,'_dt_slideshow_photo_scroller_pt_max_width','100'),(6706,2726,'_dt_slideshow_photo_scroller_pt_min_width','0'),(6707,2726,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(6708,2726,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(6709,2726,'_dt_slideshow_revolution_slider','none'),(6710,2726,'_dt_slideshow_layer_slider','none'),(6711,2726,'_dt_slideshow_layer_show_bg_and_paddings','0'),(6712,2726,'_dt_fancy_header_layout_heading',''),(6713,2726,'_dt_fancy_header_title_aligment','center'),(6714,2726,'_dt_fancy_header_height','300'),(6715,2726,'_dt_fancy_header_padding-top','0px'),(6716,2726,'_dt_fancy_header_padding-bottom','0px'),(6717,2726,'_dt_fancy_header_breadcrumbs_heading',''),(6718,2726,'_dt_fancy_header_breadcrumbs','enabled'),(6719,2726,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(6720,2726,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(6721,2726,'_dt_fancy_header_title_heading',''),(6722,2726,'_dt_fancy_header_title_mode','custom'),(6723,2726,'_dt_fancy_header_title',''),(6724,2726,'_dt_fancy_header_title_font_size','30'),(6725,2726,'_dt_fancy_header_title_line_height','36'),(6726,2726,'_dt_fancy_header_uppercase','0'),(6727,2726,'_dt_fancy_header_title_color_mode','color'),(6728,2726,'_dt_fancy_header_title_color','#ffffff'),(6729,2726,'_dt_fancy_header_subtitle_heading',''),(6730,2726,'_dt_fancy_header_subtitle',''),(6731,2726,'_dt_fancy_header_subtitle_font_size','18'),(6732,2726,'_dt_fancy_header_subtitle_line_height','26'),(6733,2726,'_dt_fancy_header_subtitle_uppercase','0'),(6734,2726,'_dt_fancy_header_subtitle_color_mode','color'),(6735,2726,'_dt_fancy_header_subtitle_color','#ffffff'),(6736,2726,'_dt_fancy_header_bg_heading',''),(6737,2726,'_dt_fancy_header_bg_color','#222222'),(6738,2726,'_dt_fancy_header_bg_image','a:0:{}'),(6739,2726,'_dt_fancy_header_bg_repeat','no-repeat'),(6740,2726,'_dt_fancy_header_bg_position_x','center'),(6741,2726,'_dt_fancy_header_bg_position_y','center'),(6742,2726,'_dt_fancy_header_bg_fullscreen','1'),(6743,2726,'_dt_fancy_header_bg_overlay','0'),(6744,2726,'_dt_fancy_header_overlay_color','#000'),(6745,2726,'_dt_fancy_header_bg_overlay_opacity','50'),(6746,2726,'_dt_fancy_header_scroll_effect','default'),(6747,2726,'_dt_fancy_header_bg_parallax','0.5'),(6748,2726,'_dt_microsite_page_layout','wide'),(6749,2726,'_dt_microsite_page_loading','enabled'),(6750,2726,'_dt_microsite_primary_menu',''),(6751,2726,'_dt_microsite_split_left_menu',''),(6752,2726,'_dt_microsite_split_right_menu',''),(6753,2726,'_dt_microsite_mobile_menu',''),(6754,2726,'_dt_microsite_logo_link',''),(6755,2726,'main_logo_heading',''),(6756,2726,'_dt_microsite_main_logo_type','default'),(6757,2726,'_dt_microsite_main_logo_regular','a:0:{}'),(6758,2726,'_dt_microsite_main_logo_hd','a:0:{}'),(6759,2726,'transparent_logo_heading',''),(6760,2726,'_dt_microsite_transparent_logo_type','default'),(6761,2726,'_dt_microsite_transparent_logo_regular','a:0:{}'),(6762,2726,'_dt_microsite_transparent_logo_hd','a:0:{}'),(6763,2726,'_dt_microsite_mixed_logo_type','default'),(6764,2726,'_dt_microsite_mixed_logo_regular','a:0:{}'),(6765,2726,'_dt_microsite_mixed_logo_hd','a:0:{}'),(6766,2726,'floating_logo_heading',''),(6767,2726,'_dt_microsite_floating_logo_type','default'),(6768,2726,'_dt_microsite_floating_logo_regular','a:0:{}'),(6769,2726,'_dt_microsite_floating_logo_hd','a:0:{}'),(6770,2726,'_dt_microsite_mobile_logo_type','default'),(6771,2726,'_dt_microsite_mobile_logo_regular','a:0:{}'),(6772,2726,'_dt_microsite_mobile_logo_hd','a:0:{}'),(6773,2726,'_dt_microsite_transparent_mobile_logo_type','default'),(6774,2726,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(6775,2726,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(6776,2726,'bottom_logo_heading',''),(6777,2726,'_dt_microsite_bottom_logo_type','default'),(6778,2726,'_dt_microsite_bottom_logo_regular','a:0:{}'),(6779,2726,'_dt_microsite_bottom_logo_hd','a:0:{}'),(6780,2726,'favicon_heading',''),(6781,2726,'_dt_microsite_favicon_type','default'),(6782,2726,'_dt_microsite_favicon','a:0:{}'),(6783,2726,'_dt_project_options_back_button','0'),(6784,2726,'_dt_project_options_show_link','0'),(6785,2726,'_dt_project_options_link',''),(6786,2726,'_dt_project_options_link_name',''),(6787,2726,'_dt_project_options_link_target',''),(6788,2726,'_dt_project_options_hide_thumbnail','0'),(6789,2726,'_dt_project_options_open_thumbnail_in_lightbox','0'),(6790,2726,'_dt_project_options_related_mode','same'),(6791,2726,'_dt_project_options_preview','normal'),(6792,2729,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6793,2729,'_edit_last','1'),(6794,2729,'_edit_lock','1542393727:1'),(6795,2729,'_wp_page_template','default'),(6796,2729,'slide_template','default'),(6797,2729,'_wpb_vc_js_status','true'),(6798,2729,'_dt_sidebar_position','disabled'),(6799,2729,'_dt_sidebar_widgetarea_id','sidebar_1'),(6800,2729,'_dt_sidebar_hide_on_mobile','0'),(6801,2729,'_dt_footer_show','1'),(6802,2729,'_dt_footer_widgetarea_id','sidebar_2'),(6803,2729,'_dt_footer_hide_on_mobile','0'),(6804,2729,'_dt_header_title','disabled'),(6805,2729,'_dt_header_background','normal'),(6806,2729,'_dt_header_background_below_slideshow','disabled'),(6807,2729,'_dt_header_transparent_bg_color_scheme','light'),(6808,2729,'_dt_header_transparent_top_bar_bg_color','#ffffff'),(6809,2729,'_dt_header_transparent_top_bar_bg_opacity','25'),(6810,2729,'_dt_header_transparent_bg_color','#000000'),(6811,2729,'_dt_header_transparent_bg_opacity','50'),(6812,2729,'_dt_header_disabled_background','normal'),(6813,2729,'_dt_header_disabled_transparent_bg_color_scheme','light'),(6814,2729,'_dt_header_disabled_transparent_top_bar_bg_color','#ffffff'),(6815,2729,'_dt_header_disabled_transparent_top_bar_bg_opacity','25'),(6816,2729,'_dt_header_disabled_transparent_bg_color','#000000'),(6817,2729,'_dt_header_disabled_transparent_bg_opacity','50'),(6818,2729,'_dt_page_overrides_top_margin','0'),(6819,2729,'_dt_page_overrides_bottom_margin',''),(6820,2729,'_dt_slideshow_mode','porthole'),(6821,2729,'_dt_slideshow_layout','fullwidth'),(6822,2729,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(6823,2729,'_dt_slideshow_scaling','fill'),(6824,2729,'_dt_slideshow_autoplay','paused'),(6825,2729,'_dt_slideshow_autoslide_interval','5000'),(6826,2729,'_dt_slideshow_hide_captions','0'),(6827,2729,'_dt_slideshow_photo_scroller_layout','fullscreen'),(6828,2729,'_dt_slideshow_photo_scroller_bg_color','#000000'),(6829,2729,'_dt_slideshow_photo_scroller_overlay','1'),(6830,2729,'_dt_slideshow_photo_scroller_top_padding','0'),(6831,2729,'_dt_slideshow_photo_scroller_bottom_padding','0'),(6832,2729,'_dt_slideshow_photo_scroller_side_paddings','0'),(6833,2729,'_dt_slideshow_photo_scroller_inactive_opacity','15'),(6834,2729,'_dt_slideshow_photo_scroller_thumbnails_visibility','show'),(6835,2729,'_dt_slideshow_photo_scroller_thumbnails_width',''),(6836,2729,'_dt_slideshow_photo_scroller_thumbnails_height','85'),(6837,2729,'_dt_slideshow_photo_scroller_autoplay','play'),(6838,2729,'_dt_slideshow_photo_scroller_autoplay_speed','4000'),(6839,2729,'fake_id',''),(6840,2729,'_dt_slideshow_photo_scroller_ls_max_width','100'),(6841,2729,'_dt_slideshow_photo_scroller_ls_min_width','0'),(6842,2729,'_dt_slideshow_photo_scroller_ls_fill_dt','fit'),(6843,2729,'_dt_slideshow_photo_scroller_ls_fill_mob','fit'),(6844,2729,'_dt_slideshow_photo_scroller_pt_max_width','100'),(6845,2729,'_dt_slideshow_photo_scroller_pt_min_width','0'),(6846,2729,'_dt_slideshow_photo_scroller_pt_fill_dt','fit'),(6847,2729,'_dt_slideshow_photo_scroller_pt_fill_mob','fit'),(6848,2729,'_dt_slideshow_revolution_slider','none'),(6849,2729,'_dt_slideshow_layer_slider','none'),(6850,2729,'_dt_slideshow_layer_show_bg_and_paddings','0'),(6851,2729,'_dt_fancy_header_layout_heading',''),(6852,2729,'_dt_fancy_header_title_aligment','center'),(6853,2729,'_dt_fancy_header_height','300'),(6854,2729,'_dt_fancy_header_padding-top','0px'),(6855,2729,'_dt_fancy_header_padding-bottom','0px'),(6856,2729,'_dt_fancy_header_breadcrumbs_heading',''),(6857,2729,'_dt_fancy_header_breadcrumbs','enabled'),(6858,2729,'_dt_fancy_header_breadcrumbs_text_color','#ffffff'),(6859,2729,'_dt_fancy_header_breadcrumbs_bg_color','disabled'),(6860,2729,'_dt_fancy_header_title_heading',''),(6861,2729,'_dt_fancy_header_title_mode','custom'),(6862,2729,'_dt_fancy_header_title',''),(6863,2729,'_dt_fancy_header_title_font_size','30'),(6864,2729,'_dt_fancy_header_title_line_height','36'),(6865,2729,'_dt_fancy_header_uppercase','0'),(6866,2729,'_dt_fancy_header_title_color_mode','color'),(6867,2729,'_dt_fancy_header_title_color','#ffffff'),(6868,2729,'_dt_fancy_header_subtitle_heading',''),(6869,2729,'_dt_fancy_header_subtitle',''),(6870,2729,'_dt_fancy_header_subtitle_font_size','18'),(6871,2729,'_dt_fancy_header_subtitle_line_height','26'),(6872,2729,'_dt_fancy_header_subtitle_uppercase','0'),(6873,2729,'_dt_fancy_header_subtitle_color_mode','color'),(6874,2729,'_dt_fancy_header_subtitle_color','#ffffff'),(6875,2729,'_dt_fancy_header_bg_heading',''),(6876,2729,'_dt_fancy_header_bg_color','#222222'),(6877,2729,'_dt_fancy_header_bg_image','a:0:{}'),(6878,2729,'_dt_fancy_header_bg_repeat','no-repeat'),(6879,2729,'_dt_fancy_header_bg_position_x','center'),(6880,2729,'_dt_fancy_header_bg_position_y','center'),(6881,2729,'_dt_fancy_header_bg_fullscreen','1'),(6882,2729,'_dt_fancy_header_bg_overlay','0'),(6883,2729,'_dt_fancy_header_overlay_color','#000'),(6884,2729,'_dt_fancy_header_bg_overlay_opacity','50'),(6885,2729,'_dt_fancy_header_scroll_effect','default'),(6886,2729,'_dt_fancy_header_bg_parallax','0.5'),(6887,2729,'_dt_content_display','no'),(6888,2729,'_dt_content_position','before_items'),(6889,2729,'_dt_blog_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(6890,2729,'_dt_blog_options_layout','masonry'),(6891,2729,'_dt_blog_options_item_padding','20'),(6892,2729,'_dt_blog_options_target_width','370'),(6893,2729,'_dt_blog_options_columns_number','3'),(6894,2729,'_dt_blog_options_full_width','0'),(6895,2729,'_dt_blog_options_posts_same_width','0'),(6896,2729,'_dt_blog_options_bg_under_masonry_posts','disabled'),(6897,2729,'_dt_blog_options_post_content_alignment','left'),(6898,2729,'_dt_blog_options_list_layout','list'),(6899,2729,'_dt_blog_options_bg_under_list_posts','1'),(6900,2729,'_dt_blog_options_enable_fancy_date','1'),(6901,2729,'_dt_blog_options_image_layout','original'),(6902,2729,'_dt_blog_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(6903,2729,'_dt_blog_options_thumb_width',''),(6904,2729,'_dt_blog_options_ppp',''),(6905,2729,'_dt_blog_options_load_style','ajax_pagination'),(6906,2729,'_dt_blog_options_load_effect','fade_in'),(6907,2729,'_dt_blog_options_show_all_pages','0'),(6908,2729,'_dt_blog_options_show_exerpts','1'),(6909,2729,'_dt_blog_options_show_details','1'),(6910,2729,'_dt_blog_options_show_filter','0'),(6911,2729,'_dt_blog_options_show_orderby','0'),(6912,2729,'_dt_blog_options_show_order','0'),(6913,2729,'_dt_blog_options_show_categories_in_post_meta','1'),(6914,2729,'_dt_blog_options_show_date_in_post_meta','1'),(6915,2729,'_dt_blog_options_show_author_in_post_meta','1'),(6916,2729,'_dt_blog_options_show_comments_in_post_meta','1'),(6917,2729,'_dt_blog_options_order','DESC'),(6918,2729,'_dt_blog_options_orderby','date'),(6919,2729,'_dt_microsite_page_layout','wide'),(6920,2729,'_dt_microsite_page_loading','enabled'),(6921,2729,'_dt_microsite_primary_menu',''),(6922,2729,'_dt_microsite_split_left_menu',''),(6923,2729,'_dt_microsite_split_right_menu',''),(6924,2729,'_dt_microsite_mobile_menu',''),(6925,2729,'_dt_microsite_logo_link',''),(6926,2729,'main_logo_heading',''),(6927,2729,'_dt_microsite_main_logo_type','default'),(6928,2729,'_dt_microsite_main_logo_regular','a:0:{}'),(6929,2729,'_dt_microsite_main_logo_hd','a:0:{}'),(6930,2729,'transparent_logo_heading',''),(6931,2729,'_dt_microsite_transparent_logo_type','default'),(6932,2729,'_dt_microsite_transparent_logo_regular','a:0:{}'),(6933,2729,'_dt_microsite_transparent_logo_hd','a:0:{}'),(6934,2729,'_dt_microsite_mixed_logo_type','default'),(6935,2729,'_dt_microsite_mixed_logo_regular','a:0:{}'),(6936,2729,'_dt_microsite_mixed_logo_hd','a:0:{}'),(6937,2729,'floating_logo_heading',''),(6938,2729,'_dt_microsite_floating_logo_type','default'),(6939,2729,'_dt_microsite_floating_logo_regular','a:0:{}'),(6940,2729,'_dt_microsite_floating_logo_hd','a:0:{}'),(6941,2729,'_dt_microsite_mobile_logo_type','default'),(6942,2729,'_dt_microsite_mobile_logo_regular','a:0:{}'),(6943,2729,'_dt_microsite_mobile_logo_hd','a:0:{}'),(6944,2729,'_dt_microsite_transparent_mobile_logo_type','default'),(6945,2729,'_dt_microsite_transparent_mobile_logo_regular','a:0:{}'),(6946,2729,'_dt_microsite_transparent_mobile_logo_hd','a:0:{}'),(6947,2729,'bottom_logo_heading',''),(6948,2729,'_dt_microsite_bottom_logo_type','default'),(6949,2729,'_dt_microsite_bottom_logo_regular','a:0:{}'),(6950,2729,'_dt_microsite_bottom_logo_hd','a:0:{}'),(6951,2729,'favicon_heading',''),(6952,2729,'_dt_microsite_favicon_type','default'),(6953,2729,'_dt_microsite_favicon','a:0:{}'),(6954,2729,'_dt_portfolio_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(6955,2729,'_dt_portfolio_options_list_layout','list'),(6956,2729,'_dt_portfolio_options_bg_under_list_posts','1'),(6957,2729,'_dt_portfolio_options_list_hover_bg_color','theme'),(6958,2729,'_dt_portfolio_options_masonry_layout','masonry'),(6959,2729,'_dt_portfolio_options_item_padding','20'),(6960,2729,'_dt_portfolio_options_target_height','250'),(6961,2729,'_dt_portfolio_options_target_width','370'),(6962,2729,'_dt_portfolio_options_columns_number','3'),(6963,2729,'_dt_portfolio_options_full_width','0'),(6964,2729,'_dt_portfolio_options_description','under_image'),(6965,2729,'_dt_portfolio_options_hover_animation','fade'),(6966,2729,'_dt_portfolio_options_hover_bg_color','theme'),(6967,2729,'_dt_portfolio_options_bg_under_masonry_posts','disabled'),(6968,2729,'_dt_portfolio_options_hover_content_visibility','on_hoover'),(6969,2729,'_dt_portfolio_options_post_content_alignment','left'),(6970,2729,'_dt_portfolio_options_bg_post_content_alignment','center'),(6971,2729,'_dt_portfolio_options_lines_animation_effect','1'),(6972,2729,'_dt_portfolio_options_title_visibility','on_hoover'),(6973,2729,'_dt_portfolio_options_jgrid_description','on_hoover_centered'),(6974,2729,'_dt_portfolio_options_jgrid_hover_animation','fade'),(6975,2729,'_dt_portfolio_options_jgrid_hover_bg_color','theme'),(6976,2729,'_dt_portfolio_options_jgrid_hover_content_visibility','on_hoover'),(6977,2729,'_dt_portfolio_options_jgrid_bg_post_content_alignment','center'),(6978,2729,'_dt_portfolio_options_jgrid_post_content_alignment','left'),(6979,2729,'_dt_portfolio_options_jgrid_lines_animation_effect','1'),(6980,2729,'_dt_portfolio_options_jgrid_title_visibility','on_hoover'),(6981,2729,'_dt_portfolio_options_posts_same_width','0'),(6982,2729,'_dt_portfolio_options_hide_last_row','0'),(6983,2729,'_dt_portfolio_options_image_layout','original'),(6984,2729,'_dt_portfolio_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(6985,2729,'_dt_portfolio_options_thumb_width',''),(6986,2729,'_dt_portfolio_options_ppp',''),(6987,2729,'_dt_portfolio_options_load_style','ajax_pagination'),(6988,2729,'_dt_portfolio_options_load_effect','fade_in'),(6989,2729,'_dt_portfolio_options_show_titles','1'),(6990,2729,'_dt_portfolio_options_show_exerpts','1'),(6991,2729,'_dt_portfolio_options_show_categories_in_post_meta','1'),(6992,2729,'_dt_portfolio_options_show_date_in_post_meta','1'),(6993,2729,'_dt_portfolio_options_show_author_in_post_meta','1'),(6994,2729,'_dt_portfolio_options_show_comments_in_post_meta','1'),(6995,2729,'_dt_portfolio_options_show_details','1'),(6996,2729,'_dt_portfolio_options_show_links','1'),(6997,2729,'_dt_portfolio_options_show_zoom','1'),(6998,2729,'_dt_portfolio_options_show_details_buttons','1'),(6999,2729,'_dt_portfolio_options_show_filter','1'),(7000,2729,'_dt_portfolio_options_show_orderby','1'),(7001,2729,'_dt_portfolio_options_show_order','1'),(7002,2729,'_dt_portfolio_options_show_all_pages','0'),(7003,2729,'_dt_portfolio_options_order','DESC'),(7004,2729,'_dt_portfolio_options_orderby','date'),(7005,2729,'_dt_albums_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(7006,2729,'_dt_albums_options_layout','masonry'),(7007,2729,'_dt_albums_options_item_padding','20'),(7008,2729,'_dt_albums_options_target_height','250'),(7009,2729,'_dt_albums_options_target_width','370'),(7010,2729,'_dt_albums_options_columns_number','3'),(7011,2729,'_dt_albums_options_full_width','0'),(7012,2729,'_dt_albums_options_description','under_image'),(7013,2729,'_dt_albums_options_hover_animation','fade'),(7014,2729,'_dt_albums_options_hover_bg_color','theme'),(7015,2729,'_dt_albums_options_bg_under_masonry_posts','disabled'),(7016,2729,'_dt_albums_options_hover_content_visibility','on_hoover'),(7017,2729,'_dt_albums_options_post_content_alignment','left'),(7018,2729,'_dt_albums_options_bg_post_content_alignment','center'),(7019,2729,'_dt_albums_options_lines_animation_effect','1'),(7020,2729,'_dt_albums_options_title_visibility','on_hoover'),(7021,2729,'_dt_albums_options_posts_same_width','0'),(7022,2729,'_dt_albums_options_hide_last_row','0'),(7023,2729,'_dt_albums_options_jgrid_description','on_hoover_centered'),(7024,2729,'_dt_albums_options_jgrid_hover_animation','fade'),(7025,2729,'_dt_albums_options_jgrid_hover_bg_color','theme'),(7026,2729,'_dt_albums_options_jgrid_hover_content_visibility','on_hoover'),(7027,2729,'_dt_albums_options_jgrid_bg_post_content_alignment','center'),(7028,2729,'_dt_albums_options_jgrid_post_content_alignment','left'),(7029,2729,'_dt_albums_options_jgrid_lines_animation_effect','1'),(7030,2729,'_dt_albums_options_jgrid_title_visibility','on_hoover'),(7031,2729,'_dt_albums_options_image_layout','original'),(7032,2729,'_dt_albums_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(7033,2729,'_dt_albums_options_ppp',''),(7034,2729,'_dt_albums_options_load_style','ajax_pagination'),(7035,2729,'_dt_albums_options_load_effect','fade_in'),(7036,2729,'_dt_albums_options_show_titles','1'),(7037,2729,'_dt_albums_options_show_exerpts','1'),(7038,2729,'_dt_albums_options_show_round_miniatures','1'),(7039,2729,'_dt_albums_options_show_categories_in_post_meta','1'),(7040,2729,'_dt_albums_options_show_date_in_post_meta','1'),(7041,2729,'_dt_albums_options_show_author_in_post_meta','1'),(7042,2729,'_dt_albums_options_show_comments_in_post_meta','1'),(7043,2729,'_dt_albums_options_show_numbers_in_post_meta','1'),(7044,2729,'_dt_albums_options_show_filter','1'),(7045,2729,'_dt_albums_options_show_orderby','1'),(7046,2729,'_dt_albums_options_show_order','1'),(7047,2729,'_dt_albums_options_show_all_pages','0'),(7048,2729,'_dt_albums_options_order','DESC'),(7049,2729,'_dt_albums_options_orderby','date'),(7050,2729,'_dt_albums_media_display','a:2:{s:4:\"type\";s:6:\"albums\";s:6:\"select\";s:3:\"all\";}'),(7051,2729,'_dt_media_options_layout','masonry'),(7052,2729,'_dt_media_options_item_padding','20'),(7053,2729,'_dt_media_options_target_height','250'),(7054,2729,'_dt_media_options_target_width','370'),(7055,2729,'_dt_media_options_columns_number','3'),(7056,2729,'_dt_media_options_full_width','0'),(7057,2729,'_dt_media_options_hide_last_row','0'),(7058,2729,'_dt_media_options_image_layout','original'),(7059,2729,'_dt_media_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(7060,2729,'_dt_media_options_ppp',''),(7061,2729,'_dt_media_options_load_style','ajax_pagination'),(7062,2729,'_dt_media_options_load_effect','fade_in'),(7063,2729,'_dt_media_options_show_titles','1'),(7064,2729,'_dt_media_options_show_exerpts','1'),(7065,2729,'_dt_media_options_show_all_pages','0'),(7066,2729,'_dt_media_options_order','DESC'),(7067,2729,'_dt_media_options_orderby','date'),(7068,2729,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(7069,2729,'_dt_team_options_masonry_layout','masonry'),(7070,2729,'_dt_team_options_item_padding','20'),(7071,2729,'_dt_team_options_target_width','370'),(7072,2729,'_dt_team_options_columns_number','3'),(7073,2729,'_dt_team_options_full_width','0'),(7074,2729,'_dt_team_options_bg_under_posts','1'),(7075,2729,'_dt_team_options_image_layout','original'),(7076,2729,'_dt_team_options_thumb_proportions','a:2:{s:5:\"width\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}'),(7077,2729,'_dt_team_options_round_images','0'),(7078,2729,'_dt_team_options_show_exerpts','1'),(7079,2729,'_dt_team_options_ppp',''),(7080,2729,'_dt_team_options_order','DESC'),(7081,2729,'_dt_team_options_orderby','date'),(7082,2729,'_dt_testimonials_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(7083,2729,'_dt_testimonials_options_masonry_layout','masonry'),(7084,2729,'_dt_testimonials_options_item_padding','20'),(7085,2729,'_dt_testimonials_options_target_width','370'),(7086,2729,'_dt_testimonials_options_columns_number','3'),(7087,2729,'_dt_testimonials_options_full_width','0'),(7088,2729,'_dt_testimonials_options_ppp',''),(7089,2729,'_dt_testimonials_options_load_style','ajax_pagination'),(7090,2729,'_dt_testimonials_options_load_effect','fade_in'),(7091,2729,'the7_shortcodes_inline_css','.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.dividers-on.classic-layout-list article {\n margin-top: ;\n padding-top: 0;\n border-color: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.dividers-on.classic-layout-list article:first-of-type {\n margin-top: 0;\n padding-top: 0;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.classic-layout-list.mode-list .post-thumbnail-wrap {\n width: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.classic-layout-list.mode-list .post-entry-content {\n width: calc(100% - );\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.classic-layout-list.mode-list .no-img .post-entry-content {\n width: 100%;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.bottom-overlap-layout-list .post-entry-content {\n margin-top: -100px;\n width: 75%;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.bottom-overlap-layout-list:not(.mode-list) .no-img .post-entry-content {\n margin-top: 0;\n width: 100%;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.bottom-overlap-layout-list.mode-list .no-img .post-entry-content {\n margin-top: 0;\n}\n#page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-bg-on.gradient-overlap-layout-list .post-entry-content {\n background: linear-gradient(to bottom,,) no-repeat 0px 150px;\n}\n#page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content {\n background: ;\n padding: 30px 30px 30px 30px;\n}\n#page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content:before {\n display: none;\n}\n#page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.gradient-overlay-layout-list .post-entry-content {\n background: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.gradient-overlay-layout-list:not(.portfolio-shortcode) .post-entry-content {\n top: 20px;\n right: 20px;\n bottom: 20px;\n left: 20px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.gradient-overlay-layout-list .post-head-wrapper,\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.gradient-overlay-layout-list .post-entry-wrapper {\n right: 30px;\n left: 30px;\n}\n#page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-rollover-layout-list .post-entry-content {\n background: none;\n padding: 0;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-rollover-layout-list .post-entry-wrapper {\n padding: 25px 30px 30px 30px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-rollover-layout-list .post-entry-wrapper {\n bottom: -15px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-rollover-layout-list.meta-info-off .post-entry-wrapper {\n bottom: -5px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-rollover-layout-list article:not(.description-off) .post-entry-wrapper {\n bottom: -20px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-rollover-layout-list:not(.disable-layout-hover) article:hover .post-entry-wrapper {\n bottom: 0;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .filter a,\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .filter a * {\n color: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .paginator a,\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .paginator a * {\n color: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .filter-bg-decoration .filter-categories a.act {\n color: #fff;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.mode-masonry) article {\n margin-top: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.mode-masonry) article:first-of-type,\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.mode-masonry) article.visible.first {\n margin-top: 0;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.dividers-on:not(.mode-masonry) article {\n margin-top: 0;\n padding-top: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.dividers-on:not(.mode-masonry) article:first-of-type,\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.dividers-on:not(.mode-masonry) article.visible.first {\n margin-top: 0;\n padding-top: 0;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.gradient-overlay-layout-list article {\n border-radius: 0px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-thumbnail-wrap {\n padding: 0px 0px 0px 0px;\n border-radius: 0px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.gradient-overlay-layout-list) .post-thumbnail {\n box-shadow: \"\";\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.gradient-overlay-layout-list article {\n box-shadow: \"\";\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-thumbnail-wrap *,\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-thumbnail-rollover:after {\n border-radius: 0px;\n}\n.bottom-overlap-layout-list.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container {\n height: calc(100% - 100px);\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a {\n width: 44px;\n height: 44px;\n line-height: 44px;\n border-radius: 100px;\n margin: 10px 5px 10px;\n}\n.content-rollover-layout-list:not(.content-align-center).portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a,\n.gradient-overlay-layout-list:not(.content-align-center).portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a {\n margin: 10px 10px 10px 0;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a:before,\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a:after {\n border-width: 0px;\n}\n.dt-icon-bg-on.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a:before {\n background: rgba(255,255,255,0.3);\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.dt-icon-hover-bg-on.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a:after {\n background: rgba(255,255,255,0.5);\n -webkit-box-shadow: none;\n box-shadow: none;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a > span:before {\n font-size: 16px;\n line-height: 44px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a:not(:hover) > span {\n color: #ffffff;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-links-container a:hover > span {\n color: #ffffff;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .entry-title,\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.owl-carousel .entry-title {\n margin-bottom: 5px;\n font-style: ;\n font-weight: bold;\n text-transform: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .entry-meta {\n margin-bottom: 15px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .entry-meta * {\n font-style: ;\n font-weight: ;\n text-transform: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .portfolio-categories {\n margin-bottom: 15px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .entry-excerpt {\n margin-bottom: 5px;\n font-style: ;\n font-weight: ;\n text-transform: ;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.centered-layout-list) .post-entry-content {\n padding: 25px 30px 30px 30px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.centered-layout-list):not(.content-bg-on):not(.mode-list) .no-img .post-entry-content {\n padding: 0;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.gradient-overlay-layout-list .post-entry-content {\n border-radius: 0px;\n}\n@media screen and (max-width: ) {\n .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 article {\n -webkit-flex-flow: column nowrap;\n -moz-flex-flow: column nowrap;\n -ms-flex-flow: column nowrap;\n flex-flow: column nowrap;\n margin-top: 20px;\n }\n .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.dividers-on article {\n border: none;\n }\n .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.content-bg-on.centered-layout-list article {\n padding: 0;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-thumbnail-wrap,\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-entry-content {\n width: 100%;\n margin: 0;\n top: 0;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-thumbnail-wrap {\n padding: 0;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-entry-content:after {\n display: none;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .project-even .post-thumbnail-wrap,\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.centered-layout-list .post-thumbnail-wrap {\n -webkit-order: 0;\n -moz-order: 0;\n -ms-flex-order: 0;\n order: 0;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.centered-layout-list .post-entry-title-content {\n -webkit-order: 1;\n -moz-order: 1;\n -ms-flex-order: 1;\n order: 1;\n width: 100%;\n padding: 20px 20px 0;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.centered-layout-list .post-entry-content {\n -webkit-order: 2;\n -moz-order: 2;\n -ms-flex-order: 2;\n order: 2;\n padding-top: 0;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-entry-content {\n padding: 20px;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .entry-title {\n margin: 3px 0 5px;\n font-size: 20px;\n line-height: 26px;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .entry-meta {\n margin: 5px 0 5px;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .entry-excerpt {\n margin: 15px 0 0;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-details {\n margin: 5px 0 10px;\n }\n #page .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34 .post-details.details-type-link {\n margin-bottom: 2px;\n }\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.resize-by-browser-width) .dt-css-grid {\n grid-row-gap: 30px;\n grid-column-gap: 30px;\n grid-template-columns: repeat(auto-fill,minmax(,1fr));\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.resize-by-browser-width) .dt-css-grid .double-width {\n grid-column: span 2;\n}\n.cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.resize-by-browser-width) .dt-css-grid,\n.no-cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.resize-by-browser-width) .dt-css-grid {\n display: flex;\n flex-flow: row wrap;\n margin: -15px;\n}\n.cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.resize-by-browser-width) .dt-css-grid .wf-cell,\n.no-cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34:not(.resize-by-browser-width) .dt-css-grid .wf-cell {\n flex: 1 0 ;\n min-width: ;\n max-width: 100%;\n padding: 15px;\n box-sizing: border-box;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(3,1fr);\n grid-template-rows: auto;\n grid-column-gap: 30px;\n grid-row-gap: 30px;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .double-width {\n grid-column: span 2;\n}\n.cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid {\n margin: -15px;\n}\n.cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 33.333333333333%;\n padding: 15px;\n}\n.cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(33.333333333333%) * 2;\n}\n.portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width:not(.centered-layout-list):not(.content-bg-on) .dt-css-grid {\n grid-row-gap: 0px;\n}\n@media screen and (max-width: 1199px) {\n .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(3,1fr);\n }\n .cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 33.333333333333%;\n }\n .cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(33.333333333333%)*2;\n }\n}\n@media screen and (max-width: 991px) {\n .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(2,1fr);\n }\n .cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 50%;\n }\n .cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(50%)*2;\n }\n}\n@media screen and (max-width: 767px) {\n .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid {\n grid-template-columns: repeat(1,1fr);\n }\n .cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell,\n .no-cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell {\n width: 100%;\n }\n .cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell.double-width,\n .no-cssgridlegacy.no-cssgrid .portfolio-shortcode.portfolio-masonry-shortcode-id-2f059a659f81e63604237bc768160c34.resize-by-browser-width .dt-css-grid .wf-cell.double-width {\n width: calc(100%)*2;\n }\n}\n'),(7092,2729,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(7093,2729,'dpsp_networks_shares_total','0'),(7094,2729,'dpsp_networks_shares_last_updated','1542390348'),(7105,2726,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(7106,2726,'dpsp_networks_shares_total','0'),(7107,2726,'dpsp_networks_shares_last_updated','1542401174'),(7108,2729,'_wp_trash_meta_status','publish'),(7109,2729,'_wp_trash_meta_time','1542395959'),(7110,2729,'_wp_desired_post_slug','clients'),(7111,2743,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7112,2743,'_menu_item_type','custom'),(7113,2743,'_menu_item_menu_item_parent','0'),(7114,2743,'_menu_item_object_id','2743'),(7115,2743,'_menu_item_object','custom'),(7116,2743,'_menu_item_target',''),(7117,2743,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7118,2743,'_menu_item_xfn',''),(7119,2743,'_menu_item_url','http://trackspr.flywheelsites.com/#clients'),(7121,150,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(7122,150,'dpsp_networks_shares_total','0'),(7123,150,'dpsp_networks_shares_last_updated','1542397213'),(7124,150,'_pingme','1'),(7125,150,'_encloseme','1'),(7126,191,'_pingme','1'),(7127,191,'_encloseme','1'),(7128,144,'_pingme','1'),(7129,144,'_encloseme','1'),(7130,129,'_pingme','1'),(7131,129,'_encloseme','1'),(7132,156,'_pingme','1'),(7133,156,'_encloseme','1'),(7134,144,'dpsp_networks_shares','a:1:{s:9:\"pinterest\";i:0;}'),(7135,144,'dpsp_networks_shares_total','0'),(7136,144,'dpsp_networks_shares_last_updated','1542397472'),(7137,2751,'_wp_attached_file','2018/11/omar-lopez-296937-unsplash.jpg'),(7138,2751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:38:\"2018/11/omar-lopez-296937-unsplash.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"omar-lopez-296937-unsplash-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:38:\"omar-lopez-296937-unsplash-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:38:\"omar-lopez-296937-unsplash-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:39:\"omar-lopez-296937-unsplash-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:{}}}'),(7139,2183,'the7_shortcodes_inline_css','#default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) {\n background: #25a785 !important;\n color: #ffffff;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) * {\n color: #ffffff;\n}\n.btn-3d #default-btn-fbe21523eb16dd60a80ed60ff3861e37:not(:hover) {\n border-bottom-color: #286756;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover {\n background: #219e7c !important;\n color: #ffffff;\n}\n#default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover * {\n color: #ffffff;\n}\n.btn-3d #default-btn-fbe21523eb16dd60a80ed60ff3861e37:hover {\n border-bottom-color: #235e4e;\n}\n'),(7140,2754,'_wp_attached_file','2018/11/vinicius-amano-637265-unsplash.jpg'),(7141,2754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4158;s:6:\"height\";i:2772;s:4:\"file\";s:42:\"2018/11/vinicius-amano-637265-unsplash.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"vinicius-amano-637265-unsplash-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:42:\"vinicius-amano-637265-unsplash-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:42:\"vinicius-amano-637265-unsplash-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:43:\"vinicius-amano-637265-unsplash-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:{}}}'),(7142,2758,'_wp_attached_file','2018/07/ARTS-600x400.png'),(7143,2758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2018/07/ARTS-600x400.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ARTS-600x400-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:24:\"ARTS-600x400-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:{}}}'),(7144,2759,'_wp_attached_file','2018/07/YWCA_LOGO_RGB_sm-1024x631.png'),(7145,2759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:631;s:4:\"file\";s:37:\"2018/07/YWCA_LOGO_RGB_sm-1024x631.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"YWCA_LOGO_RGB_sm-1024x631-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:37:\"YWCA_LOGO_RGB_sm-1024x631-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"YWCA_LOGO_RGB_sm-1024x631-768x473.png\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"YWCA_LOGO_RGB_sm-1024x631-1024x631.png\";s:5:\"width\";i:1024;s:6:\"height\";i:631;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:{}}}'),(7146,2586,'_wp_old_slug','project-name-client-2'),(7147,2761,'_wp_attached_file','2018/07/YrqhJ5GR_400x400.png'),(7148,2761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2018/07/YrqhJ5GR_400x400.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"YrqhJ5GR_400x400-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:28:\"YrqhJ5GR_400x400-300x300.png\";s:5:\"width\";i:300;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:{}}}'),(7149,2588,'_wp_old_slug','project-name-client-3'),(7150,2726,'_wp_trash_meta_status','publish'),(7151,2726,'_wp_trash_meta_time','1542401450'),(7152,2726,'_wp_desired_post_slug','project-5'),(7153,2591,'_wp_trash_meta_status','publish'),(7154,2591,'_wp_trash_meta_time','1542401455'),(7155,2591,'_wp_desired_post_slug','project-name-client-4'); /*!40000 ALTER TABLE `wp_qkl48evxg3_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_posts` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=2764 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_posts` -- LOCK TABLES `wp_qkl48evxg3_posts` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_posts` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_posts` VALUES (1,1,'2018-06-19 22:08:51','2018-06-19 22:08:51','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','trash','open','open','','hello-world__trashed','','','2018-07-27 21:18:53','2018-07-27 21:18:53','',0,'http://trackspr.flywheelsites.com/?p=1',0,'post','',1),(2,1,'2018-06-19 22:08:51','2018-06-19 22:08:51','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:\n\n
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.)
\n\n...or something like this:\n\n
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.
\n\nAs a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!','Sample Page','','trash','closed','open','','sample-page__trashed','','','2018-07-13 21:09:31','2018-07-13 21:09:31','',0,'http://trackspr.flywheelsites.com/?page_id=2',0,'page','',0),(3,1,'2018-06-19 22:08:51','2018-06-19 22:08:51','

Who we are

\r\nOur website address is: http://trackspr.flywheelsites.com.\r\n

What personal data we collect and why we collect it

\r\n

Comments

\r\nWhen 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.\r\n\r\nAn 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.\r\n

Media

\r\nIf 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.\r\n

Contact forms

\r\n

Cookies

\r\nIf 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.\r\n\r\nIf 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.\r\n\r\nWhen 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.\r\n\r\nIf 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.\r\n

Embedded content from other websites

\r\nArticles 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.\r\n\r\nThese websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracing your interaction with the embedded content if you have an account and are logged in to that website.\r\n

Analytics

\r\n

Who we share your data with

\r\n

How long we retain your data

\r\nIf 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.\r\n\r\nFor 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.\r\n

What rights you have over your data

\r\nIf 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.\r\n

Where we send your data

\r\nVisitor comments may be checked through an automated spam detection service.\r\n

Your contact information

\r\n

Additional information

\r\n

How we protect your data

\r\n

What data breach procedures we have in place

\r\n

What third parties we receive data from

\r\n

What automated decision making and/or profiling we do with user data

\r\n

Industry regulatory disclosure requirements

','Privacy Policy','','publish','closed','open','','privacy-policy','','','2018-07-27 22:59:54','2018-07-27 22:59:54','',0,'http://trackspr.flywheelsites.com/?page_id=3',0,'page','',0),(4,1,'2018-06-29 17:54:53','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-06-29 17:54:53','0000-00-00 00:00:00','',0,'http://trackspr.flywheelsites.com/?p=4',0,'post','',0),(5,1,'2018-06-29 18:11:33','2018-06-29 18:11:33','http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/dt-the7_v.6.6.3.zip','dt-the7_v.6.6.3.zip','','private','open','closed','','dt-the7_v-6-6-3-zip','','','2018-06-29 18:11:33','2018-06-29 18:11:33','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/dt-the7_v.6.6.3.zip',0,'attachment','',0),(6,1,'2018-06-29 18:14:00','2018-06-29 18:14:00','http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/dt-the7-child.zip','dt-the7-child.zip','','private','open','closed','','dt-the7-child-zip','','','2018-06-29 18:14:00','2018-06-29 18:14:00','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/dt-the7-child.zip',0,'attachment','',0),(7,1,'2018-06-29 18:15:56','2018-06-29 18:15:56','http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/themeforest-5556590-the7-responsive-multipurpose-wordpress-theme-4.zip','themeforest-5556590-the7-responsive-multipurpose-wordpress-theme (4).zip','','private','open','closed','','themeforest-5556590-the7-responsive-multipurpose-wordpress-theme-4-zip','','','2018-06-29 18:15:56','2018-06-29 18:15:56','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/themeforest-5556590-the7-responsive-multipurpose-wordpress-theme-4.zip',0,'attachment','',0),(9,1,'2014-03-18 10:03:56','2014-03-18 10:03:56','[vc_row full_width=\"stretch_row_content_no_spaces\" bg_type=\"bg_color\" bg_override=\"ex-full\" type=\"vc_default\" bg_color_value=\"#f3f4f4\"][vc_column][dt_photos_masonry number=\"\" type=\"grid\" padding=\"3\" proportion=\"1:1\" responsiveness=\"browser_width_based\" columns_on_desk=\"6\" columns_on_htabs=\"4\" columns_on_mobile=\"2\"][/vc_column][/vc_row]','Gallery','','trash','closed','closed','','gallery__trashed','','','2018-07-13 21:11:34','2018-07-13 21:11:34','',0,'http://the7.dream-demo.com/business/?page_id=9',40,'page','',0),(11,1,'2014-03-18 10:04:12','2014-03-18 10:04:12','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2680|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/climate-kic-350836.jpg|caption^null|alt^null|title^climate-kic-350836|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.51)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

Contact

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMzNTYuOTI3OTIxMTI3MzY2NSUyMTJkLTExNy4xNDI3Nzc2ODQ5NjUxJTIxM2QzMi43MTQ1NDI5ODA5OTA4NCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDgwZGVhYTQ3ODFhMTZlOWQlMjUzQTB4ZWM3NGE4NGVjODkzODY2NyUyMTJzTWl4dGUlMkJDb21tdW5pY2F0aW9ucyUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNTM2OTU1ODk4NTE0JTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_empty_space][vc_column_text css=\".vc_custom_1536960990675{padding-bottom: 20px !important;}\"]\r\n

CONTACT INFORMATION

\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2018-11-16 19:01:41','2018-11-16 19:01:41','',0,'http://the7.dream-demo.com/business/?page_id=11',60,'page','',0),(46,1,'2014-03-18 10:54:00','2014-03-18 10:54:00','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2676|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/hust-wilson-380876-unsplash.jpg|caption^null|alt^null|title^hust-wilson-380876-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.55)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

News

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80\"][dt_blog_masonry mode=\"grid\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:3|h_tablet:3|v_tablet:2|phone:1\" loading_mode=\"js_more\" jsm_posts_per_page=\"9\" custom_title_color=\"#686868\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" excerpt_words_limit=\"30\" fancy_categories=\"y\" fancy_categories_font_color=\"#ffffff\" fancy_categories_bg_color=\"#25a785\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','News','','publish','closed','closed','','news','','','2018-11-16 18:10:13','2018-11-16 18:10:13','',0,'http://the7.dream-demo.com/business/?page_id=46',58,'page','',0),(60,1,'2014-03-18 11:16:53','2014-03-18 11:16:53','Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc vehicula lacinia. Proin autem vel eum iure repreh enderit qui adipiscing porta tellus, ut feugiat nibh adipiscing metus sit amet.','Richard Anderson','','trash','closed','closed','','richard-anderson__trashed','','','2014-03-18 11:16:53','2014-03-18 11:16:53','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=60',0,'dt_testimonials','',0),(71,1,'2014-03-18 11:11:32','2014-03-18 11:11:32','In eu justo a felis faucibus ornare vel id metus. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt tincidunt. Sed et nibhbus pellentesque facilisis.','Tiffany Firebird','','trash','closed','closed','','tiffany-firebird__trashed','','','2014-03-18 11:11:32','2014-03-18 11:11:32','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=71',0,'dt_testimonials','',0),(72,1,'2014-03-18 11:12:54','2014-03-18 11:12:54','Phasellus et nisl tellus. Etiam facilisis eu nisi scelerisque faucibus. Proin semper suscipit magna, nec imperdiet lacus semper vitae. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt!','James Richardson','','trash','closed','closed','','james-richardson__trashed','','','2014-03-18 11:12:54','2014-03-18 11:12:54','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=72',0,'dt_testimonials','',0),(73,1,'2014-03-18 11:14:16','2014-03-18 11:14:16','Perspiciatis faucibus purus unde om iste mattis nulla eleifend magna natus sit! Proin adipiscing porta tellus, ut feugiat nibh adipiscing metus sit amet. In eu justo a felis faucibus ornare vel id metus. Thanx!','Nicolas Blackriver','','trash','closed','closed','','nicolas-blackriver__trashed','','','2014-03-18 11:14:16','2014-03-18 11:14:16','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=73',0,'dt_testimonials','',0),(74,1,'2014-03-18 11:03:08','2014-03-18 11:03:08','Curabitur pellentesque neque eget diam posuere porta glavrida lorem dolor ut nulla at nunc. Lorem ipsum dolor! Thank you very much!','Jennifer Greenfield','','trash','closed','closed','','jennifer-greenfield__trashed','','','2014-03-18 11:03:08','2014-03-18 11:03:08','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=74',0,'dt_testimonials','',0),(129,1,'2018-06-07 13:42:17','2018-06-07 13:42:17','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis a, tincidunt lacus. Vestibulum malesuada porta laoreet. Sed gravida risus id elementum iaculis. Fusce fringilla commodo neque, vel venenatis lacus pretium eget. Nunc at magna aliquet, rhoncus leo vitae, viverra massa. Interdum et malesuada fames ac ante ipsum primis in faucibus. Praesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.\r\n\r\nDonec dictum auctor congue. Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo. Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\r\n\r\nProin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\r\n\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\r\n\r\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris. Ut porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column][/vc_row]','Lorem Ipsum Dolor Con 2018','Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. ','publish','closed','open','','lorem-ipsum-dolor-con-2018','','','2018-11-16 19:42:44','2018-11-16 19:42:44','',0,'http://the7.dream-demo.com/business/?p=129',0,'post','',0),(144,1,'2018-03-28 13:43:59','2018-03-28 13:43:59','[vc_row type=\"vc_default\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis a, tincidunt lacus. Vestibulum malesuada porta laoreet. Sed gravida risus id elementum iaculis. Fusce fringilla commodo neque, vel venenatis lacus pretium eget. Nunc at magna aliquet, rhoncus leo vitae, viverra massa. Interdum et malesuada fames ac ante ipsum primis in faucibus. Praesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.\r\n\r\nDonec dictum auctor congue. Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo. Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\r\n\r\nProin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\r\n\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\r\n\r\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris. Ut porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column][/vc_row]','2nd International Conference on Lorem Ipsum Dolor Glavrida','Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida!','publish','closed','open','','2nd-international-conference-on-lorem-ipsum-dolor-glavrida','','','2018-11-16 19:42:19','2018-11-16 19:42:19','',0,'http://the7.dream-demo.com/business/?p=144',0,'post','',0),(150,1,'2017-01-18 13:27:23','2017-01-18 13:27:23','[vc_row][vc_column][vc_column_text]Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\r\n\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\r\n\r\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris.\r\n\r\nUt porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][dt_default_button link=\"url:https%3A%2F%2Fwww.businesseurope.eu%2Fevents%2Fdigital-transformation-public-procurement||target:%20_blank|rel:nofollow\" css=\".vc_custom_1529677454750{margin-top: 30px !important;}\"]View Details[/dt_default_button][/vc_column][/vc_row]','Digital Justo for Sodales Sed Consequat','The digital transformation of public procurement will bring huge changes to the sector, but it also offers increased competitiveness of our economies. ','publish','closed','open','','digital-justo-for-sodales-sed-consequat','','','2018-11-16 19:41:32','2018-11-16 19:41:32','',0,'http://the7.dream-demo.com/business/?p=150',0,'post','',0),(156,1,'2018-06-12 13:57:46','2018-06-12 13:57:46','[vc_row type=\"vc_default\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis a, tincidunt lacus. Vestibulum malesuada porta laoreet. Sed gravida risus id elementum iaculis. Fusce fringilla commodo neque, vel venenatis lacus pretium eget. Nunc at magna aliquet, rhoncus leo vitae, viverra massa. Interdum et malesuada fames ac ante ipsum primis in faucibus. Praesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.\r\n\r\nDonec dictum auctor congue. Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo. Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\r\n\r\nProin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\r\n\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.[/vc_column_text][/vc_column][/vc_row]','Nulla Erat Tincidunt from Urna Sed Commodo','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend.','publish','closed','open','','nulla-erat-tincidunt-id-urna-sed-commodo','','','2018-11-16 19:43:07','2018-11-16 19:43:07','',0,'http://the7.dream-demo.com/business/?p=156',0,'post','',0),(191,1,'2018-03-19 13:25:56','2018-03-19 13:25:56','[vc_row type=\"vc_default\"][vc_column][vc_column_text]Donec dictum auctor congue. Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo. Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\r\n\r\nProin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\r\n\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\r\n\r\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia.\r\n\r\nPraesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris. Ut porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column][/vc_row]','2018 European Nullam Pulvinar Auctor Libero Eget Gravida','Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis.','publish','closed','open','','2018-european-nullam-pulvinar-auctor-libero-eget-gravida','','','2018-11-16 19:41:55','2018-11-16 19:41:55','',0,'http://the7.dream-demo.com/business/?p=191',0,'post','',0),(228,1,'2014-03-16 17:37:44','2014-03-16 17:37:44','Donec vehicula diam vulputate lectus blandit bibendum. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla at purus lorem, in feugiat massa. Duis vel sapien mauris. Etiam ac nulla et urna egestas congue nec in tortor.','Diana Brown','','trash','closed','closed','','diana-brown__trashed','','','2014-03-16 17:37:44','2014-03-16 17:37:44','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=228',0,'dt_testimonials','',0),(229,1,'2014-03-18 17:39:21','2014-03-18 17:39:21','“Your team did an excellent job risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.”','Sportswear Company Marketing Director','','publish','closed','closed','','sportswear-company-marketing-director','','','2014-03-18 17:39:21','2014-03-18 17:39:21','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=229',0,'dt_testimonials','',0),(230,1,'2014-03-18 17:40:56','2014-03-18 17:40:56','“Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis a, tincidunt lacus. Vestibulum malesuada porta laoreet - nulla erat, tincidunt id urna sed, commodo iaculis magna.”','Law Firm Executive Director','','publish','closed','closed','','law-firm-executive-director','','','2014-03-18 17:40:56','2014-03-18 17:40:56','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=230',0,'dt_testimonials','',0),(231,1,'2014-03-18 17:41:58','2014-03-18 17:41:58','“Praesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.”','IT Group Senior Advisor','','publish','closed','closed','','it-group-senior-advisor','','','2014-03-18 17:41:58','2014-03-18 17:41:58','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=231',0,'dt_testimonials','',0),(232,1,'2014-03-18 17:43:18','2014-03-18 17:43:18','“I know I have said before but I must say it again – pellentesque habitant morbi tristique senectus et netus et malesuada! elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed ”','Nonprofit Organization President','','publish','closed','closed','','nonprofit-organization-president','','','2014-03-18 17:43:18','2014-03-18 17:43:18','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=232',0,'dt_testimonials','',0),(233,1,'2014-03-10 17:43:43','2014-03-10 17:43:43','Fores ipsum dolor neque eget diam posuere porta glavrida lorem dolor ut nulla at nunc. Lorem ipsum dolor! Thank you very much!','Leonardo Freeman','','trash','closed','closed','','leonardo-freeman__trashed','','','2014-03-10 17:43:43','2014-03-10 17:43:43','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=233',0,'dt_testimonials','',0),(234,1,'2014-03-04 17:45:36','2014-03-04 17:45:36','Proin semper suscipit magna, nec imperdiet lacus semper vitae. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt semper suscipit magna, nec imperdiet lacus!','Anna Whitehall','','trash','closed','closed','','anna-whitehall__trashed','','','2014-03-04 17:45:36','2014-03-04 17:45:36','',0,'http://the7.dream-demo.com/business/?post_type=dt_testimonials&p=234',0,'dt_testimonials','',0),(592,1,'2014-03-18 09:49:29','2014-03-18 09:49:29','

[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" slides_on_wide_desk=\"3\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" read_more_button_text=\"Learn more\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2751|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/omar-lopez-296937-unsplash.jpg|caption^null|alt^null|title^omar-lopez-296937-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.53)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\" seperator_shape_background=\"#f7f7f7\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"50\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"80\"][dt_fancy_title title=\"Get in Touch\" title_size=\"h1\" title_color=\"custom\" separator_style=\"disabled\" custom_title_color=\"#ffffff\"][vc_empty_space height=\"15\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_empty_space height=\"80\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][ultimate_spacer height=\"100\" height_on_mob=\"50\"][/vc_column][/vc_row]

\r\n','Home','','publish','closed','closed','','sample-page-2','','','2018-11-16 20:54:09','2018-11-16 20:54:09','',0,'http://the7.dream-demo.com/business/?page_id=2',0,'page','',0),(991,1,'2012-03-21 10:08:24','2012-03-21 10:08:24','Proin semper suscipit magna, nec imperdiet lacus semper vitae. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt!','Diana Redfox','','trash','closed','closed','','diana-redfox__trashed','','','2012-03-21 10:08:24','2012-03-21 10:08:24','',0,'http://the7.dream-demo.com/creative/?post_type=dt_testimonials&p=991',0,'dt_testimonials','',0),(992,1,'2012-03-21 10:09:33','2012-03-21 10:09:33','Perspiciatis faucibus dolor amet purus unde om iste mattis nulla eleifend magna natus sit! Proin adipiscing porta tellus, ut feugiat nibh adipiscing metus sit amet. In eu justo a felis faucibus ornare vel id metus. Thanx!','George Windfall','','trash','closed','closed','','george-windfall__trashed','','','2012-03-21 10:09:33','2012-03-21 10:09:33','',0,'http://the7.dream-demo.com/creative/?post_type=dt_testimonials&p=992',0,'dt_testimonials','',0),(993,1,'2011-03-21 10:10:31','2011-03-21 10:10:31','Feugiat nibh adipiscing metus sit amet! Proin adipiscing porta tellus ut feugiat nibh.','Natasha Grey','','trash','closed','closed','','natasha-grey__trashed','','','2011-03-21 10:10:31','2011-03-21 10:10:31','',0,'http://the7.dream-demo.com/creative/?post_type=dt_testimonials&p=993',0,'dt_testimonials','',0),(994,1,'2009-03-21 10:11:33','2009-03-21 10:11:33','Donec vehicula diam vulputate lectus blandit bibendum. Class aptent taciti sociosqu ad litora torquent per conubia nostra.','Leonardo Freeman','','trash','closed','closed','','leonardo-freeman-2__trashed','','','2009-03-21 10:11:33','2009-03-21 10:11:33','',0,'http://the7.dream-demo.com/creative/?post_type=dt_testimonials&p=994',0,'dt_testimonials','',0),(2076,1,'2018-06-22 08:21:03','2018-06-22 07:21:03','','sl-event-01','','inherit','open','closed','','sl-event-01','','','2018-06-22 08:21:03','2018-06-22 07:21:03','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-01.jpg',0,'attachment','image/jpeg',0),(2077,1,'2018-06-22 08:55:15','2018-06-22 07:55:15','','sl-event-05','','inherit','open','closed','','sl-event-05','','','2018-06-22 08:55:15','2018-06-22 07:55:15','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-05.jpg',0,'attachment','image/jpeg',0),(2078,1,'2018-06-22 08:55:49','2018-06-22 07:55:49','','sl-event-02','','inherit','open','closed','','sl-event-02','','','2018-06-22 08:55:49','2018-06-22 07:55:49','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-02.jpg',0,'attachment','image/jpeg',0),(2079,1,'2018-06-22 08:57:49','2018-06-22 07:57:49','','sl-event-06','','inherit','open','closed','','sl-event-06','','','2018-06-22 08:57:49','2018-06-22 07:57:49','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-06.jpg',0,'attachment','image/jpeg',0),(2083,1,'2018-06-22 09:17:56','2018-06-22 08:17:56','','sl001','','inherit','open','closed','','sl001','','','2018-06-22 09:17:56','2018-06-22 08:17:56','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl001.jpg',0,'attachment','image/jpeg',0),(2084,1,'2018-06-22 09:26:03','2018-06-22 08:26:03','','sl002','','inherit','open','closed','','sl002','','','2018-06-22 09:26:03','2018-06-22 08:26:03','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl002.jpg',0,'attachment','image/jpeg',0),(2101,1,'2018-06-22 12:47:40','2018-06-22 11:47:40','','icomoon-fontawesome-16x16','','inherit','open','closed','','icomoon-fontawesome-16x16','','','2018-06-22 12:47:40','2018-06-22 11:47:40','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/icomoon-fontawesome-16x16.zip',0,'attachment','application/zip',0),(2182,1,'2018-06-22 14:34:32','2018-06-22 13:34:32','','GALLERY FEED','','publish','open','closed','','gallery-feed','','','2018-06-22 14:34:32','2018-06-22 13:34:32','',0,'https://the7.io/event-agency/?post_type=dt_gallery&p=2182',0,'dt_gallery','',0),(2183,1,'2014-03-18 10:02:39','2014-03-18 10:02:39','

[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2543|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/drop-the-label-movement-608504-unsplash.jpg|caption^null|alt^null|title^drop-the-label-movement-608504-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.13)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]

\r\n

About

\r\n

Why are we building bridges?

\r\n

[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542394194902{margin-top: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.

\r\n

In the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.[/vc_column_text][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2754|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/vinicius-amano-637265-unsplash.jpg|caption^null|alt^null|title^vinicius-amano-637265-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.57)\"][vc_column][ultimate_spacer height=\"80\" height_on_mob=\"55\"][vc_column_text]

\r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\n

[/vc_column_text][ultimate_spacer height=\"80\" height_on_mob=\"55\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30\"][vc_column_text]Tracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.

\r\n

When you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:

\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n

[/vc_column_text][vc_empty_space height=\"30\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2754|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/vinicius-amano-637265-unsplash.jpg|caption^null|alt^null|title^vinicius-amano-637265-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.57)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"75\"][vc_column_text]

\r\n

We’re Changing Culture

\r\n

[/vc_column_text][vc_empty_space][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][ultimate_spacer height=\"100\" height_on_mob=\"75\"][/vc_column][/vc_row]

\r\n','About','','publish','closed','closed','','about','','','2018-11-16 20:40:07','2018-11-16 20:40:07','',0,'http://the7.dream-demo.com/business/?page_id=5',10,'page','',0),(2184,1,'2014-03-18 10:03:13','2014-03-18 10:03:13','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"We make pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, tincidunt lacus. \" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:28px;\"][/ultimate_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1529686751984{padding-bottom: 30px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner css=\".vc_custom_1529671037502{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1529671526513{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}\"][dt_fancy_image image_id=\"2079\" onclick=\"custom_link\" image_link=\"/event-agency/services/conferences-events/\" width=\"600\" height=\"400\" css=\".vc_custom_1529691568508{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"CONFERENCES & EVENTS\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:20px;\" main_heading_margin=\"margin-bottom:5px;\" margin_design_tab_text=\"\"]Cras hendrerit purus a hendrerit semper[/ultimate_heading][dt_default_button button_alignment=\"btn_center\"]VIEW DETAILS[/dt_default_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1529671530735{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}\"][dt_fancy_image image_id=\"2076\" onclick=\"custom_link\" image_link=\"/event-agency/services/trade-show-services/\" width=\"600\" height=\"400\" css=\".vc_custom_1529701207800{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"TRADE SHOW SERVICES\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:20px;\" main_heading_margin=\"margin-bottom:5px;\" margin_design_tab_text=\"\"]Fusce auctor tellus eget lectus malesuada[/ultimate_heading][dt_default_button link=\"url:%2Fevent-agency%2Fservices%2Ftrade-show-services%2F|||\" button_alignment=\"btn_center\"]VIEW DETAILS[/dt_default_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1529671534698{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}\"][dt_fancy_image image_id=\"2077\" onclick=\"custom_link\" image_link=\"/event-agency/services/incentive-programs/\" width=\"600\" height=\"400\" css=\".vc_custom_1529701175220{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"INCENTIVE PROGRAMS\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:20px;\" main_heading_margin=\"margin-bottom:5px;\" margin_design_tab_text=\"\"]\n
\n
Erat ante convallis est et euismod nunc
\n
\n[/ultimate_heading][dt_default_button link=\"url:%2Fevent-agency%2Fservices%2Fincentive-programs%2F|||\" button_alignment=\"btn_center\"]VIEW DETAILS[/dt_default_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1529671538803{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}\"][dt_fancy_image image_id=\"2084\" onclick=\"custom_link\" image_link=\"/event-agency/services/strategic-meeting-management/\" width=\"600\" height=\"400\" css=\".vc_custom_1529701139631{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"STRATEGIC MEETING MANAGEMENT\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:20px;\" main_heading_margin=\"margin-bottom:5px;\" margin_design_tab_text=\"\"]Vestibulum a aliquam mauris[/ultimate_heading][dt_default_button link=\"url:%2Fevent-agency%2Fservices%2Fstrategic-meeting-management%2F|||\" button_alignment=\"btn_center\"]VIEW DETAILS[/dt_default_button][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Services','','trash','closed','closed','','services__trashed','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',0,'http://the7.dream-demo.com/business/?page_id=7',20,'page','',0),(2185,1,'2018-06-22 14:34:14','2018-06-22 13:34:14','','sl-event-07','','inherit','open','closed','','sl-event-07','','','2018-06-22 14:34:14','2018-06-22 13:34:14','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-07.jpg',0,'attachment','image/jpeg',0),(2186,1,'2018-06-22 14:34:14','2018-06-22 13:34:14','','sl-event-08','','inherit','open','closed','','sl-event-08','','','2018-06-22 14:34:14','2018-06-22 13:34:14','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-08.jpg',0,'attachment','image/jpeg',0),(2187,1,'2018-06-22 14:34:15','2018-06-22 13:34:15','','sl-event-09','','inherit','open','closed','','sl-event-09','','','2018-06-22 14:34:15','2018-06-22 13:34:15','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-09.jpg',0,'attachment','image/jpeg',0),(2188,1,'2018-06-22 14:34:16','2018-06-22 13:34:16','','sl-event-10','','inherit','open','closed','','sl-event-10','','','2018-06-22 14:34:16','2018-06-22 13:34:16','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-10.jpg',0,'attachment','image/jpeg',0),(2189,1,'2018-06-22 14:34:17','2018-06-22 13:34:17','','sl-event-11','','inherit','open','closed','','sl-event-11','','','2018-06-22 14:34:17','2018-06-22 13:34:17','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-11.jpg',0,'attachment','image/jpeg',0),(2190,1,'2018-06-22 14:34:17','2018-06-22 13:34:17','','sl-event-12','','inherit','open','closed','','sl-event-12','','','2018-06-22 14:34:17','2018-06-22 13:34:17','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-12.jpg',0,'attachment','image/jpeg',0),(2221,1,'2018-06-22 15:14:50','2018-06-22 14:14:50','','sl-event-13','','inherit','open','closed','','sl-event-13','','','2018-06-22 15:14:50','2018-06-22 14:14:50','',129,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-13.jpg',0,'attachment','image/jpeg',0),(2222,1,'2018-06-22 15:14:51','2018-06-22 14:14:51','','sl-event-14','','inherit','open','closed','','sl-event-14','','','2018-06-22 15:14:51','2018-06-22 14:14:51','',129,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-14.jpg',0,'attachment','image/jpeg',0),(2224,1,'2018-06-22 15:16:15','2018-06-22 14:16:15','','sl-event-16','','inherit','open','closed','','sl-event-16','','','2018-06-22 15:16:15','2018-06-22 14:16:15','',129,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-16.jpg',0,'attachment','image/jpeg',0),(2231,1,'2018-06-22 15:29:45','2018-06-22 14:29:45','','sl-event-19','','inherit','open','closed','','sl-event-19','','','2018-06-22 15:29:45','2018-06-22 14:29:45','',191,'http://trackspr.flywheelsites.com/wp-content/uploads/2014/03/sl-event-19.jpg',0,'attachment','image/jpeg',0),(2263,1,'2018-06-22 16:20:17','2018-06-22 15:20:17','','sl-event-21','','inherit','open','closed','','sl-event-21','','','2018-06-22 16:20:17','2018-06-22 15:20:17','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-21.jpg',0,'attachment','image/jpeg',0),(2264,1,'2018-06-22 16:20:17','2018-06-22 15:20:17','','sl-event-22','','inherit','open','closed','','sl-event-22','','','2018-06-22 16:20:17','2018-06-22 15:20:17','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-22.jpg',0,'attachment','image/jpeg',0),(2265,1,'2018-06-22 16:20:18','2018-06-22 15:20:18','','sl-event-23','','inherit','open','closed','','sl-event-23','','','2018-06-22 16:20:18','2018-06-22 15:20:18','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-23.jpg',0,'attachment','image/jpeg',0),(2266,1,'2018-06-22 16:20:19','2018-06-22 15:20:19','','sl-event-25','','inherit','open','closed','','sl-event-25','','','2018-06-22 16:20:19','2018-06-22 15:20:19','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-25.jpg',0,'attachment','image/jpeg',0),(2267,1,'2018-06-22 16:20:20','2018-06-22 15:20:20','','sl-event-2001','','inherit','open','closed','','sl-event-2001','','','2018-06-22 16:20:20','2018-06-22 15:20:20','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-2001.jpg',0,'attachment','image/jpeg',0),(2268,1,'2018-06-22 16:24:35','2018-06-22 15:24:35','','sl-event-27','','inherit','open','closed','','sl-event-27','','','2018-06-22 16:24:35','2018-06-22 15:24:35','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-27.jpg',0,'attachment','image/jpeg',0),(2269,1,'2018-06-22 16:24:35','2018-06-22 15:24:35','','sl-event-28','','inherit','open','closed','','sl-event-28','','','2018-06-22 16:24:35','2018-06-22 15:24:35','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-28.jpg',0,'attachment','image/jpeg',0),(2270,1,'2018-06-22 16:24:36','2018-06-22 15:24:36','','sl-event-29','','inherit','open','closed','','sl-event-29','','','2018-06-22 16:24:36','2018-06-22 15:24:36','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-29.jpg',0,'attachment','image/jpeg',0),(2285,1,'2018-06-22 16:58:23','2018-06-22 15:58:23','','mabuteam01','','inherit','open','closed','','mabuteam01','','','2018-06-22 16:58:23','2018-06-22 15:58:23','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/mabuteam01.jpg',0,'attachment','image/jpeg',0),(2286,1,'2018-06-22 16:58:24','2018-06-22 15:58:24','','mabuteam02','','inherit','open','closed','','mabuteam02','','','2018-06-22 16:58:24','2018-06-22 15:58:24','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/mabuteam02.jpg',0,'attachment','image/jpeg',0),(2287,1,'2018-06-22 16:58:25','2018-06-22 15:58:25','','mabuteam03','','inherit','open','closed','','mabuteam03','','','2018-06-22 16:58:25','2018-06-22 15:58:25','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/mabuteam03.jpg',0,'attachment','image/jpeg',0),(2288,1,'2018-06-22 16:58:26','2018-06-22 15:58:26','','mabuteam04','','inherit','open','closed','','mabuteam04','','','2018-06-22 16:58:26','2018-06-22 15:58:26','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/mabuteam04.jpg',0,'attachment','image/jpeg',0),(2290,1,'2018-06-22 16:58:27','2018-06-22 15:58:27','','mabuteam06','','inherit','open','closed','','mabuteam06','','','2018-06-22 16:58:27','2018-06-22 15:58:27','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/mabuteam06.jpg',0,'attachment','image/jpeg',0),(2337,1,'2018-06-22 17:51:21','2018-06-22 16:51:21','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"Lorem ipsum dolor sit amet adipiscing elit!\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:34px;\" sub_heading_font_size=\"desktop:22px;\" main_heading_margin=\"margin-bottom:30px;\"]Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1529691469812{padding-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690942376{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2221\" width=\"600\" height=\"300\" css=\".vc_custom_1529689078032{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Online Project Management\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:0px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Proin ligula ligula, amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690947515{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2084\" width=\"600\" height=\"300\" css=\".vc_custom_1529689082737{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Pre-Conference Logistics\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.[/ultimate_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529691492094{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2186\" width=\"600\" height=\"300\" css=\".vc_custom_1529689146601{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"On-Site Management\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:12px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. [/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690977033{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2359\" width=\"600\" height=\"300\" css=\".vc_custom_1529689339695{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Post-Event Reports\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.[/ultimate_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Conferences & Events','','trash','closed','closed','','conferences-events__trashed','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2184,'https://the7.io/event-agency/?page_id=2337',10,'page','',0),(2359,1,'2018-06-22 18:42:16','2018-06-22 17:42:16','','sl-event-30','','inherit','open','closed','','sl-event-30','','','2018-06-22 18:42:16','2018-06-22 17:42:16','',2337,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-30.jpg',0,'attachment','image/jpeg',0),(2380,1,'2018-06-22 19:25:54','2018-06-22 18:25:54','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"Pulvinar auctor libero eget gravida lorem\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:32px;\" sub_heading_font_size=\"desktop:20px;\" main_heading_margin=\"margin-bottom:30px;\"]Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\n\nAliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at. Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1529691469812{padding-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690942376{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2359\" width=\"600\" height=\"300\" css=\".vc_custom_1529692701253{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Trade Show Strategy\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:0px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erator. Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed![/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690947515{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2264\" width=\"600\" height=\"300\" css=\".vc_custom_1529692066639{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Project Management\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend.[/ultimate_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529691492094{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2385\" width=\"600\" height=\"300\" css=\".vc_custom_1529692407214{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"On-Site Support\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:12px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690977033{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2387\" width=\"600\" height=\"300\" css=\".vc_custom_1529692676196{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Post-Trade Show Support\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.[/ultimate_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Trade Show Services','','trash','closed','closed','','trade-show-services__trashed','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2184,'https://the7.io/event-agency/?page_id=2380',20,'page','',0),(2384,1,'2018-06-22 19:33:22','2018-06-22 18:33:22','','sl-event-35','','inherit','open','closed','','sl-event-35','','','2018-06-22 19:33:22','2018-06-22 18:33:22','',2380,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-35.jpg',0,'attachment','image/jpeg',0),(2385,1,'2018-06-22 19:33:23','2018-06-22 18:33:23','','sl-event-36','','inherit','open','closed','','sl-event-36','','','2018-06-22 19:33:23','2018-06-22 18:33:23','',2380,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-36.jpg',0,'attachment','image/jpeg',0),(2387,1,'2018-06-22 19:37:48','2018-06-22 18:37:48','','sl-event-41','','inherit','open','closed','','sl-event-41','','','2018-06-22 19:37:48','2018-06-22 18:37:48','',2380,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-41.jpg',0,'attachment','image/jpeg',0),(2389,1,'2018-06-22 19:42:38','2018-06-22 18:42:38','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"Proin egestas lobortis lorem sit amet laoreet\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:32px;\" sub_heading_font_size=\"desktop:20px;\" main_heading_margin=\"margin-bottom:30px;\"]Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erator. Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed!\n\nFusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1529691469812{padding-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690942376{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2401\" width=\"600\" height=\"300\" css=\".vc_custom_1529693761939{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Project Planning and Management\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:0px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Fusce mollis placerat metus at porta. Proin egestas diam eu risus egestas, at volutpat metus dignissim.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690947515{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2398\" width=\"600\" height=\"300\" css=\".vc_custom_1529693632084{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Best Destinations\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod.[/ultimate_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690977033{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2184\" width=\"600\" height=\"300\" css=\".vc_custom_1529693320863{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Personalize Services\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529691492094{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2387\" width=\"600\" height=\"300\" css=\".vc_custom_1529692676196{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Maximum Business Impact\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:12px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.[/ultimate_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Incentive Programs','','trash','closed','closed','','incentive-programs__trashed','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2184,'https://the7.io/event-agency/?page_id=2389',30,'page','',0),(2398,1,'2018-06-22 19:53:49','2018-06-22 18:53:49','','sl-event-50','','inherit','open','closed','','sl-event-50','','','2018-06-22 19:53:49','2018-06-22 18:53:49','',2389,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-50.jpg',0,'attachment','image/jpeg',0),(2401,1,'2018-06-22 19:55:58','2018-06-22 18:55:58','','sl-event-54','','inherit','open','closed','','sl-event-54','','','2018-06-22 19:55:58','2018-06-22 18:55:58','',2389,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-54.jpg',0,'attachment','image/jpeg',0),(2403,1,'2018-06-22 20:01:48','2018-06-22 19:01:48','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"Proin egestas lobortis lorem sit amet laoreet\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:32px;\" sub_heading_font_size=\"desktop:20px;\" main_heading_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at. Suspendisse scelerisque metus quis lectus sodales molestie et et diam.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1529691469812{padding-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690942376{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2359\" width=\"600\" height=\"300\" css=\".vc_custom_1529694399284{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"The Challenge\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:0px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo.\n\nQuisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690947515{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2285\" width=\"600\" height=\"300\" css=\".vc_custom_1529694382875{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"The Solution\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis.\n\nPraesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.[/ultimate_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Strategic Meeting Management','','trash','closed','closed','','strategic-meeting-management__trashed','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2184,'https://the7.io/event-agency/?page_id=2403',40,'page','',0),(2404,1,'2018-06-22 14:34:12','2018-06-22 13:34:12','','sl-event-00','','inherit','open','closed','','sl-event-00','','','2018-06-22 14:34:12','2018-06-22 13:34:12','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-00.jpg',0,'attachment','image/jpeg',0),(2405,1,'2018-06-22 14:34:13','2018-06-22 13:34:13','','sl-event-04','','inherit','open','closed','','sl-event-04','','','2018-06-22 14:34:13','2018-06-22 13:34:13','',2182,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl-event-04.jpg',0,'attachment','image/jpeg',0),(2500,1,'2018-06-25 15:43:36','2018-06-25 14:43:36','','imgmap','','inherit','open','closed','','imgmap','','','2018-06-25 15:43:36','2018-06-25 14:43:36','',11,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/imgmap.jpg',0,'attachment','image/jpeg',0),(2511,1,'2018-06-25 16:11:23','2018-06-25 15:11:23','','l-event-7-hd','','inherit','open','closed','','l-event-7-hd','','','2018-06-25 16:11:23','2018-06-25 15:11:23','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/l-event-7-hd.png',0,'attachment','image/png',0),(2512,1,'2018-06-25 16:11:23','2018-06-25 15:11:23','','l-event-7','','inherit','open','closed','','l-event-7','','','2018-06-25 16:11:23','2018-06-25 15:11:23','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/l-event-7.png',0,'attachment','image/png',0),(2515,1,'2018-06-25 16:19:52','2018-06-25 15:19:52','','the7-new-fav1','','inherit','open','closed','','the7-new-fav1','','','2018-06-25 16:19:52','2018-06-25 15:19:52','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/the7-new-fav1.gif',0,'attachment','image/gif',0),(2516,1,'2018-06-25 16:20:02','2018-06-25 15:20:02','','the7-new-fav-hd1-2','','inherit','open','closed','','the7-new-fav-hd1-2','','','2018-06-25 16:20:02','2018-06-25 15:20:02','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/the7-new-fav-hd1-2.gif',0,'attachment','image/gif',0),(2519,1,'2018-06-25 16:27:09','2018-06-25 15:27:09','','ev-f-hd','','inherit','open','closed','','ev-f-hd','','','2018-06-25 16:27:09','2018-06-25 15:27:09','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/ev-f-hd.png',0,'attachment','image/png',0),(2520,1,'2018-06-25 16:27:09','2018-06-25 15:27:09','','ev-f','','inherit','open','closed','','ev-f','','','2018-06-25 16:27:09','2018-06-25 15:27:09','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/ev-f.png',0,'attachment','image/png',0),(2521,1,'2018-06-25 16:30:32','2018-06-25 15:30:32','','sl','','inherit','open','closed','','sl','','','2018-06-25 16:30:32','2018-06-25 15:30:32','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/sl.png',0,'attachment','image/png',0),(2522,1,'2018-06-29 19:16:48','2018-06-29 19:16:48','','sl-event-01.jpg','','inherit','closed','closed','','sl-event-01-jpg','','','2018-06-29 19:16:48','2018-06-29 19:16:48','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/the7-event-agency-slider/sl-event-01.jpg',0,'attachment','image/jpeg',0),(2523,1,'2018-06-29 19:16:48','2018-06-29 19:16:48','','sl-event-04.jpg','','inherit','closed','closed','','sl-event-04-jpg','','','2018-06-29 19:16:48','2018-06-29 19:16:48','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/the7-event-agency-slider/sl-event-04.jpg',0,'attachment','image/jpeg',0),(2524,1,'2018-06-29 19:16:49','2018-06-29 19:16:49','','sl001.jpg','','inherit','closed','closed','','sl001-jpg','','','2018-06-29 19:16:49','2018-06-29 19:16:49','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/the7-event-agency-slider/sl001.jpg',0,'attachment','image/jpeg',0),(2525,1,'2018-06-29 19:16:49','2018-06-29 19:16:49','','sl-event-08.jpg','','inherit','closed','closed','','sl-event-08-jpg','','','2018-06-29 19:16:49','2018-06-29 19:16:49','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/the7-event-agency-slider/sl-event-08.jpg',0,'attachment','image/jpeg',0),(2526,1,'2018-06-29 19:16:49','2018-06-29 19:16:49','','sl.png','','inherit','closed','closed','','sl-png','','','2018-06-29 19:16:49','2018-06-29 19:16:49','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/the7-event-agency-slider/sl.png',0,'attachment','image/png',0),(2527,1,'2018-06-29 20:00:52','2018-06-29 20:00:52','','TRACKS_GreenLogo_RGB','','inherit','open','closed','','tracks_greenlogo_rgb','','','2018-06-29 20:00:52','2018-06-29 20:00:52','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/TRACKS_GreenLogo_RGB.png',0,'attachment','image/png',0),(2528,1,'2018-06-29 20:01:18','2018-06-29 20:01:18','','TRACKS_KOLogo_RGB','','inherit','open','closed','','tracks_kologo_rgb','','','2018-07-27 23:30:17','2018-07-27 23:30:17','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/TRACKS_KOLogo_RGB.png',0,'attachment','image/png',0),(2529,1,'2018-06-29 20:07:19','2018-06-29 20:07:19','','TRACKS_BWLogo_RGB copy','','inherit','open','closed','','tracks_bwlogo_rgb-copy','','','2018-06-29 20:07:19','2018-06-29 20:07:19','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/TRACKS_BWLogo_RGB-copy.png',0,'attachment','image/png',0),(2530,1,'2018-06-29 20:38:40','2018-06-29 20:38:40','','Tracks (1)','','inherit','open','closed','','tracks-1','','','2018-06-29 20:38:40','2018-06-29 20:38:40','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/Tracks-1.png',0,'attachment','image/png',0),(2531,1,'2018-06-29 20:38:59','2018-06-29 20:38:59','','Tracks','','inherit','open','closed','','tracks','','','2018-06-29 20:38:59','2018-06-29 20:38:59','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/Tracks.png',0,'attachment','image/png',0),(2532,1,'2018-06-29 20:43:01','2018-06-29 20:43:01','','Tracks (2)','','inherit','open','closed','','tracks-2','','','2018-06-29 20:43:01','2018-06-29 20:43:01','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/Tracks-2.png',0,'attachment','image/png',0),(2533,1,'2018-06-29 20:45:59','2018-06-29 20:45:59','','Tracks (4)','','inherit','open','closed','','tracks-4','','','2018-06-29 20:45:59','2018-06-29 20:45:59','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/Tracks-4.png',0,'attachment','image/png',0),(2534,1,'2018-06-29 20:48:03','2018-06-29 20:48:03',' ','','','publish','closed','closed','','2534','','','2018-11-16 19:22:09','2018-11-16 19:22:09','',0,'http://trackspr.flywheelsites.com/?p=2534',5,'nav_menu_item','',0),(2535,1,'2018-06-29 20:48:03','2018-06-29 20:48:03',' ','','','publish','closed','closed','','2535','','','2018-11-16 19:22:09','2018-11-16 19:22:09','',0,'http://trackspr.flywheelsites.com/?p=2535',6,'nav_menu_item','',0),(2538,1,'2018-06-29 20:48:04','2018-06-29 20:48:04',' ','','','publish','closed','closed','','2538','','','2018-11-16 19:22:09','2018-11-16 19:22:09','',0,'http://trackspr.flywheelsites.com/?p=2538',3,'nav_menu_item','',0),(2539,1,'2018-07-13 17:16:30','2018-07-13 17:16:30','','A','','inherit','open','closed','','a','','','2018-07-13 17:16:30','2018-07-13 17:16:30','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/A.png',0,'attachment','image/png',0),(2540,1,'2018-07-13 17:35:16','2018-07-13 17:35:16','','A (2)','','inherit','open','closed','','a-2','','','2018-07-13 17:35:16','2018-07-13 17:35:16','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/A-2.png',0,'attachment','image/png',0),(2541,1,'2018-07-13 17:41:20','2018-07-13 17:41:20','','A (3)','','inherit','open','closed','','a-3','','','2018-07-13 17:41:20','2018-07-13 17:41:20','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/A-3.png',0,'attachment','image/png',0),(2542,1,'2018-07-13 17:44:56','2018-07-13 17:44:56','','thought-catalog-635846-unsplash','','inherit','open','closed','','thought-catalog-635846-unsplash','','','2018-07-13 17:44:56','2018-07-13 17:44:56','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/thought-catalog-635846-unsplash.jpg',0,'attachment','image/jpeg',0),(2543,1,'2018-07-13 18:00:19','2018-07-13 18:00:19','','drop-the-label-movement-608504-unsplash','','inherit','open','closed','','drop-the-label-movement-608504-unsplash','','','2018-07-13 18:00:19','2018-07-13 18:00:19','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/drop-the-label-movement-608504-unsplash.jpg',0,'attachment','image/jpeg',0),(2544,1,'2018-07-13 18:03:05','2018-07-13 18:03:05','','rawpixel-284728-unsplash','','inherit','open','closed','','rawpixel-284728-unsplash','','','2018-07-13 18:03:05','2018-07-13 18:03:05','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/rawpixel-284728-unsplash.jpg',0,'attachment','image/jpeg',0),(2545,1,'2018-07-13 18:35:52','2018-07-13 18:35:52','','startup-photos','','inherit','open','closed','','startup-photos','','','2018-07-13 18:35:52','2018-07-13 18:35:52','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/startup-photos.jpg',0,'attachment','image/jpeg',0),(2564,1,'2018-07-13 21:09:31','2018-07-13 21:09:31','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:\n\n
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.)
\n\n...or something like this:\n\n
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.
\n\nAs a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2018-07-13 21:09:31','2018-07-13 21:09:31','',2,'http://trackspr.flywheelsites.com/?p=2564',0,'revision','',0),(2565,1,'2018-07-13 21:10:27','2018-07-13 21:10:27','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"We make pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, tincidunt lacus. \" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:28px;\"][/ultimate_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1529686751984{padding-bottom: 30px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner css=\".vc_custom_1529671037502{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1529671526513{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}\"][dt_fancy_image image_id=\"2079\" onclick=\"custom_link\" image_link=\"/event-agency/services/conferences-events/\" width=\"600\" height=\"400\" css=\".vc_custom_1529691568508{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"CONFERENCES & EVENTS\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:20px;\" main_heading_margin=\"margin-bottom:5px;\" margin_design_tab_text=\"\"]Cras hendrerit purus a hendrerit semper[/ultimate_heading][dt_default_button button_alignment=\"btn_center\"]VIEW DETAILS[/dt_default_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1529671530735{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}\"][dt_fancy_image image_id=\"2076\" onclick=\"custom_link\" image_link=\"/event-agency/services/trade-show-services/\" width=\"600\" height=\"400\" css=\".vc_custom_1529701207800{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"TRADE SHOW SERVICES\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:20px;\" main_heading_margin=\"margin-bottom:5px;\" margin_design_tab_text=\"\"]Fusce auctor tellus eget lectus malesuada[/ultimate_heading][dt_default_button link=\"url:%2Fevent-agency%2Fservices%2Ftrade-show-services%2F|||\" button_alignment=\"btn_center\"]VIEW DETAILS[/dt_default_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1529671534698{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}\"][dt_fancy_image image_id=\"2077\" onclick=\"custom_link\" image_link=\"/event-agency/services/incentive-programs/\" width=\"600\" height=\"400\" css=\".vc_custom_1529701175220{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"INCENTIVE PROGRAMS\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:20px;\" main_heading_margin=\"margin-bottom:5px;\" margin_design_tab_text=\"\"]\n
\n
Erat ante convallis est et euismod nunc
\n
\n[/ultimate_heading][dt_default_button link=\"url:%2Fevent-agency%2Fservices%2Fincentive-programs%2F|||\" button_alignment=\"btn_center\"]VIEW DETAILS[/dt_default_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1529671538803{padding-right: 25px !important;padding-bottom: 50px !important;padding-left: 25px !important;}\"][dt_fancy_image image_id=\"2084\" onclick=\"custom_link\" image_link=\"/event-agency/services/strategic-meeting-management/\" width=\"600\" height=\"400\" css=\".vc_custom_1529701139631{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"STRATEGIC MEETING MANAGEMENT\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:20px;\" main_heading_margin=\"margin-bottom:5px;\" margin_design_tab_text=\"\"]Vestibulum a aliquam mauris[/ultimate_heading][dt_default_button link=\"url:%2Fevent-agency%2Fservices%2Fstrategic-meeting-management%2F|||\" button_alignment=\"btn_center\"]VIEW DETAILS[/dt_default_button][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Services','','inherit','closed','closed','','2184-revision-v1','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2184,'http://trackspr.flywheelsites.com/?p=2565',0,'revision','',0),(2566,1,'2018-07-13 21:10:27','2018-07-13 21:10:27','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"Lorem ipsum dolor sit amet adipiscing elit!\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:34px;\" sub_heading_font_size=\"desktop:22px;\" main_heading_margin=\"margin-bottom:30px;\"]Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1529691469812{padding-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690942376{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2221\" width=\"600\" height=\"300\" css=\".vc_custom_1529689078032{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Online Project Management\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:0px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Proin ligula ligula, amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690947515{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2084\" width=\"600\" height=\"300\" css=\".vc_custom_1529689082737{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Pre-Conference Logistics\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.[/ultimate_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529691492094{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2186\" width=\"600\" height=\"300\" css=\".vc_custom_1529689146601{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"On-Site Management\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:12px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. [/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690977033{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2359\" width=\"600\" height=\"300\" css=\".vc_custom_1529689339695{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Post-Event Reports\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.[/ultimate_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Conferences & Events','','inherit','closed','closed','','2337-revision-v1','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2337,'http://trackspr.flywheelsites.com/?p=2566',0,'revision','',0),(2567,1,'2018-07-13 21:10:27','2018-07-13 21:10:27','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"Pulvinar auctor libero eget gravida lorem\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:32px;\" sub_heading_font_size=\"desktop:20px;\" main_heading_margin=\"margin-bottom:30px;\"]Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\n\nAliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at. Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1529691469812{padding-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690942376{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2359\" width=\"600\" height=\"300\" css=\".vc_custom_1529692701253{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Trade Show Strategy\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:0px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erator. Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed![/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690947515{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2264\" width=\"600\" height=\"300\" css=\".vc_custom_1529692066639{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Project Management\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend.[/ultimate_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529691492094{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2385\" width=\"600\" height=\"300\" css=\".vc_custom_1529692407214{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"On-Site Support\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:12px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690977033{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2387\" width=\"600\" height=\"300\" css=\".vc_custom_1529692676196{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Post-Trade Show Support\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.[/ultimate_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Trade Show Services','','inherit','closed','closed','','2380-revision-v1','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2380,'http://trackspr.flywheelsites.com/?p=2567',0,'revision','',0),(2568,1,'2018-07-13 21:10:27','2018-07-13 21:10:27','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"Proin egestas lobortis lorem sit amet laoreet\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:32px;\" sub_heading_font_size=\"desktop:20px;\" main_heading_margin=\"margin-bottom:30px;\"]Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erator. Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed!\n\nFusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1529691469812{padding-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690942376{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2401\" width=\"600\" height=\"300\" css=\".vc_custom_1529693761939{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Project Planning and Management\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:0px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Fusce mollis placerat metus at porta. Proin egestas diam eu risus egestas, at volutpat metus dignissim.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690947515{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2398\" width=\"600\" height=\"300\" css=\".vc_custom_1529693632084{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Best Destinations\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod.[/ultimate_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690977033{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2184\" width=\"600\" height=\"300\" css=\".vc_custom_1529693320863{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Personalize Services\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529691492094{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2387\" width=\"600\" height=\"300\" css=\".vc_custom_1529692676196{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"Maximum Business Impact\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:12px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.[/ultimate_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Incentive Programs','','inherit','closed','closed','','2389-revision-v1','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2389,'http://trackspr.flywheelsites.com/?p=2568',0,'revision','',0),(2569,1,'2018-07-13 21:10:27','2018-07-13 21:10:27','[vc_row css=\".vc_custom_1529688263758{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][ultimate_heading main_heading=\"Proin egestas lobortis lorem sit amet laoreet\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" sub_heading_line_height=\"desktop:32px;\" sub_heading_font_size=\"desktop:20px;\" main_heading_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at. Suspendisse scelerisque metus quis lectus sodales molestie et et diam.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" css=\".vc_custom_1529691469812{padding-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690942376{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2359\" width=\"600\" height=\"300\" css=\".vc_custom_1529694399284{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"The Challenge\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:0px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\"]Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo.\n\nQuisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.[/ultimate_heading][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1529690947515{padding-bottom: 60px !important;}\"][dt_fancy_image image_id=\"2285\" width=\"600\" height=\"300\" css=\".vc_custom_1529694382875{padding-bottom: 30px !important;}\"][ultimate_heading main_heading=\"The Solution\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" sub_heading_line_height=\"desktop:28px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" margin_design_tab_text=\"\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis.\n\nPraesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.[/ultimate_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Strategic Meeting Management','','inherit','closed','closed','','2403-revision-v1','','','2018-07-13 21:10:27','2018-07-13 21:10:27','',2403,'http://trackspr.flywheelsites.com/?p=2569',0,'revision','',0),(2570,1,'2018-07-13 21:11:13','2018-07-13 21:11:13','[vc_row type=\"vc_default\"][vc_column css=\".vc_custom_1490282465784{padding-right: 50px !important;padding-left: 50px !important;}\"][dt_blog_masonry mode=\"grid\" content_bg=\"n\" post_content_paddings=\"30px 0px 0px 0px\" bwb_columns=\"desktop:2|h_tablet:2|v_tablet:1|phone:1\" gap_between_posts=\"25px\" loading_mode=\"js_more\" jsm_posts_per_page=\"4\" post_title_font_style=\"normal:normal:none\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" content_font_size=\"16px\" content_line_height=\"28px\" content_bottom_margin=\"10px\" read_more_button=\"default_button\" fancy_date=\"y\" fancy_categories=\"y\" category=\"\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','46-revision-v1','','','2018-07-13 21:11:13','2018-07-13 21:11:13','',46,'http://trackspr.flywheelsites.com/?p=2570',0,'revision','',0),(2571,1,'2018-07-13 21:11:34','2018-07-13 21:11:34','[vc_row full_width=\"stretch_row_content_no_spaces\" bg_type=\"bg_color\" bg_override=\"ex-full\" type=\"vc_default\" bg_color_value=\"#f3f4f4\"][vc_column][dt_photos_masonry number=\"\" type=\"grid\" padding=\"3\" proportion=\"1:1\" responsiveness=\"browser_width_based\" columns_on_desk=\"6\" columns_on_htabs=\"4\" columns_on_mobile=\"2\"][/vc_column][/vc_row]','Gallery','','inherit','closed','closed','','9-revision-v1','','','2018-07-13 21:11:34','2018-07-13 21:11:34','',9,'http://trackspr.flywheelsites.com/?p=2571',0,'revision','',0),(2572,1,'2018-07-13 21:12:44','2018-07-13 21:12:44','','Staff','','trash','closed','closed','','staff__trashed','','','2018-07-13 21:14:30','2018-07-13 21:14:30','',0,'http://trackspr.flywheelsites.com/?page_id=2572',0,'page','',0),(2573,1,'2018-07-13 21:12:44','2018-07-13 21:12:44','','Staff','','inherit','closed','closed','','2572-revision-v1','','','2018-07-13 21:12:44','2018-07-13 21:12:44','',2572,'http://trackspr.flywheelsites.com/?p=2573',0,'revision','',0),(2577,1,'2018-07-13 21:30:41','2018-07-13 21:30:41','ARTS mission is to ignite the power of creativity in youth, inspiring them to overcome obstacles and providing them with the skills needed to become compassionate catalysts for positive change in themselves, their communities, and the world. We believe that creativity is a powerful tool that can transform the lives of young people and set them up for success. We invest in youth because they are tomorrow’s employers, activists, influencers, parents, and leaders. When young people thrive, the positive effects ripple throughout their families and communities.\r\n\r\nARTS is changing lives through:\r\n\r\nArts Education and Creative Skill Building\r\nCommunity Development\r\nSupport Services for Youth','A Reason to Survive (ARTS)','','publish','closed','closed','','client-1','','','2018-11-16 20:48:32','2018-11-16 20:48:32','',0,'http://trackspr.flywheelsites.com/?post_type=dt_portfolio&p=2577',0,'dt_portfolio','',0),(2578,1,'2018-07-13 21:30:41','2018-07-13 21:30:41','','Client 1','','inherit','closed','closed','','2577-revision-v1','','','2018-07-13 21:30:41','2018-07-13 21:30:41','',2577,'http://trackspr.flywheelsites.com/?p=2578',0,'revision','',0),(2581,1,'2018-07-13 21:44:53','2018-07-13 21:44:53','[vc_gitem][vc_gitem_animated_block][vc_gitem_zone_a link=\"post_link\"][vc_gitem_row position=\"top\"][vc_gitem_col][vc_gitem_image link=\"post_link\" alignment=\"center\" img_size=\"large\"][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"middle\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"bottom\"][vc_gitem_col][vc_gitem_post_title font_container=\"tag:div|text_align:center\" use_custom_fonts=\"yes\" block_container=\"font_size:26|color:%230e4482|line_height:30\" use_theme_fonts=\"yes\"][/vc_gitem_col][/vc_gitem_row][/vc_gitem_zone_a][vc_gitem_zone_b link=\"post_link\" css=\".vc_custom_1540588588873{background-color: rgba(15,56,78,0.7) !important;*background-color: rgb(15,56,78) !important;}\"][vc_gitem_row position=\"top\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"middle\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"bottom\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][/vc_gitem_zone_b][/vc_gitem_animated_block][/vc_gitem]','Project - Client Grid','','publish','closed','closed','','project-client-grid','','','2018-10-26 21:20:57','2018-10-26 21:20:57','',0,'http://trackspr.flywheelsites.com/?post_type=vc_grid_item&p=2581',0,'vc_grid_item','',0),(2584,1,'2018-10-26 21:18:10','2018-10-26 21:18:10','[vc_gitem][vc_gitem_animated_block animation=\"blurOut\"][vc_gitem_zone_a link=\"post_link\" css=\".vc_custom_1540588686267{background-color: rgba(15,56,78,0.7) !important;*background-color: rgb(15,56,78) !important;}\"][vc_gitem_row position=\"top\"][vc_gitem_col][vc_gitem_image link=\"post_link\" alignment=\"center\" img_size=\"large\"][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"middle\"][vc_gitem_col][vc_gitem_post_title font_container=\"tag:div|text_align:center\" use_custom_fonts=\"yes\" block_container=\"font_size:26|color:%23ffffff|line_height:30\" use_theme_fonts=\"yes\"][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"bottom\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][/vc_gitem_zone_a][vc_gitem_zone_b link=\"post_link\" css=\".vc_custom_1540588588873{background-color: rgba(15,56,78,0.7) !important;*background-color: rgb(15,56,78) !important;}\"][vc_gitem_row position=\"top\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"middle\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"bottom\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][/vc_gitem_zone_b][/vc_gitem_animated_block][/vc_gitem]','Project - Client Grid','','inherit','closed','closed','','2581-autosave-v1','','','2018-10-26 21:18:10','2018-10-26 21:18:10','',2581,'http://trackspr.flywheelsites.com/?p=2584',0,'revision','',0),(2585,1,'2018-07-13 21:50:22','2018-07-13 21:50:22','','Project Name: Client 1','','inherit','closed','closed','','2577-revision-v1','','','2018-07-13 21:50:22','2018-07-13 21:50:22','',2577,'http://trackspr.flywheelsites.com/?p=2585',0,'revision','',0),(2586,1,'2018-07-13 21:50:53','2018-07-13 21:50:53','','YWCA San Diego','','publish','closed','closed','','ywca-san-diego','','','2018-11-16 20:49:28','2018-11-16 20:49:28','',0,'http://trackspr.flywheelsites.com/?post_type=dt_portfolio&p=2586',0,'dt_portfolio','',0),(2587,1,'2018-07-13 21:50:53','2018-07-13 21:50:53','','Project Name: Client 2','','inherit','closed','closed','','2586-revision-v1','','','2018-07-13 21:50:53','2018-07-13 21:50:53','',2586,'http://trackspr.flywheelsites.com/?p=2587',0,'revision','',0),(2588,1,'2018-07-13 21:51:18','2018-07-13 21:51:18','','Partnership for the Advancement of New Americans','','publish','closed','closed','','partnership-for-the-advancement-of-new-americans','','','2018-11-16 20:50:30','2018-11-16 20:50:30','',0,'http://trackspr.flywheelsites.com/?post_type=dt_portfolio&p=2588',0,'dt_portfolio','',0),(2589,1,'2018-07-13 21:51:18','2018-07-13 21:51:18','','Project Name: Client 3','','inherit','closed','closed','','2588-revision-v1','','','2018-07-13 21:51:18','2018-07-13 21:51:18','',2588,'http://trackspr.flywheelsites.com/?p=2589',0,'revision','',0),(2590,1,'2018-07-13 21:51:21','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','closed','','','','','2018-07-13 21:51:21','0000-00-00 00:00:00','',0,'http://trackspr.flywheelsites.com/?post_type=dt_portfolio&p=2590',0,'dt_portfolio','',0),(2591,1,'2018-07-13 21:51:45','2018-07-13 21:51:45','','Project Name: Client 4','','trash','closed','closed','','project-name-client-4__trashed','','','2018-11-16 20:50:55','2018-11-16 20:50:55','',0,'http://trackspr.flywheelsites.com/?post_type=dt_portfolio&p=2591',0,'dt_portfolio','',0),(2592,1,'2018-07-13 21:51:45','2018-07-13 21:51:45','','Project Name: Client 4','','inherit','closed','closed','','2591-revision-v1','','','2018-07-13 21:51:45','2018-07-13 21:51:45','',2591,'http://trackspr.flywheelsites.com/?p=2592',0,'revision','',0),(2596,1,'2018-07-17 16:29:01','2018-07-17 16:29:01','','A','','inherit','open','closed','','a-4','','','2018-07-17 16:29:01','2018-07-17 16:29:01','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/A-1.png',0,'attachment','image/png',0),(2597,1,'2018-07-17 17:09:30','2018-07-17 17:09:30','','T','','inherit','open','closed','','t','','','2018-07-17 17:09:30','2018-07-17 17:09:30','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/T.png',0,'attachment','image/png',0),(2622,1,'2018-07-17 18:43:47','2018-07-17 18:43:47','\"\"\r\n\r\n \r\n

Jamie Hampton, CEO and Founder

\r\nAs a 17-year veteran of the industry, this is my most important work to date. My path to Tracks has been stereotypical yet off road at the same time. As a person of privilege, my white, middle-class upbringing led me to a decade at typical public relations agencies staffed with a typical workforce doing typical work – selling stuff, promoting clubs, endorsing affluence. After six years running my values-led communications agency, Mixte Communications, I realized the opportunity to make change within my industry, which is 88 percent white. By connecting resettled refugees with well-paying communications careers, we lift all people and strengthen the fabric of our communities. By forging these new tracks, our clients, our employees and our neighbors can thrive.','Jamie Hampton','CEO and Founder','publish','closed','closed','','jamie-hampton-ceo-and-founder','','','2018-07-17 19:09:32','2018-07-17 19:09:32','',0,'http://trackspr.flywheelsites.com/?post_type=dt_team&p=2622',0,'dt_team','',0),(2623,1,'2018-07-17 18:42:04','2018-07-17 18:42:04','','jamie','','inherit','open','closed','','jamie','','','2018-07-17 18:42:04','2018-07-17 18:42:04','',2622,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/jamie.jpg',0,'attachment','image/jpeg',0),(2624,1,'2018-07-17 18:53:46','2018-07-17 18:53:46','\"\"\r\n\r\n \r\n

Jamie Hampton, CEO and Founder

\r\nAs a 17-year veteran of the industry, this is my most important work to date. My path to Tracks has been stereotypical yet off road at the same time. As a person of privilege, my white, middle-class upbringing led me to a decade at typical public relations agencies staffed with a typical workforce doing typical work – selling stuff, promoting clubs, endorsing affluence. After six years running my values-led communications agency, Mixte Communications, I realized the opportunity to make change within my industry, which is 88 percent white. By connecting resettled refugees with well-paying communications careers, we lift all people and strengthen the fabric of our communities. By forging these new tracks, our clients, our employees and our neighbors can thrive.','Jamie Hampton, CEO and Founder','','inherit','closed','closed','','2622-autosave-v1','','','2018-07-17 18:53:46','2018-07-17 18:53:46','',2622,'http://trackspr.flywheelsites.com/?p=2624',0,'revision','',0),(2626,1,'2018-07-17 18:54:46','2018-07-17 18:54:46','','jamie-full','','inherit','open','closed','','jamie-full','','','2018-07-17 18:54:46','2018-07-17 18:54:46','',2622,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/jamie-full.jpg',0,'attachment','image/jpeg',0),(2627,1,'2018-07-17 18:57:10','2018-07-17 18:57:10',' \r\n

\"\"

\r\n

Karim Bouris, President Workplace Readiness Programs

\r\nAs a long-time veteran of workforce programs and an immigrant to the U.S., I understand how workplace dynamics can make or break an employer’s success in reaching diversity goals. I provide employers with training for themselves and their staff to ensure they can successfully welcome and excel with a changing workforce demographic. Tracks prepares our employees for careers in an industry that is predominantly white. When we place one of our apprentices into a new job, I work closely with the employer, through our proprietary workplace readiness programs, to create a welcoming and aware workplace for diversity inclusion. When not at Tracks, I am the executive director of Business for Good San Diego, which unites small business owners to drive policy that improves our community.','Karim Bouris','President Workplace Readiness Programs','publish','closed','closed','','karim-bouris-president-workplace-readiness-programs','','','2018-07-19 17:40:14','2018-07-19 17:40:14','',0,'http://trackspr.flywheelsites.com/?post_type=dt_team&p=2627',0,'dt_team','',0),(2629,1,'2018-07-17 19:08:05','2018-07-17 19:08:05','[vc_gitem][vc_gitem_animated_block animation=\"fadeIn\"][vc_gitem_zone_a featured_image=\"yes\"][vc_gitem_row position=\"top\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"middle\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"bottom\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][/vc_gitem_zone_a][vc_gitem_zone_b css=\".vc_custom_1531854479837{background-color: rgba(15,56,78,0.7) !important;*background-color: rgb(15,56,78) !important;}\"][vc_gitem_row position=\"top\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"middle\"][vc_gitem_col][vc_gitem_post_title link=\"post_link\" font_container=\"tag:h2|text_align:center\" use_custom_fonts=\"yes\" block_container=\"color:%23ffffff\" use_theme_fonts=\"yes\"][vc_gitem_post_excerpt link=\"post_link\" font_container=\"tag:h4|text_align:center\" use_custom_fonts=\"yes\" block_container=\"color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_gitem_col][/vc_gitem_row][vc_gitem_row position=\"bottom\"][vc_gitem_col][/vc_gitem_col][/vc_gitem_row][/vc_gitem_zone_b][/vc_gitem_animated_block][/vc_gitem]','Staff Template','','publish','closed','closed','','staff-template','','','2018-07-17 19:11:20','2018-07-17 19:11:20','',0,'http://trackspr.flywheelsites.com/?post_type=vc_grid_item&p=2629',0,'vc_grid_item','',0),(2631,1,'2018-07-17 19:13:04','2018-07-17 19:13:04','

Muhammad Aqeel Karkeen, Storytelling Apprentice

\r\nOriginally employed as a pharmacist assistant, I now use storytelling to unveil paths of hope and inspiration for those facing the world’s toughest human rights violations. With a focus on relationship management, I know that listening and compassion are essential skills to build strong bonds and creative public relations and social media programs. Previous to Tracks Public Relations, I worked at Launch Generation building relationships with schools and as a translator at UNHCR, ZOA Refugee Center, as I’m fluent in English, Farsi, and Urdu.','Muhammad Aqeel Karkeen','Storytelling Apprentice','publish','closed','closed','','muhammad-aqeel-karkeen','','','2018-07-17 19:13:29','2018-07-17 19:13:29','',0,'http://trackspr.flywheelsites.com/?post_type=dt_team&p=2631',0,'dt_team','',0),(2632,1,'2018-07-17 19:14:51','2018-07-17 19:14:51','','Nada Abubakar','Communications Apprentice','publish','closed','closed','','nada-abubakar','','','2018-07-17 19:14:51','2018-07-17 19:14:51','',0,'http://trackspr.flywheelsites.com/?post_type=dt_team&p=2632',0,'dt_team','',0),(2647,1,'2018-07-19 17:23:45','2018-07-19 17:23:45','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
[submit \"CONTACT ME!\"]
\n1\nTracks Public Relations \"[your-subject]\"\n[your-name] \nllashell@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Tracks Public Relations (http://trackspr.flywheelsites.com)\nReply-To: [your-email]\n\n\n\n\nTracks Public Relations \"[your-subject]\"\nTracks Public Relations \n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Tracks Public Relations (http://trackspr.flywheelsites.com)\nReply-To: llashell@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2018-11-16 20:24:31','2018-11-16 20:24:31','',0,'http://trackspr.flywheelsites.com/?post_type=wpcf7_contact_form&p=2647',0,'wpcf7_contact_form','',0),(2650,1,'2018-07-19 17:39:37','2018-07-19 17:39:37','','KB headshot','','inherit','open','closed','','kb-headshot','','','2018-07-19 17:39:37','2018-07-19 17:39:37','',2627,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/KB-headshot.jpg',0,'attachment','image/jpeg',0),(2653,1,'2018-07-27 17:10:22','2018-07-27 17:10:22','ARTS mission is to ignite the power of creativity in youth, inspiring them to overcome obstacles and providing them with the skills needed to become compassionate catalysts for positive change in themselves, their communities, and the world. We believe that creativity is a powerful tool that can transform the lives of young people and set them up for success. We invest in youth because they are tomorrow’s employers, activists, influencers, parents, and leaders. When young people thrive, the positive effects ripple throughout their families and communities.\r\n\r\nARTS is changing lives through:\r\n\r\nArts Education and Creative Skill Building\r\nCommunity Development\r\nSupport Services for Youth','A Reason to Survive (ARTS)','','inherit','closed','closed','','2577-autosave-v1','','','2018-07-27 17:10:22','2018-07-27 17:10:22','',2577,'http://trackspr.flywheelsites.com/?p=2653',0,'revision','',0),(2654,1,'2018-07-27 17:08:13','2018-07-27 17:08:13','','MG_6623-e1496767591199-427x427','','inherit','open','closed','','mg_6623-e1496767591199-427x427','','','2018-07-27 17:08:13','2018-07-27 17:08:13','',2577,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/MG_6623-e1496767591199-427x427.jpg',0,'attachment','image/jpeg',0),(2655,1,'2018-07-27 17:09:02','2018-07-27 17:09:02','','IMG_3211-1024x683','','inherit','open','closed','','img_3211-1024x683','','','2018-07-27 17:09:02','2018-07-27 17:09:02','',2577,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/IMG_3211-1024x683.jpg',0,'attachment','image/jpeg',0),(2656,1,'2018-07-27 17:10:55','2018-07-27 17:10:55','ARTS mission is to ignite the power of creativity in youth, inspiring them to overcome obstacles and providing them with the skills needed to become compassionate catalysts for positive change in themselves, their communities, and the world. We believe that creativity is a powerful tool that can transform the lives of young people and set them up for success. We invest in youth because they are tomorrow’s employers, activists, influencers, parents, and leaders. When young people thrive, the positive effects ripple throughout their families and communities.\r\n\r\nARTS is changing lives through:\r\n\r\nArts Education and Creative Skill Building\r\nCommunity Development\r\nSupport Services for Youth','A Reason to Survive (ARTS)','','inherit','closed','closed','','2577-revision-v1','','','2018-07-27 17:10:55','2018-07-27 17:10:55','',2577,'http://trackspr.flywheelsites.com/?p=2656',0,'revision','',0),(2662,1,'2018-11-16 20:40:04','2018-11-16 20:40:04','

[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2543|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/drop-the-label-movement-608504-unsplash.jpg|caption^null|alt^null|title^drop-the-label-movement-608504-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.13)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]

\n

About

\n

Why are we building bridges?

\n

[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542394194902{margin-top: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.

\n

In the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.[/vc_column_text][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2754|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/vinicius-amano-637265-unsplash.jpg|caption^null|alt^null|title^vinicius-amano-637265-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.57)\"][vc_column][ultimate_spacer height=\"80\" height_on_mob=\"55\"][vc_column_text]

\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\n

[/vc_column_text][ultimate_spacer height=\"80\" height_on_mob=\"55\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30\"][vc_column_text]Tracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.

\n

When you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:

\n
    \n
  • Hire our employees for your company or department
  • \n
  • Engage us to teach cultural competency to your staff
  • \n
  • Bring us in to coach your leadership on the benefits of diversity
  • \n
  • Make a statement with your purchasing – hire Tracks today
  • \n
\n

[/vc_column_text][vc_empty_space height=\"30\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2754|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/vinicius-amano-637265-unsplash.jpg|caption^null|alt^null|title^vinicius-amano-637265-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.57)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"75\"][vc_column_text]

\n

We’re Changing Culture

\n

[/vc_column_text][vc_empty_space][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][ultimate_spacer height=\"100\" height_on_mob=\"75\"][/vc_column][/vc_row]

\n','About','','inherit','closed','closed','','2183-autosave-v1','','','2018-11-16 20:40:04','2018-11-16 20:40:04','',2183,'http://trackspr.flywheelsites.com/?p=2662',0,'revision','',0),(2664,1,'2018-07-27 20:44:04','2018-07-27 20:44:04','[vc_row equal_height=\"yes\" content_placement=\"middle\" type=\"vc_default\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1490268456882{padding-bottom: 50px !important;}\"][ultimate_heading main_heading=\"We are Inclusive\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" spacer_margin=\"margin-bottom:30px;\" el_class=\"accent-border-color\" sub_heading_line_height=\"desktop:28px;\"]Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat.\r\n\r\nQuisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci.[/ultimate_heading][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1490268460084{padding-bottom: 50px !important;}\"][dt_fancy_image image_id=\"2079\" width=\"900\" height=\"600\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" type=\"vc_default\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1490268460084{padding-bottom: 50px !important;}\"][dt_fancy_image image_id=\"2288\" width=\"900\" height=\"600\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1490268456882{padding-bottom: 50px !important;}\"][ultimate_heading main_heading=\"We are Inventive\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"80\" spacer_margin=\"margin-bottom:30px;\" el_class=\"accent-border-color\" sub_heading_line_height=\"desktop:28px;\"]Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris. Ut porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/ultimate_heading][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" type=\"vc_default\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1490268456882{padding-bottom: 50px !important;}\"][ultimate_heading main_heading=\"We are Insightful\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"70\" spacer_margin=\"margin-bottom:30px;\" el_class=\"accent-border-color\" sub_heading_line_height=\"desktop:28px;\"]Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta.\r\n\r\nProin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.[/ultimate_heading][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1490268460084{padding-bottom: 50px !important;}\"][dt_fancy_image image_id=\"2083\" width=\"900\" height=\"600\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" type=\"vc_default\" css=\".vc_custom_1529685422770{padding-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1490268460084{padding-bottom: 50px !important;}\"][dt_fancy_image image_id=\"2084\" width=\"900\" height=\"600\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\" css=\".vc_custom_1490268456882{padding-bottom: 50px !important;}\"][ultimate_heading main_heading=\"We have Integrity\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" main_heading_margin=\"margin-bottom:10px;\" line_width=\"70\" spacer_margin=\"margin-bottom:30px;\" el_class=\"accent-border-color\" sub_heading_line_height=\"desktop:28px;\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et.\r\n\r\nNunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis a, tincidunt lacus. Vestibulum malesuada porta laoreet. Sed gravida risus id elementum iaculis. Fusce fringilla commodo neque, vel venenatis lacus pretium eget. Nunc at magna aliquet, rhoncus leo vitae, viverra massa.[/ultimate_heading][/vc_column][/vc_row][vc_row bg_type=\"bg_color\" bg_override=\"ex-full\" type=\"vc_default\" margin_top=\"-50\" css=\".vc_custom_1529684726706{padding-top: 80px !important;padding-bottom: 30px !important;}\" bg_color_value=\"#f3f4f4\"][vc_column width=\"1/3\" offset=\"vc_col-lg-4 vc_col-md-4\" css=\".vc_custom_1476007482956{padding-bottom: 50px !important;}\"][stat_counter icon=\"icomoon-fontawesome-16x16-calendar-check\" icon_size=\"38\" icon_color=\"#ffffff\" icon_style=\"advanced\" icon_border_style=\"solid\" icon_color_border=\"\" icon_border_size=\"0\" icon_border_radius=\"0\" icon_border_spacing=\"80\" counter_title=\"Years of experience\" counter_value=\"6\" speed=\"5\" el_class=\"accent-icon-bg\" counter_color_txt=\"#242e35\" title_font_size=\"desktop:22px;\" title_font_line_height=\"desktop:26px;\" css_stat_counter=\".vc_custom_1529684671685{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" desc_font_size=\"desktop:52px;\" desc_font_line_height=\"desktop:80px;\" desc_font_color=\"#242e35\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1476007487982{padding-bottom: 50px !important;}\"][stat_counter icon=\"icomoon-fontawesome-16x16-paste\" icon_size=\"38\" icon_color=\"#ffffff\" icon_style=\"advanced\" icon_border_style=\"solid\" icon_color_border=\"\" icon_border_size=\"0\" icon_border_radius=\"0\" icon_border_spacing=\"80\" counter_title=\"Events organized\" counter_value=\"100\" counter_suffix=\"+\" speed=\"5\" el_class=\"accent-icon-bg\" counter_color_txt=\"#242e35\" title_font_size=\"desktop:22px;\" title_font_line_height=\"desktop:26px;\" css_stat_counter=\".vc_custom_1529684681249{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" desc_font_size=\"desktop:52px;\" desc_font_line_height=\"desktop:80px;\" desc_font_color=\"#242e35\" suf_pref_font_size=\"desktop:52px;\" suf_pref_line_height=\"desktop:80px;\" suf_pref_font_color=\"#242e35\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1476007492901{padding-bottom: 50px !important;}\"][stat_counter icon=\"icomoon-fontawesome-16x16-users\" icon_size=\"38\" icon_color=\"#ffffff\" icon_style=\"advanced\" icon_border_style=\"solid\" icon_color_border=\"\" icon_border_size=\"0\" icon_border_radius=\"0\" icon_border_spacing=\"80\" counter_title=\"Happy customers\" counter_value=\"50\" counter_suffix=\"+\" speed=\"5\" el_class=\"accent-icon-bg\" counter_color_txt=\"#242e35\" title_font_size=\"desktop:22px;\" title_font_line_height=\"desktop:26px;\" css_stat_counter=\".vc_custom_1529684692538{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" desc_font_size=\"desktop:52px;\" desc_font_line_height=\"desktop:80px;\" desc_font_color=\"#242e35\" suf_pref_font_size=\"desktop:52px;\" suf_pref_line_height=\"desktop:80px;\" suf_pref_font_color=\"#242e35\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-vz-jquery\" bg_image_new=\"id^2231|url^http://trackspr.flywheelsites.com/wp-content/uploads/2014/03/sl-event-19.jpg|caption^null|alt^null|title^sl-event-19|description^null\" bg_override=\"ex-full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1529678872883{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][ultimate_heading main_heading=\"WHAT OUR CLIENTS SAY\" main_heading_color=\"#ffffff\" spacer=\"line_only\" spacer_position=\"bottom\" line_height=\"4\" line_color=\"\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" main_heading_margin=\"margin-bottom:15px;\" sub_heading_line_height=\"desktop:28px;\" line_width=\"100\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:60px;\"][/ultimate_heading][dt_testimonials_carousel dis_posts_total=\"3\" content_layout=\"layout_2\" content_alignment=\"center\" content_bg=\"n\" post_content_paddings=\"0px 0px 0px 0px\" show_avatar=\"n\" slides_on_wide_desk=\"1\" slides_on_desk=\"1\" slides_on_lapt=\"1\" slides_on_h_tabs=\"1\" adaptive_height=\"y\" post_title_font_style=\"normal:bold:uppercase\" post_title_font_size=\"18px\" post_title_line_height=\"28px\" custom_title_color=\"#e73935\" post_title_bottom_margin=\"0px\" testimonial_position=\"n\" post_content=\"show_content\" content_font_style=\"italic:normal:none\" content_font_size=\"30px\" content_line_height=\"42px\" custom_content_color=\"#ffffff\" content_bottom_margin=\"20px\" arrow_bg_width=\"40x\" arrow_bg_height=\"40px\" arrow_border_width=\"3px\" arrow_icon_color=\"\" arrows_bg_show=\"n\" arrow_icon_color_hover=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" r_arrow_h_offset=\"-60px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" l_arrow_h_offset=\"-60px\" reposition_arrows_mobile_switch_width=\"1360px\" l_arrows_mobile_h_position=\"-20px\" r_arrows_mobile_h_position=\"-20px\" category=\"\" css_dt_testimonials_carousel=\".vc_custom_1529680111447{padding-right: 10px !important;padding-left: 10px !important;}\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','2183-revision-v1','','','2018-07-27 20:44:04','2018-07-27 20:44:04','',2183,'http://trackspr.flywheelsites.com/?p=2664',0,'revision','',0),(2665,1,'2018-07-27 20:57:39','2018-07-27 20:57:39','','elias-castillo-658736-unsplash','','inherit','open','closed','','elias-castillo-658736-unsplash','','','2018-07-27 20:57:39','2018-07-27 20:57:39','',2183,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg',0,'attachment','image/jpeg',0),(2666,1,'2018-07-27 21:07:34','2018-07-27 21:07:34','[vc_row css=\".vc_custom_1532725620995{margin-top: 80px !important;margin-bottom: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.\r\n\r\nIn the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.\r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\nTracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.\r\n\r\nWhen you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2665|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg|caption^null|alt^null|title^elias-castillo-658736-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"ex-full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.67)\" overlay_pattern=\"transperant\" css=\".vc_custom_1532725452551{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][ultimate_heading main_heading=\"CONTACT US\" main_heading_color=\"#ffffff\" spacer=\"line_only\" spacer_position=\"bottom\" line_height=\"4\" line_color=\"\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" main_heading_margin=\"margin-bottom:15px;\" sub_heading_line_height=\"desktop:28px;\" line_width=\"100\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:60px;\" margin_design_tab_text=\"\"][/ultimate_heading][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][contact-form-7 id=\"2647\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','2183-revision-v1','','','2018-07-27 21:07:34','2018-07-27 21:07:34','',2183,'http://trackspr.flywheelsites.com/?p=2666',0,'revision','',0),(2667,1,'2018-07-27 21:08:42','2018-07-27 21:08:42','[vc_row css=\".vc_custom_1532725620995{margin-top: 80px !important;margin-bottom: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.\r\n\r\nIn the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.\r\n

\r\n \r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\n \r\n\r\nTracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.\r\n\r\nWhen you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2665|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg|caption^null|alt^null|title^elias-castillo-658736-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"ex-full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.67)\" overlay_pattern=\"transperant\" css=\".vc_custom_1532725452551{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][ultimate_heading main_heading=\"CONTACT US\" main_heading_color=\"#ffffff\" spacer=\"line_only\" spacer_position=\"bottom\" line_height=\"4\" line_color=\"\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" main_heading_margin=\"margin-bottom:15px;\" sub_heading_line_height=\"desktop:28px;\" line_width=\"100\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:60px;\"][/ultimate_heading][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][contact-form-7 id=\"2647\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','2183-revision-v1','','','2018-07-27 21:08:42','2018-07-27 21:08:42','',2183,'http://trackspr.flywheelsites.com/?p=2667',0,'revision','',0),(2668,1,'2018-07-27 21:11:44','2018-07-27 21:11:44','[vc_row css=\".vc_custom_1532725620995{margin-top: 80px !important;margin-bottom: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.\r\n\r\nIn the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.\r\n

\r\n \r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\n \r\n\r\nTracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.\r\n\r\nWhen you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2665|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg|caption^null|alt^null|title^elias-castillo-658736-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"ex-full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.67)\" overlay_pattern=\"transperant\" css=\".vc_custom_1532725452551{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][ultimate_heading main_heading=\"CONTACT US\" main_heading_color=\"#ffffff\" spacer=\"line_only\" spacer_position=\"bottom\" line_height=\"4\" line_color=\"\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" main_heading_margin=\"margin-bottom:15px;\" sub_heading_line_height=\"desktop:28px;\" line_width=\"100\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:60px;\"][/ultimate_heading][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"2647\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','2183-revision-v1','','','2018-07-27 21:11:44','2018-07-27 21:11:44','',2183,'http://trackspr.flywheelsites.com/?p=2668',0,'revision','',0),(2669,1,'2018-11-16 18:09:24','2018-11-16 18:09:24','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2676|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/hust-wilson-380876-unsplash.jpg|caption^null|alt^null|title^hust-wilson-380876-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

News

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row][vc_column][dt_blog_masonry mode=\"grid\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:3|h_tablet:3|v_tablet:2|phone:1\" loading_mode=\"js_more\" jsm_posts_per_page=\"9\" custom_title_color=\"#686868\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" excerpt_words_limit=\"30\" fancy_categories=\"y\" fancy_categories_font_color=\"#ffffff\" fancy_categories_bg_color=\"#25a785\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','News','','inherit','closed','closed','','46-autosave-v1','','','2018-11-16 18:09:24','2018-11-16 18:09:24','',46,'http://trackspr.flywheelsites.com/?p=2669',0,'revision','',0),(2670,1,'2018-07-27 21:15:55','2018-07-27 21:15:55','[vc_row type=\"vc_default\"][vc_column css=\".vc_custom_1490282465784{padding-right: 50px !important;padding-left: 50px !important;}\"][dt_blog_masonry content_bg=\"n\" post_content_paddings=\"30px 0px 0px 0px\" bwb_columns=\"desktop:2|h_tablet:2|v_tablet:1|phone:1\" gap_between_posts=\"25px\" loading_mode=\"js_more\" jsm_posts_per_page=\"4\" post_title_font_style=\"normal:normal:none\" post_date=\"n\" post_author=\"n\" post_comments=\"n\" content_font_size=\"16px\" content_line_height=\"28px\" content_bottom_margin=\"10px\" read_more_button=\"default_button\" fancy_date=\"y\" fancy_categories=\"y\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','46-revision-v1','','','2018-07-27 21:15:55','2018-07-27 21:15:55','',46,'http://trackspr.flywheelsites.com/?p=2670',0,'revision','',0),(2671,1,'2018-07-27 21:16:35','2018-07-27 21:16:35','[vc_row type=\"vc_default\"][vc_column css=\".vc_custom_1490282465784{padding-right: 50px !important;padding-left: 50px !important;}\"][dt_blog_masonry mode=\"grid\" content_bg=\"n\" post_content_paddings=\"30px 0px 0px 0px\" bwb_columns=\"desktop:2|h_tablet:2|v_tablet:1|phone:1\" gap_between_posts=\"25px\" loading_mode=\"js_more\" jsm_posts_per_page=\"4\" post_title_font_style=\"normal:normal:none\" post_date=\"n\" post_author=\"n\" post_comments=\"n\" content_font_size=\"16px\" content_line_height=\"28px\" content_bottom_margin=\"10px\" read_more_button=\"default_button\" fancy_date=\"y\" fancy_categories=\"y\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','46-revision-v1','','','2018-07-27 21:16:35','2018-07-27 21:16:35','',46,'http://trackspr.flywheelsites.com/?p=2671',0,'revision','',0),(2672,1,'2018-07-27 21:18:53','2018-07-27 21:18:53','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2018-07-27 21:18:53','2018-07-27 21:18:53','',1,'http://trackspr.flywheelsites.com/?p=2672',0,'revision','',0),(2673,1,'2018-07-27 21:20:56','2018-07-27 21:20:56','[vc_row type=\"vc_default\"][vc_column css=\".vc_custom_1490282465784{padding-right: 50px !important;padding-left: 50px !important;}\"][dt_blog_masonry content_bg=\"n\" post_content_paddings=\"30px 0px 0px 0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:2|h_tablet:2|v_tablet:1|phone:1\" gap_between_posts=\"25px\" loading_mode=\"js_more\" jsm_posts_per_page=\"4\" post_title_font_style=\"normal:normal:none\" post_date=\"n\" post_author=\"n\" post_comments=\"n\" content_font_size=\"16px\" content_line_height=\"28px\" content_bottom_margin=\"10px\" read_more_button=\"default_button\" fancy_date=\"y\" fancy_categories=\"y\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','46-revision-v1','','','2018-07-27 21:20:56','2018-07-27 21:20:56','',46,'http://trackspr.flywheelsites.com/?p=2673',0,'revision','',0),(2674,1,'2018-07-27 21:32:15','2018-07-27 21:32:15','[vc_row][vc_column][dt_blog_masonry mode=\"grid\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:3|h_tablet:3|v_tablet:2|phone:1\" loading_mode=\"js_more\" jsm_posts_per_page=\"9\" custom_title_color=\"#686868\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" excerpt_words_limit=\"30\" fancy_date=\"y\" fancy_date_font_color=\"#ffffff\" fancy_date_bg_color=\"#25a785\" fancy_categories=\"y\" fancy_categories_font_color=\"#ffffff\" fancy_categories_bg_color=\"#25a785\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','Blog','','inherit','closed','closed','','46-revision-v1','','','2018-07-27 21:32:15','2018-07-27 21:32:15','',46,'http://trackspr.flywheelsites.com/?p=2674',0,'revision','',0),(2675,1,'2018-07-27 21:34:09','2018-07-27 21:34:09','','matheus-ferrero-159633-unsplash','','inherit','open','closed','','matheus-ferrero-159633-unsplash','','','2018-07-27 21:34:09','2018-07-27 21:34:09','',46,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/matheus-ferrero-159633-unsplash.jpg',0,'attachment','image/jpeg',0),(2676,1,'2018-07-27 21:40:53','2018-07-27 21:40:53','','hust-wilson-380876-unsplash','','inherit','open','closed','','hust-wilson-380876-unsplash','','','2018-07-27 21:40:53','2018-07-27 21:40:53','',46,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/hust-wilson-380876-unsplash.jpg',0,'attachment','image/jpeg',0),(2679,1,'2018-07-27 22:39:30','2018-07-27 22:39:30','[vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][ultimate_heading main_heading=\"Drop us a line\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"middle\" line_height=\"3\" main_heading_margin=\"margin-bottom:10px;\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:30px;\" sub_heading_line_height=\"desktop:28px;\" sub_heading_margin=\"margin-bottom:40px;\" margin_design_tab_text=\"\"][/ultimate_heading][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][ultimate_heading main_heading=\"Our office\" alignment=\"left\" spacer=\"line_only\" spacer_position=\"bottom\" line_height=\"3\" main_heading_margin=\"margin-bottom:10px;\" main_heading_font_size=\"desktop:26px;\" main_heading_line_height=\"desktop:36px;\" line_width=\"80\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:40px;\"][/ultimate_heading][ult_hotspot main_img=\"id^2500|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/imgmap.jpg|caption^null|alt^null|title^imgmap|description^null\"][ult_hotspot_items icon=\"icomoon-fontawesome-16x16-map-pin\" icon_size=\"40\" tooltip_custom_color=\"#ffffff\" tooltip_custom_bg_color=\"#20262a\" tooltip_width=\"200\" tooltip_animation=\"glow\" tooltip_align=\"center\" tooltip_continuous_animation=\"glow\" hotspot_position=\"42.24609375,49.0625\" tooltip_font_size=\"desktop:16px;\" tooltip_font_line_height=\"desktop:20px;\"]\r\n

TRACKS PUBLIC RELATIONS\r\nWe are here!

\r\n[/ult_hotspot_items][/ult_hotspot][vc_column_text css=\".vc_custom_1532731136749{padding-bottom: 20px !important;}\"]\r\n

TRACKS PUBLIC RELATIONS\r\n121 Rock Sreet, 21 Avenue, New York, NY 92103-9000

\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1532731082903{padding-bottom: 20px !important;}\"]\r\n

CALL US\r\n1 (234) 567-891\r\n1 (234) 987-654

\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1532731090284{padding-bottom: 0px !important;}\"]\r\n

MAIL\r\nhello@dream-theme.com

\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-07-27 22:39:30','2018-07-27 22:39:30','',11,'http://trackspr.flywheelsites.com/?p=2679',0,'revision','',0),(2680,1,'2018-07-27 22:40:46','2018-07-27 22:40:46','','climate-kic-350836','','inherit','open','closed','','climate-kic-350836','','','2018-07-27 22:40:46','2018-07-27 22:40:46','',11,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/climate-kic-350836.jpg',0,'attachment','image/jpeg',0),(2681,1,'2018-07-27 22:46:16','2018-07-27 22:46:16','[vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][ult_hotspot main_img=\"id^2500|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/imgmap.jpg|caption^null|alt^null|title^imgmap|description^null\"][ult_hotspot_items icon=\"icomoon-fontawesome-16x16-map-pin\" icon_size=\"40\" tooltip_custom_color=\"#ffffff\" tooltip_custom_bg_color=\"#20262a\" tooltip_width=\"200\" tooltip_animation=\"glow\" tooltip_align=\"center\" tooltip_continuous_animation=\"glow\" hotspot_position=\"42.24609375,49.0625\" tooltip_font_size=\"desktop:16px;\" tooltip_font_line_height=\"desktop:20px;\"]\r\n

TRACKS PUBLIC RELATIONS\r\nWe are here!

\r\n[/ult_hotspot_items][/ult_hotspot][vc_column_text css=\".vc_custom_1532731136749{padding-bottom: 20px !important;}\"]\r\n

TRACKS PUBLIC RELATIONS\r\n121 Rock Sreet, 21 Avenue, New York, NY 92103-9000

\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1532731082903{padding-bottom: 20px !important;}\"]\r\n

CALL US\r\n1 (234) 567-891\r\n1 (234) 987-654

\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1532731090284{padding-bottom: 0px !important;}\"]\r\n

MAIL\r\nhello@dream-theme.com

\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-07-27 22:46:16','2018-07-27 22:46:16','',11,'http://trackspr.flywheelsites.com/?p=2681',0,'revision','',0),(2682,1,'2018-07-27 22:46:59','2018-07-27 22:46:59','[vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][ult_hotspot main_img=\"id^2500|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/imgmap.jpg|caption^null|alt^null|title^imgmap|description^null\"][ult_hotspot_items icon=\"icomoon-fontawesome-16x16-map-pin\" icon_size=\"40\" tooltip_custom_color=\"#ffffff\" tooltip_custom_bg_color=\"#20262a\" tooltip_width=\"200\" tooltip_animation=\"glow\" tooltip_align=\"center\" tooltip_continuous_animation=\"glow\" hotspot_position=\"42.24609375,49.0625\" tooltip_font_size=\"desktop:16px;\" tooltip_font_line_height=\"desktop:20px;\"]\r\n

TRACKS PUBLIC RELATIONS\r\nWe are here!

\r\n[/ult_hotspot_items][/ult_hotspot][vc_column_text css=\".vc_custom_1532731136749{padding-bottom: 20px !important;}\"]\r\n

TRACKS PUBLIC RELATIONS\r\n121 Rock Sreet, 21 Avenue, New York, NY 92103-9000

\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1532731082903{padding-bottom: 20px !important;}\"]\r\n

CALL US\r\n1 (234) 567-891\r\n1 (234) 987-654

\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1532731090284{padding-bottom: 0px !important;}\"]\r\n

MAIL\r\nhello@dream-theme.com

\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-07-27 22:46:59','2018-07-27 22:46:59','',11,'http://trackspr.flywheelsites.com/?p=2682',0,'revision','',0),(2683,1,'2018-07-27 22:50:06','2018-07-27 22:50:06','[vc_row type=\"vc_default\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis a, tincidunt lacus. Vestibulum malesuada porta laoreet. Sed gravida risus id elementum iaculis. Fusce fringilla commodo neque, vel venenatis lacus pretium eget. Nunc at magna aliquet, rhoncus leo vitae, viverra massa. Interdum et malesuada fames ac ante ipsum primis in faucibus. Praesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.\n\nDonec dictum auctor congue. Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo. Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\n\nProin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\n\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.[/vc_column_text][/vc_column][/vc_row]','Nulla Erat Tincidunt from Urna Sed Commodo','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend.','inherit','closed','closed','','156-revision-v1','','','2018-07-27 22:50:06','2018-07-27 22:50:06','',156,'http://trackspr.flywheelsites.com/?p=2683',0,'revision','',0),(2684,1,'2018-07-27 22:50:42','2018-07-27 22:50:42','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis a, tincidunt lacus. Vestibulum malesuada porta laoreet. Sed gravida risus id elementum iaculis. Fusce fringilla commodo neque, vel venenatis lacus pretium eget. Nunc at magna aliquet, rhoncus leo vitae, viverra massa. Interdum et malesuada fames ac ante ipsum primis in faucibus. Praesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.\n\nDonec dictum auctor congue. Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo. Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\n\nProin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\n\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\n\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris. Ut porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column][/vc_row]','Lorem Ipsum Dolor Con 2018','Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. ','inherit','closed','closed','','129-revision-v1','','','2018-07-27 22:50:42','2018-07-27 22:50:42','',129,'http://trackspr.flywheelsites.com/?p=2684',0,'revision','',0),(2685,1,'2018-07-27 22:50:53','2018-07-27 22:50:53','[vc_row type=\"vc_default\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis a, tincidunt lacus. Vestibulum malesuada porta laoreet. Sed gravida risus id elementum iaculis. Fusce fringilla commodo neque, vel venenatis lacus pretium eget. Nunc at magna aliquet, rhoncus leo vitae, viverra massa. Interdum et malesuada fames ac ante ipsum primis in faucibus. Praesent euismod risus ac erat suscipit consectetur. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse scelerisque metus quis lectus sodales molestie et et diam. Etiam sed aliquam mauris. Proin non ex justo. Vestibulum ac massa in ex blandit iaculis.\n\nDonec dictum auctor congue. Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo. Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\n\nProin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\n\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\n\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris. Ut porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column][/vc_row]','2nd International Conference on Lorem Ipsum Dolor Glavrida','Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida!','inherit','closed','closed','','144-revision-v1','','','2018-07-27 22:50:53','2018-07-27 22:50:53','',144,'http://trackspr.flywheelsites.com/?p=2685',0,'revision','',0),(2686,1,'2018-07-27 22:51:09','2018-07-27 22:51:09','[vc_row type=\"vc_default\"][vc_column][vc_column_text]Donec dictum auctor congue. Vivamus vel justo et odio suscipit elementum non id lorem. Duis porttitor laoreet malesuada. Maecenas elementum, libero id tincidunt ornare, orci quam fringilla erat, sed tristique ligula enim vel libero. Sed ante felis, varius nec dolor at, euismod porttitor sapien. Nullam eu vestibulum nibh. In sit amet fringilla lacus, in ornare nibh. Phasellus sed purus varius, euismod sapien sed, lacinia tortor. Ut orci nisl, facilisis id magna nec, maximus vestibulum justo. Quisque malesuada, urna id maximus aliquam, mi tellus commodo mauris, vel porta turpis enim eget augue. Nullam pulvinar auctor libero eget gravida. Proin a leo nec nibh fermentum congue. Phasellus volutpat vel justo non facilisis.\n\nProin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\n\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\n\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia.\n\nPraesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris. Ut porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][/vc_column][/vc_row]','2018 European Nullam Pulvinar Auctor Libero Eget Gravida','Sed pretium sollicitudin nisl, ut hendrerit velit semper et. Nunc eget faucibus turpis. Phasellus pharetra diam ut nisi sagittis eleifend. Suspendisse non sapien lobortis, eleifend felis.','inherit','closed','closed','','191-revision-v1','','','2018-07-27 22:51:09','2018-07-27 22:51:09','',191,'http://trackspr.flywheelsites.com/?p=2686',0,'revision','',0),(2687,1,'2018-07-27 22:51:29','2018-07-27 22:51:29','[vc_row][vc_column][vc_column_text]Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\n\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\n\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris.\n\nUt porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][dt_default_button link=\"url:https%3A%2F%2Fwww.businesseurope.eu%2Fevents%2Fdigital-transformation-public-procurement||target:%20_blank|rel:nofollow\" css=\".vc_custom_1529677454750{margin-top: 30px !important;}\"]View Details[/dt_default_button][/vc_column][/vc_row]','Digital Justo for Sodales Sed Consequat','The digital transformation of public procurement will bring huge changes to the sector, but it also offers increased competitiveness of our economies. ','inherit','closed','closed','','150-revision-v1','','','2018-07-27 22:51:29','2018-07-27 22:51:29','',150,'http://trackspr.flywheelsites.com/?p=2687',0,'revision','',0),(2688,1,'2018-07-27 22:54:42','2018-07-27 22:54:42','[vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][ult_hotspot main_img=\"id^2500|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/06/imgmap.jpg|caption^null|alt^null|title^imgmap|description^null\"][ult_hotspot_items icon=\"icomoon-fontawesome-16x16-map-pin\" icon_size=\"40\" tooltip_custom_color=\"#ffffff\" tooltip_custom_bg_color=\"#20262a\" tooltip_width=\"200\" tooltip_animation=\"glow\" tooltip_align=\"center\" tooltip_continuous_animation=\"glow\" hotspot_position=\"42.24609375,49.0625\" tooltip_font_size=\"desktop:16px;\" tooltip_font_line_height=\"desktop:20px;\"]\r\n

TRACKS PUBLIC RELATIONS\r\nWe are here!

\r\n[/ult_hotspot_items][/ult_hotspot][vc_column_text css=\".vc_custom_1532731136749{padding-bottom: 20px !important;}\"]\r\n

TRACKS PUBLIC RELATIONS\r\n121 Rock Sreet, 21 Avenue, New York, NY 92103-9000

\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1532732075241{padding-bottom: 20px !important;}\"]\r\n

CONTACT INFORMATION\r\nJamie Hampton, CEO\r\n858-337-7466\r\nJamie@trackspr.com

\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-07-27 22:54:42','2018-07-27 22:54:42','',11,'http://trackspr.flywheelsites.com/?p=2688',0,'revision','',0),(2690,1,'2018-07-27 22:59:54','2018-07-27 22:59:54','

Who we are

\r\nOur website address is: http://trackspr.flywheelsites.com.\r\n

What personal data we collect and why we collect it

\r\n

Comments

\r\nWhen 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.\r\n\r\nAn 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.\r\n

Media

\r\nIf 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.\r\n

Contact forms

\r\n

Cookies

\r\nIf 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.\r\n\r\nIf 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.\r\n\r\nWhen 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.\r\n\r\nIf 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.\r\n

Embedded content from other websites

\r\nArticles 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.\r\n\r\nThese websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracing your interaction with the embedded content if you have an account and are logged in to that website.\r\n

Analytics

\r\n

Who we share your data with

\r\n

How long we retain your data

\r\nIf 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.\r\n\r\nFor 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.\r\n

What rights you have over your data

\r\nIf 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.\r\n

Where we send your data

\r\nVisitor comments may be checked through an automated spam detection service.\r\n

Your contact information

\r\n

Additional information

\r\n

How we protect your data

\r\n

What data breach procedures we have in place

\r\n

What third parties we receive data from

\r\n

What automated decision making and/or profiling we do with user data

\r\n

Industry regulatory disclosure requirements

','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2018-07-27 22:59:54','2018-07-27 22:59:54','',3,'http://trackspr.flywheelsites.com/?p=2690',0,'revision','',0),(2691,1,'2018-07-27 23:12:55','2018-07-27 23:12:55','{\n \"widget_custom_html[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjQ3MzoiPGNlbnRlcj48dWwgY2xhc3M9ImZvb3Rlci1zb2NpYWwiPg0KPGxpPjxhIHRhcmdldD0iX2JsYW5rIiBocmVmPSJodHRwczovL3d3dy5pbnN0YWdyYW0uY29tL3RyYWNrc3B1YmxpY3JlbGF0aW9ucy8iPjxpIGNsYXNzPSJmYSBmYS1pbnN0YWdyYW0iIGFyaWEtaGlkZGVuPSJ0cnVlIj48L2k+PC9hPjwvbGk+PGxpPjxhIHRhcmdldD0iX2JsYW5rIiBocmVmPSJodHRwczovL3d3dy5saW5rZWRpbi5jb20vY29tcGFueS90cmFja3MtcHVibGljLXJlbGF0aW9ucy8iPjxpIGNsYXNzPSJmYSBmYS1saW5rZWRpbiIgYXJpYS1oaWRkZW49InRydWUiPjwvaT48L2E+PC9saT48bGk+PGEgdGFyZ2V0PSJfYmxhbmsiIGhyZWY9Imh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9UcmFja3NQdWJsaWNSZWxhdGlvbnMiPjxpIGNsYXNzPSJmYSBmYS1mYWNlYm9vayIgYXJpYS1oaWRkZW49InRydWUiPjwvaT48L2E+PC9saT4NCjwvdWw+DQo8L2NlbnRlcj4iO30=\",\n \"title\": \"\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"91b1311791885190607081d025e83ed7\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-07-27 23:12:55\"\n }\n}','','','trash','closed','closed','','c42c1ae7-2985-4d87-ba4e-a6a88874c132','','','2018-07-27 23:12:55','2018-07-27 23:12:55','',0,'http://trackspr.flywheelsites.com/?p=2691',0,'customize_changeset','',0),(2692,1,'2018-09-07 19:01:16','2018-09-07 19:01:16','[vc_row css=\".vc_custom_1532725620995{margin-top: 80px !important;margin-bottom: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.\r\n\r\nIn the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.\r\n

\r\n \r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\n \r\n\r\nTracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.\r\n\r\nWhen you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2665|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg|caption^null|alt^null|title^elias-castillo-658736-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"ex-full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"#0f384e\" css=\".vc_custom_1536346847825{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][ultimate_heading main_heading=\"CONTACT US\" main_heading_color=\"#ffffff\" spacer=\"line_only\" spacer_position=\"bottom\" line_height=\"4\" line_color=\"\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" main_heading_margin=\"margin-bottom:15px;\" sub_heading_line_height=\"desktop:28px;\" line_width=\"100\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:60px;\"][/ultimate_heading][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"2647\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','2183-revision-v1','','','2018-09-07 19:01:16','2018-09-07 19:01:16','',2183,'http://trackspr.flywheelsites.com/?p=2692',0,'revision','',0),(2693,1,'2018-09-14 19:59:25','2018-09-14 19:59:25','[vc_row][vc_column][dt_blog_masonry mode=\"grid\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:3|h_tablet:3|v_tablet:2|phone:1\" loading_mode=\"js_more\" jsm_posts_per_page=\"9\" custom_title_color=\"#686868\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" excerpt_words_limit=\"30\" fancy_date=\"y\" fancy_date_font_color=\"#ffffff\" fancy_date_bg_color=\"#25a785\" fancy_categories=\"y\" fancy_categories_font_color=\"#ffffff\" fancy_categories_bg_color=\"#25a785\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','News','','inherit','closed','closed','','46-revision-v1','','','2018-09-14 19:59:25','2018-09-14 19:59:25','',46,'http://trackspr.flywheelsites.com/?p=2693',0,'revision','',0),(2694,1,'2018-09-14 20:22:47','2018-09-14 20:22:47','[vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMzNTYuOTI3OTIxMTI3MzY2NSUyMTJkLTExNy4xNDI3Nzc2ODQ5NjUxJTIxM2QzMi43MTQ1NDI5ODA5OTA4NCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDgwZGVhYTQ3ODFhMTZlOWQlMjUzQTB4ZWM3NGE4NGVjODkzODY2NyUyMTJzTWl4dGUlMkJDb21tdW5pY2F0aW9ucyUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNTM2OTU1ODk4NTE0JTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_column_text css=\".vc_custom_1532732075241{padding-bottom: 20px !important;}\"]\r\n

CONTACT INFORMATION\r\nJamie Hampton, CEO\r\n858-337-7466\r\nJamie@trackspr.com

\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-09-14 20:22:47','2018-09-14 20:22:47','',11,'http://trackspr.flywheelsites.com/?p=2694',0,'revision','',0),(2695,1,'2018-09-14 20:23:36','2018-09-14 20:23:36','[vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMzNTYuOTI3OTIxMTI3MzY2NSUyMTJkLTExNy4xNDI3Nzc2ODQ5NjUxJTIxM2QzMi43MTQ1NDI5ODA5OTA4NCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDgwZGVhYTQ3ODFhMTZlOWQlMjUzQTB4ZWM3NGE4NGVjODkzODY2NyUyMTJzTWl4dGUlMkJDb21tdW5pY2F0aW9ucyUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNTM2OTU1ODk4NTE0JTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_empty_space][vc_column_text css=\".vc_custom_1532732075241{padding-bottom: 20px !important;}\"]\r\n

CONTACT INFORMATION\r\nJamie Hampton, CEO\r\n858-337-7466\r\nJamie@trackspr.com

\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-09-14 20:23:36','2018-09-14 20:23:36','',11,'http://trackspr.flywheelsites.com/?p=2695',0,'revision','',0),(2696,1,'2018-11-16 19:01:28','2018-11-16 19:01:28','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2680|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/climate-kic-350836.jpg|caption^null|alt^null|title^climate-kic-350836|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.51)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

Contact

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMzNTYuOTI3OTIxMTI3MzY2NSUyMTJkLTExNy4xNDI3Nzc2ODQ5NjUxJTIxM2QzMi43MTQ1NDI5ODA5OTA4NCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDgwZGVhYTQ3ODFhMTZlOWQlMjUzQTB4ZWM3NGE4NGVjODkzODY2NyUyMTJzTWl4dGUlMkJDb21tdW5pY2F0aW9ucyUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNTM2OTU1ODk4NTE0JTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_empty_space][vc_column_text css=\".vc_custom_1536960990675{padding-bottom: 20px !important;}\"]\r\n

CONTACT INFORMATION

\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-autosave-v1','','','2018-11-16 19:01:28','2018-11-16 19:01:28','',11,'http://trackspr.flywheelsites.com/?p=2696',0,'revision','',0),(2697,1,'2018-09-14 22:03:04','2018-09-14 22:03:04','[vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMzNTYuOTI3OTIxMTI3MzY2NSUyMTJkLTExNy4xNDI3Nzc2ODQ5NjUxJTIxM2QzMi43MTQ1NDI5ODA5OTA4NCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDgwZGVhYTQ3ODFhMTZlOWQlMjUzQTB4ZWM3NGE4NGVjODkzODY2NyUyMTJzTWl4dGUlMkJDb21tdW5pY2F0aW9ucyUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNTM2OTU1ODk4NTE0JTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_empty_space][vc_column_text css=\".vc_custom_1536960990675{padding-bottom: 20px !important;}\"]\r\n

CONTACT INFORMATION

\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-09-14 22:03:04','2018-09-14 22:03:04','',11,'http://trackspr.flywheelsites.com/?p=2697',0,'revision','',0),(2698,1,'2018-09-14 22:04:30','2018-09-14 22:04:30','[vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMzNTYuOTI3OTIxMTI3MzY2NSUyMTJkLTExNy4xNDI3Nzc2ODQ5NjUxJTIxM2QzMi43MTQ1NDI5ODA5OTA4NCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDgwZGVhYTQ3ODFhMTZlOWQlMjUzQTB4ZWM3NGE4NGVjODkzODY2NyUyMTJzTWl4dGUlMkJDb21tdW5pY2F0aW9ucyUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNTM2OTU1ODk4NTE0JTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_empty_space][vc_column_text css=\".vc_custom_1536960990675{padding-bottom: 20px !important;}\"]\r\n

CONTACT INFORMATION

\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-09-14 22:04:30','2018-09-14 22:04:30','',11,'http://trackspr.flywheelsites.com/?p=2698',0,'revision','',0),(2699,1,'2018-09-14 22:07:42','2018-09-14 22:07:42','[vc_row][vc_column][dt_blog_masonry mode=\"grid\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:3|h_tablet:3|v_tablet:2|phone:1\" loading_mode=\"js_more\" jsm_posts_per_page=\"9\" custom_title_color=\"#686868\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" excerpt_words_limit=\"30\" fancy_categories=\"y\" fancy_categories_font_color=\"#ffffff\" fancy_categories_bg_color=\"#25a785\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','News','','inherit','closed','closed','','46-revision-v1','','','2018-09-14 22:07:42','2018-09-14 22:07:42','',46,'http://trackspr.flywheelsites.com/?p=2699',0,'revision','',0),(2701,1,'2018-09-14 22:18:49','2018-09-14 22:18:49','','Staff','','publish','closed','closed','','staff','','','2018-11-16 19:22:09','2018-11-16 19:22:09','',0,'http://trackspr.flywheelsites.com/?p=2701',4,'nav_menu_item','',0),(2702,1,'2018-09-14 22:18:49','2018-09-14 22:18:49','','Services','','publish','closed','closed','','services','','','2018-11-16 19:22:09','2018-11-16 19:22:09','',0,'http://trackspr.flywheelsites.com/?p=2702',1,'nav_menu_item','',0),(2707,1,'2018-10-25 18:41:44','2018-10-25 18:41:44','','','','trash','closed','closed','','__trashed','','','2018-10-25 18:41:44','2018-10-25 18:41:44','',0,'http://trackspr.flywheelsites.com/?post_type=dt_slideshow&p=2707',0,'dt_slideshow','',0),(2708,1,'2018-10-25 19:21:28','2018-10-25 19:21:28','','newscarousel1.jpg','','inherit','closed','closed','','newscarousel1-jpg','','','2018-10-25 19:21:28','2018-10-25 19:21:28','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/news-gallery/newscarousel1.jpg',0,'attachment','image/jpeg',0),(2709,1,'2018-10-25 19:21:28','2018-10-25 19:21:28','','newscarousel2.jpg','','inherit','closed','closed','','newscarousel2-jpg','','','2018-10-25 19:21:28','2018-10-25 19:21:28','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/news-gallery/newscarousel2.jpg',0,'attachment','image/jpeg',0),(2710,1,'2018-10-25 19:21:29','2018-10-25 19:21:29','','newscarousel6.jpg','','inherit','closed','closed','','newscarousel6-jpg','','','2018-10-25 19:21:29','2018-10-25 19:21:29','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/news-gallery/newscarousel6.jpg',0,'attachment','image/jpeg',0),(2711,1,'2018-10-25 19:21:29','2018-10-25 19:21:29','','newscarousel5.jpg','','inherit','closed','closed','','newscarousel5-jpg','','','2018-10-25 19:21:29','2018-10-25 19:21:29','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/revslider/news-gallery/newscarousel5.jpg',0,'attachment','image/jpeg',0),(2712,1,'2018-10-26 16:48:00','2018-10-26 16:48:00','','Copy of Untitled','','inherit','open','closed','','copy-of-untitled','','','2018-10-26 16:48:00','2018-10-26 16:48:00','',0,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/10/Copy-of-Untitled.png',0,'attachment','image/png',0),(2726,1,'2018-11-16 17:31:51','2018-11-16 17:31:51','','Project 5','','trash','closed','closed','','project-5__trashed','','','2018-11-16 20:50:50','2018-11-16 20:50:50','',0,'http://trackspr.flywheelsites.com/?post_type=dt_portfolio&p=2726',0,'dt_portfolio','',0),(2727,1,'2018-11-16 17:31:51','2018-11-16 17:31:51','','Project 5','','inherit','closed','closed','','2726-revision-v1','','','2018-11-16 17:31:51','2018-11-16 17:31:51','',2726,'http://trackspr.flywheelsites.com/?p=2727',0,'revision','',0),(2729,1,'2018-11-16 17:39:49','2018-11-16 17:39:49','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2542|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/thought-catalog-635846-unsplash.jpg|caption^null|alt^null|title^thought-catalog-635846-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

Clients

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][dt_portfolio_masonry mode=\"grid\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" category=\"\"][/vc_column][/vc_row]','Clients','','trash','closed','closed','','clients__trashed','','','2018-11-16 19:19:19','2018-11-16 19:19:19','',0,'http://trackspr.flywheelsites.com/?page_id=2729',0,'page','',0),(2730,1,'2018-11-16 17:39:49','2018-11-16 17:39:49','[vc_row][vc_column][dt_portfolio_masonry mode=\"grid\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" category=\"\"][/vc_column][/vc_row]','Clients','','inherit','closed','closed','','2729-revision-v1','','','2018-11-16 17:39:49','2018-11-16 17:39:49','',2729,'http://trackspr.flywheelsites.com/?p=2730',0,'revision','',0),(2731,1,'2018-11-16 18:01:10','2018-11-16 18:01:10','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2542|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/thought-catalog-635846-unsplash.jpg|caption^null|alt^null|title^thought-catalog-635846-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\n

Clients

\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][dt_portfolio_masonry mode=\"grid\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" category=\"\"][/vc_column][/vc_row]','Clients','','inherit','closed','closed','','2729-autosave-v1','','','2018-11-16 18:01:10','2018-11-16 18:01:10','',2729,'http://trackspr.flywheelsites.com/2729-autosave-v1/',0,'revision','',0),(2732,1,'2018-11-16 17:47:38','2018-11-16 17:47:38','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2542|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/thought-catalog-635846-unsplash.jpg|caption^null|alt^null|title^thought-catalog-635846-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(76,76,76,0.77)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"tilt_left_seperator\" seperator_position=\"bottom_seperator\"][vc_column][ultimate_spacer height=\"300\" height_on_mob=\"150\"][vc_column_text]\r\n

Clients

\r\n[/vc_column_text][ultimate_spacer height=\"150\" height_on_mob=\"100\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][dt_portfolio_masonry mode=\"grid\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" category=\"\"][/vc_column][/vc_row]','Clients','','inherit','closed','closed','','2729-revision-v1','','','2018-11-16 17:47:38','2018-11-16 17:47:38','',2729,'http://trackspr.flywheelsites.com/2729-revision-v1/',0,'revision','',0),(2733,1,'2018-11-16 17:49:24','2018-11-16 17:49:24','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2542|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/thought-catalog-635846-unsplash.jpg|caption^null|alt^null|title^thought-catalog-635846-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.75)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"tilt_left_seperator\" seperator_position=\"bottom_seperator\"][vc_column][ultimate_spacer height=\"200\" height_on_mob=\"100\"][vc_column_text]\r\n

Clients

\r\n[/vc_column_text][ultimate_spacer height=\"200\" height_on_mob=\"100\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][dt_portfolio_masonry mode=\"grid\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" category=\"\"][/vc_column][/vc_row]','Clients','','inherit','closed','closed','','2729-revision-v1','','','2018-11-16 17:49:24','2018-11-16 17:49:24','',2729,'http://trackspr.flywheelsites.com/2729-revision-v1/',0,'revision','',0),(2734,1,'2018-11-16 17:55:31','2018-11-16 17:55:31','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2542|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/thought-catalog-635846-unsplash.jpg|caption^null|alt^null|title^thought-catalog-635846-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.75)\"][vc_column][ultimate_spacer height=\"200\" height_on_mob=\"100\"][vc_column_text]\r\n

Clients

\r\n[/vc_column_text][ultimate_spacer height=\"200\" height_on_mob=\"100\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][dt_portfolio_masonry mode=\"grid\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" category=\"\"][/vc_column][/vc_row]','Clients','','inherit','closed','closed','','2729-revision-v1','','','2018-11-16 17:55:31','2018-11-16 17:55:31','',2729,'http://trackspr.flywheelsites.com/2729-revision-v1/',0,'revision','',0),(2736,1,'2018-11-16 18:04:39','2018-11-16 18:04:39','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2543|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/drop-the-label-movement-608504-unsplash.jpg|caption^null|alt^null|title^drop-the-label-movement-608504-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

About

\r\n

Why are we building bridges?

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532725620995{margin-top: 80px !important;margin-bottom: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.\r\n\r\nIn the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.\r\n

\r\n \r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\n \r\n\r\nTracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.\r\n\r\nWhen you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n[/vc_column_text][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2665|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg|caption^null|alt^null|title^elias-castillo-658736-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"ex-full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\" css=\".vc_custom_1542391477215{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][ultimate_heading main_heading=\"CONTACT US\" main_heading_color=\"#ffffff\" spacer=\"line_only\" spacer_position=\"bottom\" line_height=\"4\" line_color=\"\" main_heading_font_size=\"desktop:40px;\" main_heading_line_height=\"desktop:50px;\" main_heading_margin=\"margin-bottom:15px;\" sub_heading_line_height=\"desktop:28px;\" line_width=\"100\" el_class=\"accent-border-color\" spacer_margin=\"margin-bottom:60px;\"][/ultimate_heading][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"2647\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','2183-revision-v1','','','2018-11-16 18:04:39','2018-11-16 18:04:39','',2183,'http://trackspr.flywheelsites.com/2183-revision-v1/',0,'revision','',0),(2737,1,'2018-11-16 18:09:32','2018-11-16 18:09:32','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2542|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/thought-catalog-635846-unsplash.jpg|caption^null|alt^null|title^thought-catalog-635846-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

Clients

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80px\"][dt_portfolio_masonry mode=\"grid\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" category=\"\"][/vc_column][/vc_row]','Clients','','inherit','closed','closed','','2729-revision-v1','','','2018-11-16 18:09:32','2018-11-16 18:09:32','',2729,'http://trackspr.flywheelsites.com/2729-revision-v1/',0,'revision','',0),(2738,1,'2018-11-16 18:10:13','2018-11-16 18:10:13','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2676|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/hust-wilson-380876-unsplash.jpg|caption^null|alt^null|title^hust-wilson-380876-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.55)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

News

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"80\"][dt_blog_masonry mode=\"grid\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:3|h_tablet:3|v_tablet:2|phone:1\" loading_mode=\"js_more\" jsm_posts_per_page=\"9\" custom_title_color=\"#686868\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" excerpt_words_limit=\"30\" fancy_categories=\"y\" fancy_categories_font_color=\"#ffffff\" fancy_categories_bg_color=\"#25a785\" show_categories_filter=\"y\" category=\"\"][/vc_column][/vc_row]','News','','inherit','closed','closed','','46-revision-v1','','','2018-11-16 18:10:13','2018-11-16 18:10:13','',46,'http://trackspr.flywheelsites.com/46-revision-v1/',0,'revision','',0),(2741,1,'2018-11-16 19:01:15','2018-11-16 19:01:15','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2543|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/drop-the-label-movement-608504-unsplash.jpg|caption^null|alt^null|title^drop-the-label-movement-608504-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

About

\r\n

Why are we building bridges?

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542394194902{margin-top: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.\r\n\r\nIn the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.[/vc_column_text][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2665|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg|caption^null|alt^null|title^elias-castillo-658736-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"80\" height_on_mob=\"55\"][vc_column_text]\r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\n[/vc_column_text][ultimate_spacer height=\"80\" height_on_mob=\"55\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30\"][vc_column_text]Tracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.\r\n\r\nWhen you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n[/vc_column_text][vc_empty_space height=\"30\"][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][vc_column_text]\r\n

CONTACT US

\r\n[/vc_column_text][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"1/2\"][vc_single_image image=\"2545\" img_size=\"large\" alignment=\"center\" style=\"vc_box_shadow\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1542394853280{margin-top: 50px !important;}\"][contact-form-7 id=\"2647\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','2183-revision-v1','','','2018-11-16 19:01:15','2018-11-16 19:01:15','',2183,'http://trackspr.flywheelsites.com/2183-revision-v1/',0,'revision','',0),(2742,1,'2018-11-16 19:01:41','2018-11-16 19:01:41','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2680|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/climate-kic-350836.jpg|caption^null|alt^null|title^climate-kic-350836|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.51)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

Contact

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row type=\"vc_default\" margin_top=\"0\" margin_bottom=\"-35\" css=\".vc_custom_1529696052056{margin-top: 80px !important;margin-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-5 vc_col-xs-12\" css=\".vc_custom_1529941386437{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"DROP US A LINE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][contact-form-7 id=\"2647\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-7 vc_col-xs-12\" css=\".vc_custom_1529941383124{padding-bottom: 50px !important;}\"][dt_fancy_title title=\"OUR OFFICE\" title_align=\"left\" title_size=\"h3\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMzNTYuOTI3OTIxMTI3MzY2NSUyMTJkLTExNy4xNDI3Nzc2ODQ5NjUxJTIxM2QzMi43MTQ1NDI5ODA5OTA4NCUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDgwZGVhYTQ3ODFhMTZlOWQlMjUzQTB4ZWM3NGE4NGVjODkzODY2NyUyMTJzTWl4dGUlMkJDb21tdW5pY2F0aW9ucyUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNTM2OTU1ODk4NTE0JTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\"][vc_empty_space][vc_column_text css=\".vc_custom_1536960990675{padding-bottom: 20px !important;}\"]\r\n

CONTACT INFORMATION

\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-11-16 19:01:41','2018-11-16 19:01:41','',11,'http://trackspr.flywheelsites.com/11-revision-v1/',0,'revision','',0),(2743,1,'2018-11-16 19:20:04','2018-11-16 19:20:04','','Clients','','publish','closed','closed','','clients','','','2018-11-16 19:22:09','2018-11-16 19:22:09','',0,'http://trackspr.flywheelsites.com/?p=2743',2,'nav_menu_item','',0),(2744,1,'2018-11-16 19:20:59','2018-11-16 19:20:59','

[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#81d742\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][ult_createlink title=\"View All Clients\" btn_link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fclients%2F|||\" link_hover_style=\"Style_4\" text_color=\"#25a785\" text_hovercolor=\"#25a785\" border_color=\"#006494\" border_size=\"1\" text_style=\"right\" title_font_size=\"desktop:24px;\" title_line_ht=\"desktop:30px;\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2F%3Fpage_id%3D11|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532020882336{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][dt_fancy_title title=\"CONTACT US\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"2647\"][vc_column_text]

\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n

[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]

\r\n','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 19:20:59','2018-11-16 19:20:59','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0),(2745,1,'2018-11-16 19:23:22','2018-11-16 19:23:22','

[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2F%3Fpage_id%3D11|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532020882336{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][dt_fancy_title title=\"CONTACT US\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"2647\"][vc_column_text]

\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n

[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]

\r\n','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 19:23:22','2018-11-16 19:23:22','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0),(2746,1,'2018-11-16 19:24:42','2018-11-16 19:24:42','

[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" arrow_responsiveness=\"no-changes\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2F%3Fpage_id%3D11|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532020882336{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][dt_fancy_title title=\"CONTACT US\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"2647\"][vc_column_text]

\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n

[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]

\r\n','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 19:24:42','2018-11-16 19:24:42','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0),(2747,1,'2018-11-16 19:25:26','2018-11-16 19:25:26','

[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2F%3Fpage_id%3D11|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532020882336{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][dt_fancy_title title=\"CONTACT US\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"2647\"][vc_column_text]

\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n

[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]

\r\n','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 19:25:26','2018-11-16 19:25:26','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0),(2748,1,'2018-11-16 19:40:10','2018-11-16 19:40:10','[vc_row][vc_column][vc_column_text]Proin ligula ligula, rutrum id odio non, interdum condimentum diam. Aenean at diam viverra, consequat lectus et, vestibulum sapien. Etiam vehicula augue sed leo eleifend, in vehicula sapien auctor. Fusce mollis placerat metus at porta. Proin egestas lobortis lorem sit amet laoreet. In faucibus diam eu risus egestas, at volutpat metus dignissim. Aliquam aliquam auctor lorem, quis dictum leo sodales non. Mauris ornare mi est, ut sodales nunc suscipit at.\r\n\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam consectetur sodales nulla eget imperdiet. Aenean tempor sagittis nibh. Proin a commodo erat. Curabitur justo mi, sodales sed consequat ut, pulvinar eu tortor. Pellentesque facilisis et ipsum vitae gravida. Vivamus ut leo scelerisque, auctor arcu sit amet, venenatis urna.\r\n\r\nProin congue magna dui, at sollicitudin urna semper at. Pellentesque nec diam elementum, auctor nulla sagittis, hendrerit est. Pellentesque quis porttitor leo. Donec efficitur vel ipsum sit amet euismod. Vivamus consectetur ut tellus sed consectetur. Mauris sit amet aliquet ipsum, a bibendum ligula. Quisque bibendum justo sed auctor tristique. Cras hendrerit, purus a hendrerit semper, erat ante convallis est, et euismod nunc velit sit amet purus. Fusce auctor tellus eget lectus malesuada, quis consectetur risus lacinia. Praesent nec vulputate orci. Fusce nulla erat, tincidunt id urna sed, commodo iaculis magna. Sed elit tellus, semper at odio et, convallis faucibus orci. Vestibulum a aliquam mauris.\r\n\r\nUt porttitor rutrum mauris, sit amet malesuada ligula posuere in. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.[/vc_column_text][dt_default_button link=\"url:https%3A%2F%2Fwww.businesseurope.eu%2Fevents%2Fdigital-transformation-public-procurement||target:%20_blank|rel:nofollow\" css=\".vc_custom_1529677454750{margin-top: 30px !important;}\"]View Details[/dt_default_button][/vc_column][/vc_row]','Digital Justo for Sodales Sed Consequat','The digital transformation of public procurement will bring huge changes to the sector, but it also offers increased competitiveness of our economies. ','inherit','closed','closed','','150-autosave-v1','','','2018-11-16 19:40:10','2018-11-16 19:40:10','',150,'http://trackspr.flywheelsites.com/150-autosave-v1/',0,'revision','',0),(2749,1,'2018-11-16 19:46:55','2018-11-16 19:46:55','

[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2F%3Fpage_id%3D11|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\" seperator_position=\"bottom_seperator\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1542397612600{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1532020882336{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column][dt_fancy_title title=\"CONTACT US\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][contact-form-7 id=\"2647\"][vc_column_text]

\r\n

Jamie Hampton

\r\n

jamie@trackspr.com

\r\n

1-858-337-7466

\r\n

Mailing Address:

\r\n

3960 W Point Loma Blvd. H204, San Diego, CA 92110

\r\n

[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]

\r\n','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 19:46:55','2018-11-16 19:46:55','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0),(2750,1,'2018-11-16 20:23:21','2018-11-16 20:23:21','[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\n
    \n
  • Media Relations
  • \n
  • Public Relations
  • \n
  • Social Media
  • \n
  • Email Communications
  • \n
\n[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\n
    \n
  • Newsletters
  • \n
  • Content Creation
  • \n
  • Infographics
  • \n
  • Copywriting
  • \n
\n[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\n
    \n
  • Workplace Readiness
  • \n
  • Cultural Competency Trainings
  • \n
\n[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\n
    \n
  • Diversity Inclusion Initiatives
  • \n
  • Public Speaking on Diversity
  • \n
\n[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2751|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/omar-lopez-296937-unsplash.jpg|caption^null|alt^null|title^omar-lopez-296937-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.53)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\" seperator_shape_background=\"#f7f7f7\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"50\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"80\"][dt_fancy_title title=\"We’re Building Bridges\" title_size=\"h1\" title_color=\"custom\" separator_style=\"disabled\" custom_title_color=\"#ffffff\"][vc_empty_space height=\"15\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]JOIN US[/dt_default_button][vc_empty_space height=\"80\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][ultimate_spacer height=\"100\" height_on_mob=\"50\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','592-autosave-v1','','','2018-11-16 20:23:21','2018-11-16 20:23:21','',592,'http://trackspr.flywheelsites.com/592-autosave-v1/',0,'revision','',0),(2751,1,'2018-11-16 19:51:39','2018-11-16 19:51:39','','omar-lopez-296937-unsplash','','inherit','closed','closed','','omar-lopez-296937-unsplash','','','2018-11-16 19:51:39','2018-11-16 19:51:39','',592,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/omar-lopez-296937-unsplash.jpg',0,'attachment','image/jpeg',0),(2752,1,'2018-11-16 20:24:03','2018-11-16 20:24:03','[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2751|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/omar-lopez-296937-unsplash.jpg|caption^null|alt^null|title^omar-lopez-296937-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.53)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\" seperator_shape_background=\"#f7f7f7\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"50\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"80\"][dt_fancy_title title=\"We’re Building Bridges\" title_size=\"h1\" title_color=\"custom\" separator_style=\"disabled\" custom_title_color=\"#ffffff\"][vc_empty_space height=\"15\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]JOIN US[/dt_default_button][vc_empty_space height=\"80\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][ultimate_spacer height=\"100\" height_on_mob=\"50\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 20:24:03','2018-11-16 20:24:03','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0),(2753,1,'2018-11-16 20:35:55','2018-11-16 20:35:55','[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2543|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/drop-the-label-movement-608504-unsplash.jpg|caption^null|alt^null|title^drop-the-label-movement-608504-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]\r\n

About

\r\n

Why are we building bridges?

\r\n[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542394194902{margin-top: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.\r\n\r\nIn the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.[/vc_column_text][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2665|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg|caption^null|alt^null|title^elias-castillo-658736-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\"][vc_column][ultimate_spacer height=\"80\" height_on_mob=\"55\"][vc_column_text]\r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\n[/vc_column_text][ultimate_spacer height=\"80\" height_on_mob=\"55\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30\"][vc_column_text]Tracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.\r\n\r\nWhen you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n[/vc_column_text][vc_empty_space height=\"30\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2665|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/elias-castillo-658736-unsplash.jpg|caption^null|alt^null|title^elias-castillo-658736-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.24)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"75\"][vc_column_text]\r\n

We’re Changing Culture

\r\n[/vc_column_text][vc_empty_space][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][ultimate_spacer height=\"100\" height_on_mob=\"75\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','2183-revision-v1','','','2018-11-16 20:35:55','2018-11-16 20:35:55','',2183,'http://trackspr.flywheelsites.com/2183-revision-v1/',0,'revision','',0),(2754,1,'2018-11-16 20:37:15','2018-11-16 20:37:15','','vinicius-amano-637265-unsplash','','inherit','closed','closed','','vinicius-amano-637265-unsplash','','','2018-11-16 20:37:15','2018-11-16 20:37:15','',2183,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/vinicius-amano-637265-unsplash.jpg',0,'attachment','image/jpeg',0),(2755,1,'2018-11-16 20:40:07','2018-11-16 20:40:07','

[vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2543|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/drop-the-label-movement-608504-unsplash.jpg|caption^null|alt^null|title^drop-the-label-movement-608504-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.13)\"][vc_column][ultimate_spacer height=\"175\" height_on_mob=\"75\"][vc_column_text]

\r\n

About

\r\n

Why are we building bridges?

\r\n

[/vc_column_text][ultimate_spacer height=\"175\" height_on_mob=\"75\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1542394194902{margin-top: 80px !important;}\"][vc_column][vc_column_text]Everyone in the world should have an equal opportunity to pursue a thriving livelihood for themselves and their family. Despite the progress we’ve made in the U.S., opportunity is not equal for all people, with some communities facing steep and unwarranted obstacles. Tracks Public Relations aims to remove barriers in the public relations and social media industry, to protect shared values and move our region forward.

\r\n

In the U.S., our PR industry has a diversity problem. According to the Bureau of Labor Statistics we are nearly 88 percent white, while representation is about eight percent African American, less than three percent Asian American and nearly six percent Hispanic Americans. Here in San Diego, this makeup doesn’t match our community, which is about 46 percent white, 33.5 percent Hispanic, 12 percent Asian, 5.5 percent African American.[/vc_column_text][vc_empty_space height=\"30px\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2754|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/vinicius-amano-637265-unsplash.jpg|caption^null|alt^null|title^vinicius-amano-637265-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.57)\"][vc_column][ultimate_spacer height=\"80\" height_on_mob=\"55\"][vc_column_text]

\r\n

Without an inclusive workforce, the industry of public relations simply cannot offer the creativity and services needed to help companies sync with communities across America.

\r\n

[/vc_column_text][ultimate_spacer height=\"80\" height_on_mob=\"55\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30\"][vc_column_text]Tracks Public Relations, a brainchild of veteran communications agency Mixte Communications, knows that it takes relationships in the community, a hiring process that welcomes all people and a workplace prepared to include non-traditional people to properly recruit and benefit from diversity. The dual purpose of our agency aims to train refugees to contribute to the communications workforce while providing stellar services to our clients. We know that by creating this new career path for refugees, we can change the industry’s homogeneous demographic makeup, improving our regional economies and the services that we provide.

\r\n

When you hire Tracks Public Relations, you’re using your purchasing power to send a message to our industry and to change the lives of those resettled after facing human rights atrocities around the world. Want to do more? Please consider one of these additional ways to take action today:

\r\n
    \r\n
  • Hire our employees for your company or department
  • \r\n
  • Engage us to teach cultural competency to your staff
  • \r\n
  • Bring us in to coach your leadership on the benefits of diversity
  • \r\n
  • Make a statement with your purchasing – hire Tracks today
  • \r\n
\r\n

[/vc_column_text][vc_empty_space height=\"30\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2754|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/vinicius-amano-637265-unsplash.jpg|caption^null|alt^null|title^vinicius-amano-637265-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.57)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"75\"][vc_column_text]

\r\n

We’re Changing Culture

\r\n

[/vc_column_text][vc_empty_space][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][ultimate_spacer height=\"100\" height_on_mob=\"75\"][/vc_column][/vc_row]

\r\n','About','','inherit','closed','closed','','2183-revision-v1','','','2018-11-16 20:40:07','2018-11-16 20:40:07','',2183,'http://trackspr.flywheelsites.com/2183-revision-v1/',0,'revision','',0),(2756,1,'2018-11-16 20:44:03','2018-11-16 20:44:03','[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2751|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/omar-lopez-296937-unsplash.jpg|caption^null|alt^null|title^omar-lopez-296937-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.53)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\" seperator_shape_background=\"#f7f7f7\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"50\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"80\"][dt_fancy_title title=\"Get in Touch\" title_size=\"h1\" title_color=\"custom\" separator_style=\"disabled\" custom_title_color=\"#ffffff\"][vc_empty_space height=\"15\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_empty_space height=\"80\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][ultimate_spacer height=\"100\" height_on_mob=\"50\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 20:44:03','2018-11-16 20:44:03','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0),(2757,1,'2018-11-16 20:45:50','2018-11-16 20:45:50','

[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" read_more_button_text=\"Learn more\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2751|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/omar-lopez-296937-unsplash.jpg|caption^null|alt^null|title^omar-lopez-296937-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.53)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\" seperator_shape_background=\"#f7f7f7\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"50\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"80\"][dt_fancy_title title=\"Get in Touch\" title_size=\"h1\" title_color=\"custom\" separator_style=\"disabled\" custom_title_color=\"#ffffff\"][vc_empty_space height=\"15\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_empty_space height=\"80\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][ultimate_spacer height=\"100\" height_on_mob=\"50\"][/vc_column][/vc_row]

\r\n','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 20:45:50','2018-11-16 20:45:50','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0),(2758,1,'2018-11-16 20:48:24','2018-11-16 20:48:24','','ARTS-600x400','','inherit','closed','closed','','arts-600x400','','','2018-11-16 20:48:24','2018-11-16 20:48:24','',2577,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/ARTS-600x400.png',0,'attachment','image/png',0),(2759,1,'2018-11-16 20:49:21','2018-11-16 20:49:21','','YWCA_LOGO_RGB_sm-1024x631','','inherit','closed','closed','','ywca_logo_rgb_sm-1024x631','','','2018-11-16 20:49:21','2018-11-16 20:49:21','',2586,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/YWCA_LOGO_RGB_sm-1024x631.png',0,'attachment','image/png',0),(2760,1,'2018-11-16 20:49:28','2018-11-16 20:49:28','','YWCA San Diego','','inherit','closed','closed','','2586-revision-v1','','','2018-11-16 20:49:28','2018-11-16 20:49:28','',2586,'http://trackspr.flywheelsites.com/2586-revision-v1/',0,'revision','',0),(2761,1,'2018-11-16 20:50:22','2018-11-16 20:50:22','','YrqhJ5GR_400x400','','inherit','closed','closed','','yrqhj5gr_400x400','','','2018-11-16 20:50:22','2018-11-16 20:50:22','',2588,'http://trackspr.flywheelsites.com/wp-content/uploads/2018/07/YrqhJ5GR_400x400.png',0,'attachment','image/png',0),(2762,1,'2018-11-16 20:50:30','2018-11-16 20:50:30','','Partnership for the Advancement of New Americans','','inherit','closed','closed','','2588-revision-v1','','','2018-11-16 20:50:30','2018-11-16 20:50:30','',2588,'http://trackspr.flywheelsites.com/2588-revision-v1/',0,'revision','',0),(2763,1,'2018-11-16 20:54:09','2018-11-16 20:54:09','

[vc_row css=\".vc_custom_1531844727208{margin-top: 120px !important;margin-bottom: 120px !important;}\"][vc_column offset=\"vc_col-lg-offset-0\"][dt_fancy_title title=\"WE\'RE CHARTING PATHS\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space][vc_column_text]When you choose Tracks Public Relations, you make a big difference – getting results for your company and providing a refugee with a communications career. That’s because when we lead your communication strategies, we’re also building bridges between resettled populations and an industry in need of diversity. Our Tracks change lives.[/vc_column_text][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX29uZSUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyY2xpZW50cyUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1531516058466{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WE WORK WITH SOME COOL PEOPLE\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_portfolio_carousel dis_posts_total=\"\" layout=\"bottom_overlap\" image_border_radius=\"0px\" image_scale_animation_on_hover=\"disabled\" slides_on_wide_desk=\"3\" post_date=\"n\" post_category=\"n\" post_author=\"n\" post_comments=\"n\" post_content=\"off\" read_more_button_text=\"Learn more\" show_link=\"n\" show_zoom=\"n\" show_details=\"n\" project_icon_border_width=\"0px\" project_icon_color=\"#ffffff\" project_icon_color_hover=\"#ffffff\" arrow_icon_size=\"24px\" arrow_bg_width=\"36x\" arrow_border_width=\"0px\" arrow_icon_color=\"#25a785\" arrow_border_color=\"#000000\" arrow_bg_color=\"#ffffff\" r_arrow_icon_paddings=\"0px 0px 0px 0px\" r_arrow_v_offset=\"0px\" l_arrow_icon_paddings=\"0px 0px 0px 0px\" l_arrow_v_offset=\"0px\" show_bullets=\"y\" bullets_h_offset=\"0px\" category=\"\"][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3R3byUyMiUzRSUzQyUyRmElM0UlMjAlM0NoMyUyMGlkJTNEJTIyc2VydmljZXMlMjIlM0UlM0MlMkZoMyUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(0,0,0,0.6)\" css=\".vc_custom_1532719920783{margin-top: 80px !important;padding-bottom: 50px !important;}\"][vc_column][dt_fancy_title title=\"WE LOVE WHAT WE DO\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][dt_fancy_title title=\"Storytelling Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855360330{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Media Relations
  • \r\n
  • Public Relations
  • \r\n
  • Social Media
  • \r\n
  • Email Communications
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Newsletters
  • \r\n
  • Content Creation
  • \r\n
  • Infographics
  • \r\n
  • Copywriting
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1532719869344{margin-bottom: 80px !important;}\"][dt_fancy_title title=\"Inclusion Training Services\" title_align=\"left\" title_size=\"h3\" title_color=\"title\" separator_style=\"disabled\"][ult_animation_block animation=\"slideInLeft\" animation_duration=\"3\" animation_delay=\"0\" animation_iteration_count=\"1\"][vc_separator color=\"custom\" align=\"align_left\" border_width=\"3\" el_width=\"20\" css_animation=\"none\" accent_color=\"#25a785\" css=\".vc_custom_1531855370500{padding-top: 10px !important;padding-bottom: 20px !important;}\"][/ult_animation_block][vc_row_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Workplace Readiness
  • \r\n
  • Cultural Competency Trainings
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]

\r\n
    \r\n
  • Diversity Inclusion Initiatives
  • \r\n
  • Public Speaking on Diversity
  • \r\n
\r\n

[/dt_vc_list][/vc_column_inner][/vc_row_inner][/vc_column][vc_column css=\".vc_custom_1532719893927{margin-bottom: 80px !important;}\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_raw_html]JTNDYSUyMG5hbWUlM0QlMjJzZWN0aW9uX3RocmVlJTIyJTNFJTNDJTJGYSUzRSUyMCUzQ2gzJTIwaWQlM0QlMjJzdGFmZiUyMiUzRSUzQyUyRmgzJTNFJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" bg_type=\"bg_color\" bg_color_value=\"#f7f7f7\" css=\".vc_custom_1542397653046{padding-top: 80px !important;padding-bottom: 80px !important;}\"][vc_column css=\".vc_custom_1529671385255{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][dt_fancy_title title=\"WHO\'S FORGING OUR PATH?\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\"][vc_empty_space height=\"50px\"][dt_team_masonry post_type=\"posts\" order=\"asc\" orderby=\"title\" img_border_radius=\"0px\" image_scale_animation_on_hover=\"n\" bwb_columns=\"desktop:4|h_tablet:4|v_tablet:3|phone:1\" post_title_bottom_margin=\"0px\" show_team_desc=\"n\" read_more_button_text=\"Learn more\" soc_icon_border_width=\"0px\" soc_icon_color=\"#ffffff\" posts=\"\"][/vc_column][/vc_row][vc_row bg_type=\"image\" parallax_style=\"vcpb-default\" bg_image_new=\"id^2751|url^http://trackspr.flywheelsites.com/wp-content/uploads/2018/11/omar-lopez-296937-unsplash.jpg|caption^null|alt^null|title^omar-lopez-296937-unsplash|description^null\" bg_img_attach=\"fixed\" bg_override=\"full\" enable_overlay=\"enable_overlay_value\" overlay_color=\"rgba(15,56,78,0.53)\" seperator_enable=\"seperator_enable_value\" seperator_type=\"triangle_svg_seperator\" seperator_shape_background=\"#f7f7f7\"][vc_column][ultimate_spacer height=\"100\" height_on_mob=\"50\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space height=\"80\"][dt_fancy_title title=\"Get in Touch\" title_size=\"h1\" title_color=\"custom\" separator_style=\"disabled\" custom_title_color=\"#ffffff\"][vc_empty_space height=\"15\"][dt_default_button link=\"url:http%3A%2F%2Ftrackspr.flywheelsites.com%2Fcontact%2F|||\" size=\"big\" button_alignment=\"btn_center\" default_btn_bg_color=\"#25a785\" bg_hover_color=\"#219e7c\" text_color=\"#ffffff\" text_hover_color=\"#ffffff\"]CONTACT US[/dt_default_button][vc_empty_space height=\"80\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][ultimate_spacer height=\"100\" height_on_mob=\"50\"][/vc_column][/vc_row]

\r\n','Home','','inherit','closed','closed','','592-revision-v1','','','2018-11-16 20:54:09','2018-11-16 20:54:09','',592,'http://trackspr.flywheelsites.com/592-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_qkl48evxg3_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_revslider_css` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `advanced` longtext, `params` longtext NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_revslider_css` -- LOCK TABLES `wp_qkl48evxg3_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_css` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":\"12px 35px 12px 35px\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"translated\":5,\"type\":\"\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}'),(95,'.tp-caption.Newspaper-Title','{\"translated\":5,\"type\":\"\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":\"0 0 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-align\":\"left\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_revslider_layer_animations` -- LOCK TABLES `wp_qkl48evxg3_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_revslider_navigations` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_revslider_navigations` -- LOCK TABLES `wp_qkl48evxg3_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_revslider_sliders` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_revslider_sliders` -- LOCK TABLES `wp_qkl48evxg3_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_revslider_sliders` VALUES (1,'The7 event agency slider','the7-event-agency-slider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"The7 event agency slider\",\"alias\":\"the7-event-agency-slider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"the7-event-agency-slider\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1800\",\"height\":\"700\",\"width_notebook\":\"1300\",\"height_notebook\":\"700\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"800\",\"height_tablet\":\"500\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"400\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"on\",\"fullscreen_offset_container\":\".masthead:not(.side-header):not(.side-header-v-stroke)\",\"fullscreen_offset_size\":\"20%\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"400\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"7000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"crossfade\",\"def-transition_duration\":\"1000\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"on\",\"stop_after_loops\":\"2\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"on\",\"viewport_start\":\"wait\",\"viewport_area\":\"65\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"bottom\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(231,57,53,0.4)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"on\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"1000\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"#000000\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/the7.dream-demo.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"uranus\",\"navigation_arrows_preset\":\"default\",\"ph-uranus-arrows-width-custom-def\":\"off\",\"ph-uranus-arrows-width-custom\":\"50\",\"ph-uranus-arrows-background-color-rgba-def\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-font-size-custom-def\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"40\",\"ph-uranus-arrows-height-custom-def\":\"off\",\"ph-uranus-arrows-height-custom\":\"50\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"600\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"900\",\"leftarrow_align_hor\":\"right\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"60\",\"leftarrow_offset_vert\":\"20\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"10\",\"rightarrow_offset_vert\":\"20\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview2\",\"navigation_bullets_preset\":\"1\",\"ph-preview2-bullets-title-bg-color-color-rgba-def\":\"on\",\"ph-preview2-bullets-title-bg-color-color-rgba\":\"rgba(255, 255, 255, 0)\",\"ph-preview2-bullets-title-font-size-custom-def\":\"on\",\"ph-preview2-bullets-title-font-size-custom\":\"\",\"ph-preview2-bullets-title-color-color-def\":\"on\",\"ph-preview2-bullets-title-color-color\":\"rgba(136, 136, 136, 0)\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba-def\":\"on\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba\":\"#25a785\",\"ph-preview2-bullets-bullet-bg-color-color-rgba-def\":\"off\",\"ph-preview2-bullets-bullet-bg-color-color-rgba\":\"#e5e5e5\",\"ph-preview2-bullets-bullet-size-custom-def\":\"off\",\"ph-preview2-bullets-bullet-size-custom\":\"13\",\"bullets_space\":\"20\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"900\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"0\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"\",\"navigation_tabs_preset\":\"default\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"on\",\"drag_block_vertical\":\"on\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"on\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"2\",\"parallax_level_2\":\"3\",\"parallax_level_3\":\"4\",\"parallax_level_4\":\"5\",\"parallax_level_5\":\"6\",\"parallax_level_6\":\"7\",\"parallax_level_7\":\"12\",\"parallax_level_8\":\"16\",\"parallax_level_9\":\"10\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(2,'News Gallery','news-gallery','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"posts_list\":\"\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"News Gallery\",\"alias\":\"news-gallery\",\"shortcode\":\"[rev_slider alias=\\\\\\\"news-gallery\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1240\",\"height\":\"500\",\"width_notebook\":\"1024\",\"height_notebook\":\"450\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"400\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"350\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-transitions\":\"fade\",\"def-transition_duration\":\"300\",\"image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Revapi68.bind(\\\\\\\"revolution.slide.layeraction\\\\\\\",function (e) {\\n\\t\\/\\/data.eventtype - Layer Action (enterstage, enteredstage, leavestage,leftstage)\\n\\t\\/\\/data.layertype - Layer Type (image,video,html)\\n\\t\\/\\/data.layersettings - Default Settings for Layer\\n\\t\\/\\/data.layer - Layer as jQuery Object\\n});\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1500\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"on\",\"viewport_start\":\"pause\",\"viewport_area\":\"80\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"bottom\",\"progress_height\":\"5\",\"progress_opa\":\"100\",\"progressbar_color\":\"#a6d8ec\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"#ffffff\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/revolution5.themepunch.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"navbar\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"on\",\"arrows_over_hidden\":\"778\",\"leftarrow_align_hor\":\"right\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"40\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"0\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"on\",\"tabs_padding\":\"0\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"0\",\"tabs_style\":\"navbar-old\",\"tabs_amount\":\"3\",\"tabs_space\":\"10\",\"tabs_direction\":\"vertical\",\"tabs_width\":\"250\",\"tabs_height\":\"100\",\"tabs_width_min\":\"250\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"on\",\"tabs_under_hidden\":\"778\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"right\",\"tabs_align_vert\":\"center\",\"tabs_offset_hor\":\"30\",\"tabs_offset_vert\":\"0\",\"touchenabled\":\"on\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"on\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"scroll\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"lazy_load_type\":\"none\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"action\":\"revslider_ajax_action\",\"client_action\":\"import_slider\",\"sliderid\":\"68\",\"nonce\":\"8c4b265ee6\",\"import_file\":\"\",\"update_animations\":\"true\",\"update_static_captions\":\"none\",\"export_dummy_images\":\"false\",\"google_font\":[\"Roboto+Slab:400,700\",\"Roboto:900,700\"],\"custom_css\":\"\",\"custom_javascript\":\"\",\"1\":{\"1\":\"Roboto:900,700\"},\"version\":\"1.0.0\",\"uid\":\"3a069c3b286dbb9ee435563f747e3300\"}','{\"version\":\"5.0.7\"}','template'),(3,'News Gallery4','news-gallery4','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"News Gallery4\",\"alias\":\"news-gallery4\",\"shortcode\":\"[rev_slider alias=\\\\\\\"news-gallery4\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1240\",\"height\":\"500\",\"width_notebook\":\"1024\",\"height_notebook\":\"450\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"400\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"350\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"1500\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"on\",\"viewport_start\":\"pause\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"bottom\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(166,216,236,1)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"#ffffff\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/revolution5.themepunch.com\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"-1\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"navbar\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"on\",\"arrows_over_hidden\":\"778\",\"leftarrow_align_hor\":\"right\",\"leftarrow_align_vert\":\"bottom\",\"leftarrow_offset_hor\":\"40\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"bottom\",\"rightarrow_offset_hor\":\"0\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"0\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"navbar-old\",\"navigation_tabs_preset\":\"default\",\"ph-navbar-old-tabs-desc-font-weight-custom-def\":\"off\",\"ph-navbar-old-tabs-desc-font-weight-custom\":\"400\",\"ph-navbar-old-tabs-title-font-weight-custom-def\":\"off\",\"ph-navbar-old-tabs-title-font-weight-custom\":\"700\",\"ph-navbar-old-tabs-desc-line-height-custom-def\":\"off\",\"ph-navbar-old-tabs-desc-line-height-custom\":\"25\",\"ph-navbar-old-tabs-title-line-height-custom-def\":\"off\",\"ph-navbar-old-tabs-title-line-height-custom\":\"15\",\"ph-navbar-old-tabs-desc-font-font_family-def\":\"off\",\"ph-navbar-old-tabs-desc-font-font_family\":\"Roboto Slab\",\"ph-navbar-old-tabs-title-font-font_family-def\":\"off\",\"ph-navbar-old-tabs-title-font-font_family\":\"Roboto Slab\",\"ph-navbar-old-tabs-desc-size-custom-def\":\"off\",\"ph-navbar-old-tabs-desc-size-custom\":\"18\",\"ph-navbar-old-tabs-title-size-custom-def\":\"off\",\"ph-navbar-old-tabs-title-size-custom\":\"13\",\"ph-navbar-old-tabs-desc-color-color-def\":\"off\",\"ph-navbar-old-tabs-desc-color-color\":\"#ffffff\",\"ph-navbar-old-tabs-title-color-color-def\":\"off\",\"ph-navbar-old-tabs-title-color-color\":\"#a8d8ee\",\"tabs_amount\":\"3\",\"tabs_space\":\"10\",\"tabs_direction\":\"vertical\",\"tabs_width\":\"250\",\"tabs_height\":\"100\",\"tabs_width_min\":\"250\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"on\",\"tabs_under_hidden\":\"778\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"right\",\"tabs_align_vert\":\"center\",\"tabs_offset_hor\":\"30\",\"tabs_offset_vert\":\"0\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"on\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"scroll\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''); /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_revslider_slides` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_revslider_slides` -- LOCK TABLES `wp_qkl48evxg3_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_revslider_slides` VALUES (6,1,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"crossfade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1000\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-preview2-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview2-bullets-bullet-size-custom\":\"13\",\"ph-preview2-bullets-bullet-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-bullet-bg-color-color-rgba\":\"#e5e5e5\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba\":\"#25a785\",\"ph-preview2-bullets-title-color-color-slide\":\"off\",\"ph-preview2-bullets-title-color-color\":\"rgba(136, 136, 136, 0)\",\"ph-preview2-bullets-title-font-size-custom-slide\":\"off\",\"ph-preview2-bullets-title-font-size-custom\":\"0\",\"ph-preview2-bullets-title-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-title-bg-color-color-rgba\":\"rgba(255, 255, 255, 0)\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/2018\\/07\\/rawpixel-284728-unsplash.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"50\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"40\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"50\",\"image_id\":\"2544\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\",\"notebook\":\"\"},\"line-height\":{\"desktop\":\"\",\"notebook\":\"\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"\",\"notebook\":\"\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0, 0, 0, 0.11)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"overlay\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"100%\",\"notebook\":\"100%\"},\"cover_mode\":\"cover\",\"max_height\":{\"desktop\":\"100%\",\"notebook\":\"100%\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":9.8959350585938,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":10,\"animation\":\"noanim\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":9.8959350585938,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":10,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6980.1043701172,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"notebook\":-1},\"top\":{\"desktop\":-1,\"notebook\":1},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1300,\"height\":700,\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"THE\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":782,\"notebook\":556},\"top\":{\"desktop\":-21,\"notebook\":-55},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"81px\",\"notebook\":\"81px\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"146px\",\"notebook\":\"146px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":147,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"75px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":6,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"NEW FACE\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":961,\"notebook\":699},\"top\":{\"desktop\":-21,\"notebook\":-55},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"347px\",\"notebook\":\"347px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":347,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"75px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#25a785\",\"notebook\":\"#25a785\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":7,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"OF PR.\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":1407,\"notebook\":1060},\"top\":{\"desktop\":-22,\"notebook\":-55},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"225px\",\"notebook\":\"225px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":224,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"75px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(7,1,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"crossfade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1000\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-preview2-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview2-bullets-bullet-size-custom\":\"13\",\"ph-preview2-bullets-bullet-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-bullet-bg-color-color-rgba\":\"#e5e5e5\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba\":\"#25a785\",\"ph-preview2-bullets-title-color-color-slide\":\"off\",\"ph-preview2-bullets-title-color-color\":\"rgba(136, 136, 136, 0)\",\"ph-preview2-bullets-title-font-size-custom-slide\":\"off\",\"ph-preview2-bullets-title-font-size-custom\":\"\",\"ph-preview2-bullets-title-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-title-bg-color-color-rgba\":\"rgba(255, 255, 255, 0)\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/2018\\/07\\/startup-photos.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"50\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"40\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"50\",\"image_id\":\"2545\",\"0\":\"Remove\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\",\"notebook\":\"\"},\"line-height\":{\"desktop\":\"\",\"notebook\":\"\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"\",\"notebook\":\"\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"overlay\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"100%\",\"notebook\":\"100%\"},\"cover_mode\":\"cover\",\"max_height\":{\"desktop\":\"100%\",\"notebook\":\"100%\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":9.8959350585938,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":10,\"animation\":\"noanim\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":9.8959350585938,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":10,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6980.1043701172,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-3,\"notebook\":0},\"top\":{\"desktop\":0,\"notebook\":-2},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1800,\"height\":700,\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"WE\'RE\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":347,\"notebook\":226},\"top\":{\"desktop\":-64,\"notebook\":-64},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"210px\",\"notebook\":\"210px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":210,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":6,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"font-size\":{\"desktop\":\"\",\"notebook\":\"\"},\"line-height\":{\"desktop\":\"\",\"notebook\":\"\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"\",\"notebook\":\"\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"deformation\":{\"background-color\":\"#25a785\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"line\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"140px\",\"notebook\":\"140px\"},\"max_height\":{\"desktop\":\"5px\",\"notebook\":\"5px\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"SlideMaskFromLeft\",\"easing\":\"Sine.easeIn\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4500,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":351,\"notebook\":228},\"top\":{\"desktop\":-7,\"notebook\":1},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":140,\"height\":6,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"[-100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":7,\"addedToStage\":true,\"positionLeftReset\":49,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Get results for your company and provide a refugee with a
communications career.\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sfb\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":345,\"notebook\":224},\"top\":{\"desktop\":58,\"notebook\":73},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"sub\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"1100px\",\"notebook\":\"1100px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1100,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"addedToStage\":true,\"positionLeftReset\":51,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"CHANGING\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":618,\"notebook\":450},\"top\":{\"desktop\":-64,\"notebook\":-65},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"210px\",\"notebook\":\"210px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":210,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#25a785\",\"notebook\":\"#25a785\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"CULTURE.\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":8,\"left\":{\"desktop\":1046,\"notebook\":816},\"top\":{\"desktop\":-66,\"notebook\":-65},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"210px\",\"notebook\":\"210px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":210,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"70px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":10,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(8,1,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"-\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"crossfade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"1000\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-preview2-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview2-bullets-bullet-size-custom\":\"13\",\"ph-preview2-bullets-bullet-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-bullet-bg-color-color-rgba\":\"#e5e5e5\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-hover-bullet-bg-color-color-rgba\":\"#25a785\",\"ph-preview2-bullets-title-color-color-slide\":\"off\",\"ph-preview2-bullets-title-color-color\":\"rgba(136, 136, 136, 0)\",\"ph-preview2-bullets-title-font-size-custom-slide\":\"off\",\"ph-preview2-bullets-title-font-size-custom\":\"0\",\"ph-preview2-bullets-title-bg-color-color-rgba-slide\":\"off\",\"ph-preview2-bullets-title-bg-color-color-rgba\":\"rgba(255, 255, 255, 0)\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/2018\\/07\\/thought-catalog-635846-unsplash.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"50\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"40\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"50\",\"image_id\":\"2542\",\"0\":\"Remove\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\",\"notebook\":\"\"},\"line-height\":{\"desktop\":\"\",\"notebook\":\"\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"\",\"notebook\":\"\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"deformation\":{\"background-color\":\"rgba(0, 0, 0, 0.43)\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"overlay\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"100%\",\"notebook\":\"100%\"},\"cover_mode\":\"cover\",\"max_height\":{\"desktop\":\"100%\",\"notebook\":\"100%\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":9.8959350585938,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":10,\"animation\":\"noanim\",\"easing\":\"Linear.easeNone\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":9.8959350585938,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":10,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6980.1043701172,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-2,\"notebook\":3},\"top\":{\"desktop\":1,\"notebook\":0},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":1800,\"height\":700,\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"OUR TRACKS\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":469,\"notebook\":226},\"top\":{\"desktop\":-67,\"notebook\":-67},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"210px\",\"notebook\":\"210px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":210,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":6,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"static_styles\":{\"font-size\":{\"desktop\":\"\",\"notebook\":\"\"},\"line-height\":{\"desktop\":\"\",\"notebook\":\"\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"\",\"notebook\":\"\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"deformation\":{\"background-color\":\"#25a785\",\"border-color\":\"rgba(0,0,0,0.5)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"line\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"140px\",\"notebook\":\"140px\"},\"max_height\":{\"desktop\":\"5px\",\"notebook\":\"5px\"},\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"SlideMaskFromLeft\",\"easing\":\"Sine.easeIn\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":4500,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":469,\"notebook\":229},\"top\":{\"desktop\":-3,\"notebook\":-11},\"isDemo\":false,\"hover\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":140,\"height\":5,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"[-100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":7,\"addedToStage\":true,\"positionLeftReset\":49,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"Learn more about our mission.\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sfb\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":469,\"notebook\":224},\"top\":{\"desktop\":37,\"notebook\":35},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"sub\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"41px\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"922px\",\"notebook\":\"1100px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":922,\"height\":41,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\",\"notebook\":\"30px\"},\"line-height\":{\"desktop\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":8,\"addedToStage\":true,\"positionLeftReset\":51,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"CHANGE LIVES\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":897,\"notebook\":652},\"top\":{\"desktop\":-67,\"notebook\":-67},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"210px\",\"notebook\":\"210px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":210,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#25a785\",\"notebook\":\"#25a785\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":9,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\".\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500.00030517578,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"sft\",\"easing\":\"Sine.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500.00030517578,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"nothing\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":9,\"left\":{\"desktop\":1373,\"notebook\":1123},\"top\":{\"desktop\":-65,\"notebook\":-66},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"title\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"210px\",\"notebook\":\"210px\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":210,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"notebook\":\"60px\"},\"line-height\":{\"desktop\":\"80px\",\"notebook\":\"80px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":10,\"addedToStage\":true,\"positionLeftReset\":50,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"static_styles\":{\"color\":{\"desktop\":\"rgba(255,255,255,1)\",\"notebook\":\"rgba(255,255,255,1)\"},\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\"},\"line-height\":{\"desktop\":\"17px\",\"notebook\":\"17px\"},\"font-weight\":{\"desktop\":\"500\",\"notebook\":\"500\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Montserrat\",\"background-color\":\"rgba(37, 167, 133, 0.75)\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"rgba(0,0,0,1)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"fa-icon-chevron-right\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"deformation-hover\":{\"background-color\":\"rgba(255,255,255,1)\",\"color\":\"rgba(0,0,0,1)\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"border-color\":\"rgba(0,0,0,1)\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"pointer_events\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"LEARN MORE<\\/i>\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn rev-withicon\",\"resize-full\":true,\"resizeme\":true,\"max_width\":{\"desktop\":\"198px\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":2000,\"animation\":\"SlideMaskFromLeft\",\"easing\":\"Sine.easeIn\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":5000.0003051758,\"sfx_effect\":\"\"}},\"unique_id\":12,\"left\":{\"desktop\":469,\"notebook\":225},\"top\":{\"desktop\":92,\"notebook\":436},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":true,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":198,\"height\":41,\"cover_mode\":\"custom\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"12px\",\"35px\",\"12px\",\"30px\"],\"notebook\":[\"12px\",\"35px\",\"12px\",\"35px\"]},\"text-align\":{\"desktop\":\"left\",\"notebook\":\"inherit\"},\"x_start\":\"[-100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":6,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\"},\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":11,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(9,2,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"70\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"120\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"A STUDY ON HAPPINESS\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"parallaxvertical\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"Science says that Women are generally happier\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/revslider\\/news-gallery\\/newscarousel1.jpg\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"static_styles\":{\"font-size\":{\"tablet\":\"\",\"desktop\":\"\"},\"line-height\":{\"tablet\":\"\",\"desktop\":\"\"},\"font-weight\":{\"tablet\":\"700\",\"desktop\":\"700\"},\"color\":{\"tablet\":\"\",\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"#000000\",\"border-opacity\":\"0\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"OVERLAY\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"left\":{\"tablet\":0,\"desktop\":0},\"top\":{\"tablet\":0,\"desktop\":0},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"tablet\":\"480\",\"desktop\":\"480\"},\"video_height\":{\"tablet\":\"360\",\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"normal\",\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\"},\"align_vert\":{\"tablet\":\"middle\",\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeInOut\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"unique_id\":3,\"endWithSlide\":true,\"scaleX\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleY\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Science says that Women are generally happier\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":30,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":165,\"mobile\":130,\"notebook\":135,\"tablet\":105},\"hover\":false,\"alias\":\"TITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"600px\",\"mobile\":\"420px\",\"notebook\":\"600px\",\"tablet\":\"600px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":773,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\",\"mobile\":\"30px\",\"notebook\":\"50px\",\"tablet\":\"50px\"},\"line-height\":{\"desktop\":\"55px\",\"mobile\":\"35px\",\"notebook\":\"55px\",\"tablet\":\"55px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#fff\",\"mobile\":\"#fff\",\"notebook\":\"#fff\",\"tablet\":\"#fff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"unique_id\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"A STUDY ON HAPPINESS\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":30,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":140,\"mobile\":100,\"notebook\":110,\"tablet\":80},\"hover\":false,\"alias\":\"SUBTITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Subtitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":182,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\",\"tablet\":\"15px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\",\"tablet\":\"900\"},\"color\":{\"desktop\":\"#a8d8ee\",\"mobile\":\"#a8d8ee\",\"notebook\":\"#a8d8ee\",\"tablet\":\"#a8d8ee\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"unique_id\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"17px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-opacity\":\"1\",\"border-width\":\"1px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"1px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"Newspaper-Button\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"unique_id\":5,\"left\":{\"desktop\":53,\"notebook\":53,\"tablet\":53,\"mobile\":30},\"top\":{\"desktop\":361,\"notebook\":331,\"tablet\":301,\"mobile\":245},\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(10,2,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"70\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"120\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"THE REAL DEAL\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"parallaxvertical\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"Every right implies a responsibility.\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/revslider\\/news-gallery\\/newscarousel2.jpg\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"static_styles\":{\"font-size\":{\"tablet\":\"\",\"desktop\":\"\"},\"line-height\":{\"tablet\":\"\",\"desktop\":\"\"},\"font-weight\":{\"tablet\":\"700\",\"desktop\":\"700\"},\"color\":{\"tablet\":\"\",\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"#000000\",\"border-opacity\":\"0\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"OVERLAY\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"left\":{\"tablet\":0,\"desktop\":0},\"top\":{\"tablet\":0,\"desktop\":0},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"tablet\":\"480\",\"desktop\":\"480\"},\"video_height\":{\"tablet\":\"360\",\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"normal\",\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\"},\"align_vert\":{\"tablet\":\"middle\",\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeInOut\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"unique_id\":3,\"endWithSlide\":true,\"scaleX\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleY\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Every right implies a responsibility.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":30,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":165,\"mobile\":130,\"notebook\":135,\"tablet\":105},\"hover\":false,\"alias\":\"TITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"600px\",\"mobile\":\"420px\",\"notebook\":\"600px\",\"tablet\":\"600px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":773,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\",\"mobile\":\"30px\",\"notebook\":\"50px\",\"tablet\":\"50px\"},\"line-height\":{\"desktop\":\"55px\",\"mobile\":\"35px\",\"notebook\":\"55px\",\"tablet\":\"55px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#fff\",\"mobile\":\"#fff\",\"notebook\":\"#fff\",\"tablet\":\"#fff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"unique_id\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"THE REAL DEAL\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":30,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":140,\"mobile\":100,\"notebook\":110,\"tablet\":80},\"hover\":false,\"alias\":\"SUBTITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Subtitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":182,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\",\"tablet\":\"15px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\",\"tablet\":\"900\"},\"color\":{\"desktop\":\"#a8d8ee\",\"mobile\":\"#a8d8ee\",\"notebook\":\"#a8d8ee\",\"tablet\":\"#a8d8ee\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"unique_id\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"17px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-opacity\":\"1\",\"border-width\":\"1px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"1px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"Newspaper-Button\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"unique_id\":5,\"left\":{\"desktop\":53,\"notebook\":53,\"tablet\":53,\"mobile\":30},\"top\":{\"desktop\":361,\"notebook\":331,\"tablet\":301,\"mobile\":245},\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(11,2,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"70\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"120\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"NATURAL BEAUTY\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"parallaxvertical\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"There was never a night or a problem that could defeat sunrise or hope.\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/revslider\\/news-gallery\\/newscarousel6.jpg\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"static_styles\":{\"font-size\":{\"tablet\":\"\",\"desktop\":\"\"},\"line-height\":{\"tablet\":\"\",\"desktop\":\"\"},\"font-weight\":{\"tablet\":\"700\",\"desktop\":\"700\"},\"color\":{\"tablet\":\"\",\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"#000000\",\"border-opacity\":\"0\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"OVERLAY\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"left\":{\"tablet\":0,\"desktop\":0},\"top\":{\"tablet\":0,\"desktop\":0},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"tablet\":\"480\",\"desktop\":\"480\"},\"video_height\":{\"tablet\":\"360\",\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"normal\",\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\"},\"align_vert\":{\"tablet\":\"middle\",\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeInOut\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"unique_id\":3,\"endWithSlide\":true,\"scaleX\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleY\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"There was never a night or a problem that could defeat sunrise or hope.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":30,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":165,\"mobile\":130,\"notebook\":135,\"tablet\":105},\"hover\":false,\"alias\":\"TITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"600px\",\"mobile\":\"420px\",\"notebook\":\"600px\",\"tablet\":\"600px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":773,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\",\"mobile\":\"30px\",\"notebook\":\"50px\",\"tablet\":\"50px\"},\"line-height\":{\"desktop\":\"55px\",\"mobile\":\"35px\",\"notebook\":\"55px\",\"tablet\":\"55px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#fff\",\"mobile\":\"#fff\",\"notebook\":\"#fff\",\"tablet\":\"#fff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"unique_id\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"NATURAL BEAUTY\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":30,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":140,\"mobile\":100,\"notebook\":110,\"tablet\":80},\"hover\":false,\"alias\":\"SUBTITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Subtitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":182,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\",\"tablet\":\"15px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\",\"tablet\":\"900\"},\"color\":{\"desktop\":\"#a8d8ee\",\"mobile\":\"#a8d8ee\",\"notebook\":\"#a8d8ee\",\"tablet\":\"#a8d8ee\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"unique_id\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"17px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-opacity\":\"1\",\"border-width\":\"1px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"1px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"Newspaper-Button\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"unique_id\":5,\"left\":{\"desktop\":53,\"notebook\":53,\"tablet\":53,\"mobile\":30},\"top\":{\"desktop\":361,\"notebook\":331,\"tablet\":301,\"mobile\":245},\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(12,2,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"70\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"120\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"WORDS OF WISDOM\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"parallaxvertical\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"Walking with a friend in the dark is better than alone in the light.\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/revslider\\/news-gallery\\/newscarousel5.jpg\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"static_styles\":{\"font-size\":{\"tablet\":\"\",\"desktop\":\"\"},\"line-height\":{\"tablet\":\"\",\"desktop\":\"\"},\"font-weight\":{\"tablet\":\"700\",\"desktop\":\"700\"},\"color\":{\"tablet\":\"\",\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"#000000\",\"border-opacity\":\"0\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-transparency\":\"1\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"OVERLAY\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"left\":{\"tablet\":0,\"desktop\":0},\"top\":{\"tablet\":0,\"desktop\":0},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"tablet\":\"480\",\"desktop\":\"480\"},\"video_height\":{\"tablet\":\"360\",\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"normal\",\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\"},\"align_vert\":{\"tablet\":\"middle\",\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"fadeout\",\"endeasing\":\"Power3.easeInOut\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"unique_id\":3,\"endWithSlide\":true,\"scaleX\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleY\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Walking with a friend in the dark is better than alone in the light.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":30,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":165,\"mobile\":130,\"notebook\":135,\"tablet\":105},\"hover\":false,\"alias\":\"TITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"600px\",\"mobile\":\"420px\",\"notebook\":\"600px\",\"tablet\":\"600px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Title\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":773,\"height\":40,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\",\"mobile\":\"30px\",\"notebook\":\"50px\",\"tablet\":\"50px\"},\"line-height\":{\"desktop\":\"55px\",\"mobile\":\"35px\",\"notebook\":\"55px\",\"tablet\":\"55px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"#fff\",\"mobile\":\"#fff\",\"notebook\":\"#fff\",\"tablet\":\"#fff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"unique_id\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"WORDS OF WISDOM\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":50,\"mobile\":30,\"notebook\":50,\"tablet\":50},\"top\":{\"desktop\":140,\"mobile\":100,\"notebook\":110,\"tablet\":80},\"hover\":false,\"alias\":\"SUBTITLE\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Subtitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":182,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\",\"tablet\":\"15px\"},\"line-height\":{\"desktop\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\",\"tablet\":\"20px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\",\"tablet\":\"900\"},\"color\":{\"desktop\":\"#a8d8ee\",\"mobile\":\"#a8d8ee\",\"notebook\":\"#a8d8ee\",\"tablet\":\"#a8d8ee\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"unique_id\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"13px\",\"notebook\":\"13px\",\"tablet\":\"13px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"17px\"},\"font-weight\":{\"desktop\":\"700\",\"notebook\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-opacity\":\"1\",\"border-width\":\"1px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"1px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"Newspaper-Button\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"hover\":true,\"unique_id\":5,\"left\":{\"desktop\":53,\"notebook\":53,\"tablet\":53,\"mobile\":30},\"top\":{\"desktop\":361,\"notebook\":331,\"tablet\":301,\"mobile\":245},\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"auto\",\"endeasing\":\"Power3.easeInOut\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(13,3,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_speed\":\"1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"70\",\"bg_repeat\":\"no-repeat\",\"slide_parallax_level\":\"10\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"120\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"30000\",\"title\":\"A STUDY ON HAPPINESS\",\"delay\":\"0\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"parallaxvertical\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"Science says that Women are generally happier\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/2018\\/10\\/Copy-of-Untitled.png\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"2712\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-navbar-old-tabs-title-color-color-slide\":\"off\",\"ph-navbar-old-tabs-title-color-color\":\"#a8d8ee\",\"ph-navbar-old-tabs-desc-color-color-slide\":\"off\",\"ph-navbar-old-tabs-desc-color-color\":\"#ffffff\",\"ph-navbar-old-tabs-title-size-custom-slide\":\"off\",\"ph-navbar-old-tabs-title-size-custom\":\"13\",\"ph-navbar-old-tabs-desc-size-custom-slide\":\"off\",\"ph-navbar-old-tabs-desc-size-custom\":\"18\",\"ph-navbar-old-tabs-title-font-font_family-slide\":\"off\",\"ph-navbar-old-tabs-title-font-font_family\":\"Roboto Slab\",\"ph-navbar-old-tabs-desc-font-font_family-slide\":\"off\",\"ph-navbar-old-tabs-desc-font-font_family\":\"Roboto Slab\",\"ph-navbar-old-tabs-title-line-height-custom-slide\":\"off\",\"ph-navbar-old-tabs-title-line-height-custom\":\"15\",\"ph-navbar-old-tabs-desc-line-height-custom-slide\":\"off\",\"ph-navbar-old-tabs-desc-line-height-custom\":\"25\",\"ph-navbar-old-tabs-title-font-weight-custom-slide\":\"off\",\"ph-navbar-old-tabs-title-font-weight-custom\":\"700\",\"ph-navbar-old-tabs-desc-font-weight-custom-slide\":\"off\",\"ph-navbar-old-tabs-desc-font-weight-custom\":\"400\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}','[{\"static_styles\":{\"font-size\":{\"tablet\":\"\",\"desktop\":\"\"},\"line-height\":{\"tablet\":\"\",\"desktop\":\"\"},\"font-weight\":{\"tablet\":\"700\",\"desktop\":\"700\"},\"color\":{\"tablet\":\"\",\"desktop\":\"\"},\"letter-spacing\":{}},\"deformation\":{\"background-color\":\"rgba(0, 0, 0, 0.35)\",\"border-color\":\"rgba(0, 0, 0, 1)\",\"border-opacity\":\"0\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":0,\"grayscalefilter\":0,\"brightnessfilter\":100,\"overflow\":\"visible\"},\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":0,\"grayscalefilter\":0,\"brightnessfilter\":100,\"zindex\":\"auto\",\"pointer_events\":\"auto\"},\"text\":\" \",\"alias\":\"OVERLAY\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"tablet\":\"100px\",\"desktop\":\"100px\"},\"left\":{\"tablet\":0,\"desktop\":0},\"top\":{\"tablet\":0,\"desktop\":0},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":false,\"mask_end\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"video_width\":{\"tablet\":\"480\",\"desktop\":\"480\"},\"video_height\":{\"tablet\":\"360\",\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"tablet\":\"normal\",\"desktop\":\"normal\"},\"static_end\":\"last\",\"align_hor\":{\"tablet\":\"center\",\"desktop\":\"center\"},\"align_vert\":{\"tablet\":\"middle\",\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":-1,\"height\":-1,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":false,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"0\",\"unique_id\":3,\"endWithSlide\":true,\"scaleX\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleY\":{\"tablet\":\"\",\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[],\"link_follow\":[]},\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1000},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"fadeout\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6500}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[0,0,0,0]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5},{\"text\":\"THE\\n\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":649,\"mobile\":123,\"notebook\":-35,\"tablet\":273},\"top\":{\"desktop\":49,\"mobile\":134,\"notebook\":-89,\"tablet\":108},\"hover\":false,\"alias\":\"The\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\",\"tablet\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"right\",\"mobile\":\"left\",\"notebook\":\"center\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"middle\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Subtitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":113,\"height\":60,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"35px\",\"notebook\":\"60px\",\"tablet\":\"50px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"35px\",\"notebook\":\"60px\",\"tablet\":\"50px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\",\"tablet\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"zindex\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"1\",\"unique_id\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"NEW FACE\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":260,\"mobile\":198,\"notebook\":196,\"tablet\":377},\"top\":{\"desktop\":49,\"mobile\":134,\"notebook\":106,\"tablet\":108},\"hover\":false,\"alias\":\"New Face\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\",\"tablet\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"right\",\"mobile\":\"left\",\"notebook\":\"right\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Subtitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":378,\"height\":100,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"35px\",\"notebook\":\"60px\",\"tablet\":\"50px\"},\"line-height\":{\"desktop\":\"101px\",\"mobile\":\"35px\",\"notebook\":\"60px\",\"tablet\":\"50px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\",\"tablet\":\"900\"},\"color\":{\"desktop\":\"#25a785\",\"mobile\":\"#25a785\",\"notebook\":\"#25a785\",\"tablet\":\"#25a785\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"display\":\"block\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"zindex\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"2\",\"unique_id\":7,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"OF PR.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"mobile\":0,\"notebook\":0,\"tablet\":0},\"top\":{\"desktop\":49,\"mobile\":134,\"notebook\":-90,\"tablet\":107},\"hover\":false,\"alias\":\"The\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"mask_start\":true,\"mask_end\":true,\"mask_x_start\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"mobile\":\"480px\",\"notebook\":\"480px\",\"tablet\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"mobile\":\"360px\",\"notebook\":\"360px\",\"tablet\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"right\",\"mobile\":\"right\",\"notebook\":\"right\",\"tablet\":\"right\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"middle\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Newspaper-Subtitle\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":108,\"height\":34,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\",\"mobile\":\"35px\",\"notebook\":\"60px\",\"tablet\":\"50px\"},\"line-height\":{\"desktop\":\"100px\",\"mobile\":\"35px\",\"notebook\":\"60px\",\"tablet\":\"50px\"},\"font-weight\":{\"desktop\":\"900\",\"mobile\":\"900\",\"notebook\":\"900\",\"tablet\":\"900\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"zindex\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"unique_id\":9,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1000,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":1000,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"auto\",\"easing\":\"Power3.easeInOut\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"],\"tablet\":[\"0\",\"0\",\"0\",\"0\"],\"mobile\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":9,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'); /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_revslider_static_slides` -- LOCK TABLES `wp_qkl48evxg3_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_revslider_static_slides` VALUES (1,1,'{\"staticoverflow\":\"visible\",\"staticlayersposition\":\"front\",\"image_id\":\"\",\"image\":\"\"}','[{\"style\":\"\",\"text\":\"Image 21\",\"type\":\"image\",\"image_url\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/2018\\/07\\/A-1.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"597px\",\"notebook\":\"597px\"},\"scaleY\":{\"desktop\":\"511px\",\"notebook\":\"511px\"},\"originalWidth\":926,\"originalHeight\":792,\"special_type\":\"static\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6700.0003051758,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":12,\"left\":{\"desktop\":1539,\"notebook\":1048},\"top\":{\"desktop\":272,\"notebook\":326},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 21\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"480px\",\"notebook\":\"480px\"},\"video_height\":{\"desktop\":\"360px\",\"notebook\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":false,\"visible-mobile\":false,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":597,\"height\":511,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"notebook\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"notebook\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\",\"notebook\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"],\"notebook\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\",\"notebook\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":17,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":22,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 20\",\"type\":\"image\",\"image_url\":\"http:\\/\\/trackspr.flywheelsites.com\\/wp-content\\/uploads\\/2018\\/07\\/T.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"663px\"},\"scaleY\":{\"desktop\":\"788px\"},\"originalWidth\":663,\"originalHeight\":788,\"special_type\":\"static\",\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":7000.0003051758,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":6700.0003051758,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":13,\"left\":{\"desktop\":-360},\"top\":{\"desktop\":-161},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 20\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":663,\"height\":788,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"pointer_events\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":18,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"p_uid\":-1,\"zIndex\":23,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"addedToStage\":true,\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(2,3,'{\"background_type\":\"trans\"}','',''); /*!40000 ALTER TABLE `wp_qkl48evxg3_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_term_relationships` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_term_relationships` -- LOCK TABLES `wp_qkl48evxg3_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_term_relationships` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_term_relationships` VALUES (1,1,0),(60,24,0),(71,24,0),(72,24,0),(73,24,0),(74,24,0),(129,30,0),(129,31,0),(144,32,0),(150,29,0),(156,28,0),(156,29,0),(191,28,0),(228,25,0),(229,26,0),(230,26,0),(231,26,0),(232,26,0),(233,25,0),(234,25,0),(991,25,0),(992,25,0),(993,25,0),(994,25,0),(2534,27,0),(2535,27,0),(2538,27,0),(2701,27,0),(2702,27,0),(2743,27,0); /*!40000 ALTER TABLE `wp_qkl48evxg3_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_term_taxonomy` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_term_taxonomy` -- LOCK TABLES `wp_qkl48evxg3_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_term_taxonomy` VALUES (1,1,'category','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'dt_testimonials_category','',0,0),(25,25,'dt_testimonials_category','',0,0),(26,26,'dt_testimonials_category','',0,4),(27,27,'nav_menu','',0,6),(28,28,'category','',0,2),(29,29,'category','',0,2),(30,30,'category','',0,1),(31,31,'category','',0,1),(32,32,'category','',0,1); /*!40000 ALTER TABLE `wp_qkl48evxg3_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_termmeta` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_termmeta` -- LOCK TABLES `wp_qkl48evxg3_termmeta` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_termmeta` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_termmeta` VALUES (1,28,'the7_fancy_bg_color','#'),(2,28,'the7_fancy_text_color','#'),(3,29,'the7_fancy_bg_color','#'),(4,29,'the7_fancy_text_color','#'),(5,30,'the7_fancy_bg_color','#'),(6,30,'the7_fancy_text_color','#'),(7,31,'the7_fancy_bg_color','#'),(8,31,'the7_fancy_text_color','#'),(9,32,'the7_fancy_bg_color','#'),(10,32,'the7_fancy_text_color','#'); /*!40000 ALTER TABLE `wp_qkl48evxg3_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_terms` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_terms` -- LOCK TABLES `wp_qkl48evxg3_terms` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_terms` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_terms` VALUES (1,'Uncategorized','uncategorized',0),(9,'app','app',0),(10,'aside','aside',0),(11,'blog','blog',0),(12,'business','business',0),(13,'corporate','corporate',0),(14,'design','design',0),(15,'dream-theme','dream-theme',0),(16,'mobile','mobile',0),(17,'news','news',0),(18,'player','player',0),(19,'post','post',0),(20,'tags','tags',0),(21,'video','video',0),(22,'wordpress','wordpress',0),(23,'world','world',0),(24,'1 testimonials','1-testimonials',0),(25,'2 testimonials different','2-testimonials-different',0),(26,'homepage','homepage',0),(27,'Main','main',0),(28,'Clients','clients',0),(29,'Storytelling','storytelling',0),(30,'Immigration','immigration',0),(31,'San Diego','san-diego',0),(32,'Workplace Diversity','workplace-diversity',0); /*!40000 ALTER TABLE `wp_qkl48evxg3_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_usermeta` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_usermeta` -- LOCK TABLES `wp_qkl48evxg3_usermeta` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_usermeta` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_usermeta` VALUES (1,1,'nickname','TracksPR'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_qkl48evxg3_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_qkl48evxg3_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,vc_pointers_backend_editor,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'default_password_nag',''),(17,1,'session_tokens','a:1:{s:64:\"faed07324c3ddbf80ba003f93a383f5c5970ca93e6830c899916e7ee314267ca\";a:4:{s:10:\"expiration\";i:1542561392;s:2:\"ip\";s:14:\"174.79.245.158\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\";s:5:\"login\";i:1542388592;}}'),(18,1,'wp_qkl48evxg3_dashboard_quick_press_last_post_id','4'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"174.79.245.0\";}'),(20,1,'wp_qkl48evxg3_user-settings','libraryContent=browse&editor=html&edit_element_vcUIPanelWidth=649&edit_element_vcUIPanelLeft=791px&edit_element_vcUIPanelTop=74px&imgsize=full&align=center'),(21,1,'wp_qkl48evxg3_user-settings-time','1542400551'),(22,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\";}'),(23,1,'metaboxhidden_nav-menus','a:11:{i:0;s:26:\"add-post-type-dt_portfolio\";i:1;s:24:\"add-post-type-dt_gallery\";i:2;s:21:\"add-post-type-dt_team\";i:3;s:29:\"add-post-type-dt_testimonials\";i:4;s:26:\"add-post-type-dt_slideshow\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:25:\"add-dt_portfolio_category\";i:8;s:23:\"add-dt_gallery_category\";i:9;s:20:\"add-dt_team_category\";i:10;s:28:\"add-dt_testimonials_category\";}'),(24,1,'nav_menu_recently_edited','27'),(25,1,'meta-box-order_vc_grid_item','a:3:{s:4:\"side\";s:9:\"submitdiv\";s:6:\"normal\";s:49:\"wpb_visual_composer,slugdiv,mymetabox_revslider_0\";s:8:\"advanced\";s:0:\"\";}'),(26,1,'screen_layout_vc_grid_item','2'),(27,1,'closedpostboxes_page','a:0:{}'),(28,1,'metaboxhidden_page','a:22:{i:0;s:21:\"dt_page_box-microsite\";i:1;s:29:\"dt_page_box-slideshow_options\";i:2;s:32:\"dt_page_box-fancy_header_options\";i:3;s:24:\"dt_page_box-page_content\";i:4;s:24:\"dt_page_box-display_blog\";i:5;s:24:\"dt_page_box-blog_options\";i:6;s:29:\"dt_page_box-display_portfolio\";i:7;s:29:\"dt_page_box-portfolio_options\";i:8;s:26:\"dt_page_box-display_albums\";i:9;s:26:\"dt_page_box-albums_options\";i:10;s:32:\"dt_page_box-display_albums_media\";i:11;s:25:\"dt_page_box-media_options\";i:12;s:24:\"dt_page_box-display_team\";i:13;s:24:\"dt_page_box-team_options\";i:14;s:32:\"dt_page_box-display_testimonials\";i:15;s:32:\"dt_page_box-testimonials_options\";i:16;s:12:\"revisionsdiv\";i:17;s:16:\"commentstatusdiv\";i:18;s:11:\"commentsdiv\";i:19;s:7:\"slugdiv\";i:20;s:9:\"authordiv\";i:21;s:26:\"dt_page_box-microsite_logo\";}'),(29,1,'closedpostboxes_dt_team','a:0:{}'),(30,1,'metaboxhidden_dt_team','a:3:{i:0;s:29:\"dt_page_box-slideshow_options\";i:1;s:32:\"dt_page_box-fancy_header_options\";i:2;s:7:\"slugdiv\";}'),(31,1,'tgmpa_dismissed_notice_the7_tgmpa','1'),(32,1,'dpsp_admin_notice_promo_opt_in_hound','1'),(33,1,'closedpostboxes_post','a:0:{}'),(34,1,'metaboxhidden_post','a:9:{i:0;s:21:\"dt_page_box-microsite\";i:1;s:29:\"dt_page_box-slideshow_options\";i:2;s:32:\"dt_page_box-fancy_header_options\";i:3;s:11:\"postexcerpt\";i:4;s:13:\"trackbacksdiv\";i:5;s:11:\"commentsdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";i:8;s:26:\"dt_page_box-microsite_logo\";}'); /*!40000 ALTER TABLE `wp_qkl48evxg3_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_users` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_users` -- LOCK TABLES `wp_qkl48evxg3_users` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_users` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_users` VALUES (1,'TracksPR','$P$BIOsgoP.40osHN4ocSdRq7OhDYODFU/','trackspr','llashell@gmail.com','','2018-06-19 22:08:51','',0,'TracksPR'); /*!40000 ALTER TABLE `wp_qkl48evxg3_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_wd_fb_data` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_wd_fb_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_wd_fb_data` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `fb_id` int(11) NOT NULL, `from` varchar(32) NOT NULL, `object_id` varchar(64) NOT NULL, `name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `type` varchar(32) NOT NULL, `message` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `story` mediumtext NOT NULL, `place` mediumtext NOT NULL, `message_tags` mediumtext NOT NULL, `with_tags` mediumtext NOT NULL, `story_tags` mediumtext NOT NULL, `status_type` mediumtext NOT NULL, `link` mediumtext NOT NULL, `source` mediumtext NOT NULL, `thumb_url` varchar(512) NOT NULL, `main_url` varchar(512) NOT NULL, `width` varchar(32) NOT NULL, `height` varchar(32) NOT NULL, `created_time` varchar(64) NOT NULL, `updated_time` varchar(64) NOT NULL, `created_time_number` bigint(255) NOT NULL, `reactions` text NOT NULL, `comments` text NOT NULL, `shares` text NOT NULL, `attachments` text NOT NULL, `who_post` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_wd_fb_data` -- LOCK TABLES `wp_qkl48evxg3_wd_fb_data` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_data` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_wd_fb_info` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_wd_fb_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_wd_fb_info` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `page_access_token` text NOT NULL, `type` varchar(10) NOT NULL, `content_type` varchar(15) NOT NULL, `content` varchar(256) NOT NULL, `content_url` varchar(512) NOT NULL, `timeline_type` varchar(16) NOT NULL, `from` varchar(32) NOT NULL, `limit` int(11) NOT NULL, `app_id` varchar(128) NOT NULL, `app_secret` varchar(256) NOT NULL, `exist_access` tinyint(1) NOT NULL, `access_token` varchar(256) NOT NULL, `order` bigint(20) DEFAULT NULL, `published` tinyint(1) NOT NULL, `update_mode` varchar(16) NOT NULL, `fb_view_type` varchar(25) NOT NULL, `theme` int(11) DEFAULT NULL, `masonry_hor_ver` varchar(255) DEFAULT NULL, `image_max_columns` int(11) DEFAULT NULL, `thumb_width` int(11) DEFAULT NULL, `thumb_height` int(11) DEFAULT NULL, `thumb_comments` int(11) DEFAULT NULL, `thumb_likes` int(11) DEFAULT NULL, `thumb_name` int(11) DEFAULT NULL, `blog_style_width` int(11) DEFAULT NULL, `blog_style_height` varchar(15) DEFAULT NULL, `blog_style_view_type` int(11) DEFAULT NULL, `blog_style_comments` int(11) DEFAULT NULL, `blog_style_likes` int(11) DEFAULT NULL, `blog_style_message_desc` int(11) DEFAULT NULL, `blog_style_shares` int(11) DEFAULT NULL, `blog_style_shares_butt` int(11) DEFAULT NULL, `blog_style_facebook` int(11) DEFAULT NULL, `blog_style_twitter` int(11) DEFAULT NULL, `blog_style_google` int(11) DEFAULT NULL, `blog_style_author` int(11) DEFAULT NULL, `blog_style_name` int(11) DEFAULT NULL, `blog_style_place_name` int(11) DEFAULT NULL, `fb_name` int(11) DEFAULT NULL, `fb_plugin` int(11) DEFAULT NULL, `album_max_columns` int(11) DEFAULT NULL, `album_title` varchar(15) DEFAULT NULL, `album_thumb_width` int(11) DEFAULT NULL, `album_thumb_height` int(11) DEFAULT NULL, `album_image_max_columns` int(11) DEFAULT NULL, `album_image_thumb_width` int(11) DEFAULT NULL, `album_image_thumb_height` int(11) DEFAULT NULL, `pagination_type` int(11) DEFAULT NULL, `objects_per_page` int(11) DEFAULT NULL, `popup_fullscreen` int(11) DEFAULT NULL, `popup_width` int(11) NOT NULL, `popup_height` int(11) DEFAULT NULL, `popup_effect` varchar(255) DEFAULT NULL, `popup_autoplay` int(11) DEFAULT NULL, `open_commentbox` int(11) DEFAULT NULL, `popup_interval` int(11) DEFAULT NULL, `popup_enable_filmstrip` int(11) DEFAULT NULL, `popup_filmstrip_height` int(11) DEFAULT NULL, `popup_comments` int(11) DEFAULT NULL, `popup_likes` int(11) DEFAULT NULL, `popup_shares` int(11) DEFAULT NULL, `popup_author` int(11) DEFAULT NULL, `popup_name` int(11) DEFAULT NULL, `popup_place_name` int(11) DEFAULT NULL, `popup_enable_ctrl_btn` int(11) DEFAULT NULL, `popup_enable_fullscreen` int(11) DEFAULT NULL, `popup_enable_info_btn` int(11) DEFAULT NULL, `popup_message_desc` int(11) DEFAULT NULL, `popup_enable_facebook` int(11) DEFAULT NULL, `popup_enable_twitter` int(11) DEFAULT NULL, `popup_enable_google` int(11) DEFAULT NULL, `view_on_fb` tinyint(1) NOT NULL, `post_text_length` bigint(20) NOT NULL, `event_street` tinyint(1) NOT NULL, `event_city` tinyint(1) NOT NULL, `event_country` tinyint(1) NOT NULL, `event_zip` tinyint(1) NOT NULL, `event_map` tinyint(1) NOT NULL, `event_date` tinyint(1) NOT NULL, `event_desp_length` bigint(20) NOT NULL, `comments_replies` tinyint(1) NOT NULL, `comments_filter` varchar(32) NOT NULL, `comments_order` varchar(32) NOT NULL, `page_plugin_pos` varchar(8) NOT NULL, `page_plugin_fans` tinyint(1) NOT NULL, `page_plugin_cover` tinyint(1) NOT NULL, `page_plugin_header` tinyint(1) NOT NULL, `page_plugin_width` int(4) NOT NULL, `image_onclick_action` varchar(32) NOT NULL, `event_order` tinyint(4) NOT NULL, `upcoming_events` tinyint(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_wd_fb_info` -- LOCK TABLES `wp_qkl48evxg3_wd_fb_info` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_info` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_wd_fb_option` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_wd_fb_option`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_wd_fb_option` ( `id` bigint(20) NOT NULL, `autoupdate_interval` int(4) NOT NULL, `app_id` varchar(255) NOT NULL, `app_secret` varchar(255) NOT NULL, `access_token` varchar(255) NOT NULL, `date_timezone` varchar(64) NOT NULL, `post_date_format` varchar(64) NOT NULL, `event_date_format` varchar(64) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_wd_fb_option` -- LOCK TABLES `wp_qkl48evxg3_wd_fb_option` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_option` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_wd_fb_option` VALUES (1,90,'','','','','ago','F j, Y, g:i a'); /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_wd_fb_shortcode` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_wd_fb_shortcode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_wd_fb_shortcode` ( `id` bigint(20) NOT NULL, `tagtext` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_wd_fb_shortcode` -- LOCK TABLES `wp_qkl48evxg3_wd_fb_shortcode` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_shortcode` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_shortcode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_wd_fb_theme` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_wd_fb_theme`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_wd_fb_theme` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `params` longtext, `default_theme` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_wd_fb_theme` -- LOCK TABLES `wp_qkl48evxg3_wd_fb_theme` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_theme` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_wd_fb_theme` VALUES (1,'Theme 1','{\"thumb_margin\":\"10\",\"thumb_padding\":\"2\",\"thumb_border_radius\":\"2px\",\"thumb_border_width\":\"1\",\"thumb_border_style\":\"none\",\"thumb_border_color\":\"000000\",\"thumb_bg_color\":\"FFFFFF\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":\"100\",\"thumb_box_shadow\":\"0px 0px 1px #000000\",\"thumb_transparent\":\"100\",\"thumb_align\":\"center\",\"thumb_hover_effect\":\"rotate\",\"thumb_hover_effect_value\":\"2deg\",\"thumb_transition\":\"1\",\"thumb_title_font_color\":\"797979\",\"thumb_title_font_style\":\"inherit\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":\"14\",\"thumb_title_font_weight\":\"normal\",\"thumb_title_margin\":\"10\",\"thumb_title_shadow\":\"\",\"thumb_like_comm_pos\":\"bottom\",\"thumb_like_comm_font_size\":\"14\",\"thumb_like_comm_font_color\":\"FFFFFF\",\"thumb_like_comm_font_style\":\"inherit\",\"thumb_like_comm_font_weight\":\"normal\",\"thumb_like_comm_shadow\":\"0px 0px 1px #000000\",\"masonry_thumb_padding\":\"4\",\"masonry_thumb_border_radius\":\"2px\",\"masonry_thumb_border_width\":\"1\",\"masonry_thumb_border_style\":\"solid\",\"masonry_thumb_border_color\":\"FFFFFF\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":\"100\",\"masonry_thumb_transparent\":\"100\",\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"scale\",\"masonry_thumb_hover_effect_value\":\"1.1\",\"masonry_thumb_transition\":\"1\",\"masonry_description_font_size\":\"14\",\"masonry_description_color\":\"A3A3A3\",\"masonry_description_font_style\":\"inherit\",\"masonry_like_comm_pos\":\"bottom\",\"masonry_like_comm_font_size\":\"14\",\"masonry_like_comm_font_color\":\"FFFFFF\",\"masonry_like_comm_font_style\":\"inherit\",\"masonry_like_comm_font_weight\":\"normal\",\"masonry_like_comm_shadow\":\"0px 0px 1px #000000\",\"blog_style_align\":\"left\",\"blog_style_bg_color\":\"FFFFFF\",\"blog_style_fd_name_bg_color\":\"000000\",\"blog_style_fd_name_align\":\"center\",\"blog_style_fd_name_padding\":\"10\",\"blog_style_fd_name_color\":\"FFFFFF\",\"blog_style_fd_name_size\":\"15\",\"blog_style_fd_name_font_weight\":\"normal\",\"blog_style_fd_icon\":\"\",\"blog_style_fd_icon_color\":\"\",\"blog_style_fd_icon_size\":\"\",\"blog_style_transparent\":\"100\",\"blog_style_obj_img_align\":\"center\",\"blog_style_margin\":\"10\",\"blog_style_box_shadow\":\"\",\"blog_style_border_width\":\"1\",\"blog_style_border_style\":\"solid\",\"blog_style_border_color\":\"C9C9C9\",\"blog_style_border_type\":\"top\",\"blog_style_border_radius\":\"\",\"blog_style_obj_icons_color\":\"gray\",\"blog_style_obj_date_pos\":\"after\",\"blog_style_obj_font_family\":\"inherit\",\"blog_style_obj_info_bg_color\":\"FFFFFF\",\"blog_style_page_name_color\":\"000000\",\"blog_style_obj_page_name_size\":\"13\",\"blog_style_obj_page_name_font_weight\":\"bold\",\"blog_style_obj_story_color\":\"000000\",\"blog_style_obj_story_size\":\"14\",\"blog_style_obj_story_font_weight\":\"normal\",\"blog_style_obj_place_color\":\"000000\",\"blog_style_obj_place_size\":\"13\",\"blog_style_obj_place_font_weight\":\"normal\",\"blog_style_obj_name_color\":\"000000\",\"blog_style_obj_name_size\":\"13\",\"blog_style_obj_name_font_weight\":\"bold\",\"blog_style_obj_message_color\":\"000000\",\"blog_style_obj_message_size\":\"14\",\"blog_style_obj_message_font_weight\":\"normal\",\"blog_style_obj_hashtags_color\":\"000000\",\"blog_style_obj_hashtags_size\":\"12\",\"blog_style_obj_hashtags_font_weight\":\"normal\",\"blog_style_obj_likes_social_bg_color\":\"EAEAEA\",\"blog_style_obj_likes_social_color\":\"656565\",\"blog_style_obj_likes_social_size\":\"14\",\"blog_style_obj_likes_social_font_weight\":\"normal\",\"blog_style_obj_comments_bg_color\":\"FFFFFF\",\"blog_style_obj_comments_color\":\"000000\",\"blog_style_obj_comments_font_family\":\"inherit\",\"blog_style_obj_comments_font_size\":\"14\",\"blog_style_obj_users_font_color\":\"000000\",\"blog_style_obj_comments_social_font_weight\":\"normal\",\"blog_style_obj_comment_border_width\":\"1\",\"blog_style_obj_comment_border_style\":\"solid\",\"blog_style_obj_comment_border_color\":\"C9C9C9\",\"blog_style_obj_comment_border_type\":\"top\",\"blog_style_evt_str_color\":\"000000\",\"blog_style_evt_str_size\":\"14\",\"blog_style_evt_str_font_weight\":\"normal\",\"blog_style_evt_ctzpcn_color\":\"000000\",\"blog_style_evt_ctzpcn_size\":\"14\",\"blog_style_evt_ctzpcn_font_weight\":\"normal\",\"blog_style_evt_map_color\":\"000000\",\"blog_style_evt_map_size\":\"14\",\"blog_style_evt_map_font_weight\":\"normal\",\"blog_style_evt_date_color\":\"000000\",\"blog_style_evt_date_size\":\"14\",\"blog_style_evt_date_font_weight\":\"normal\",\"blog_style_evt_info_font_family\":\"inherit\",\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"inherit\",\"album_compact_back_font_size\":\"16\",\"album_compact_back_font_weight\":\"bold\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"797979\",\"album_compact_title_font_style\":\"inherit\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":\"13\",\"album_compact_title_font_weight\":\"normal\",\"album_compact_title_margin\":\"2px\",\"album_compact_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_margin\":\"4\",\"album_compact_thumb_padding\":\"0\",\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":\"0\",\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"CCCCCC\",\"album_compact_thumb_bg_color\":\"FFFFFF\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":\"0\",\"album_compact_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_transparent\":\"100\",\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"scale\",\"album_compact_thumb_hover_effect_value\":\"1.1\",\"album_compact_thumb_transition\":\"0\",\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":\"70\",\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":\"20\",\"lightbox_ctrl_btn_margin_top\":\"10\",\"lightbox_ctrl_btn_margin_left\":\"7\",\"lightbox_ctrl_btn_transparent\":\"100\",\"lightbox_ctrl_btn_color\":\"\",\"lightbox_toggle_btn_height\":\"14\",\"lightbox_toggle_btn_width\":\"100\",\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":\"65\",\"lightbox_ctrl_cont_border_radius\":\"4\",\"lightbox_close_btn_transparent\":\"100\",\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":\"2\",\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"0\",\"lightbox_close_btn_color\":\"\",\"lightbox_close_btn_size\":\"10\",\"lightbox_close_btn_width\":\"20\",\"lightbox_close_btn_height\":\"20\",\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_transparent\":\"80\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":\"0\",\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"\",\"lightbox_rl_btn_height\":\"40\",\"lightbox_rl_btn_width\":\"40\",\"lightbox_rl_btn_size\":\"20\",\"lightbox_close_rl_btn_hover_color\":\"\",\"lightbox_obj_pos\":\"left\",\"lightbox_obj_width\":\"350\",\"lightbox_obj_icons_color\":\"gray\",\"lightbox_obj_date_pos\":\"after\",\"lightbox_obj_font_family\":\"inherit\",\"lightbox_obj_info_bg_color\":\"E2E2E2\",\"lightbox_page_name_color\":\"4B4B4B\",\"lightbox_obj_page_name_size\":\"14\",\"lightbox_obj_page_name_font_weight\":\"bold\",\"lightbox_obj_story_color\":\"4B4B4B\",\"lightbox_obj_story_size\":\"14\",\"lightbox_obj_story_font_weight\":\"normal\",\"lightbox_obj_place_color\":\"000000\",\"lightbox_obj_place_size\":\"13\",\"lightbox_obj_place_font_weight\":\"normal\",\"lightbox_obj_name_color\":\"4B4B4B\",\"lightbox_obj_name_size\":\"14\",\"lightbox_obj_name_font_weight\":\"bold\",\"lightbox_obj_message_color\":\"000000\",\"lightbox_obj_message_size\":\"14\",\"lightbox_obj_message_font_weight\":\"normal\",\"lightbox_obj_hashtags_color\":\"000000\",\"lightbox_obj_hashtags_size\":\"12\",\"lightbox_obj_hashtags_font_weight\":\"normal\",\"lightbox_obj_likes_social_bg_color\":\"878787\",\"lightbox_obj_likes_social_color\":\"FFFFFF\",\"lightbox_obj_likes_social_size\":\"14\",\"lightbox_obj_likes_social_font_weight\":\"normal\",\"lightbox_obj_comments_bg_color\":\"EAEAEA\",\"lightbox_obj_comments_color\":\"4A4A4A\",\"lightbox_obj_comments_font_family\":\"inherit\",\"lightbox_obj_comments_font_size\":\"14\",\"lightbox_obj_users_font_color\":\"4B4B4B\",\"lightbox_obj_comments_social_font_weight\":\"normal\",\"lightbox_obj_comment_border_width\":\"1\",\"lightbox_obj_comment_border_style\":\"solid\",\"lightbox_obj_comment_border_color\":\"C9C9C9\",\"lightbox_obj_comment_border_type\":\"top\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"3B3B3B\",\"lightbox_filmstrip_rl_btn_size\":\"20\",\"lightbox_filmstrip_rl_btn_color\":\"\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":\"1\",\"lightbox_filmstrip_thumb_border_style\":\"solid\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":\"80\",\"lightbox_filmstrip_thumb_active_border_width\":\"0\",\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"\",\"lightbox_evt_str_color\":\"000000\",\"lightbox_evt_str_size\":\"14\",\"lightbox_evt_str_font_weight\":\"normal\",\"lightbox_evt_ctzpcn_color\":\"000000\",\"lightbox_evt_ctzpcn_size\":\"14\",\"lightbox_evt_ctzpcn_font_weight\":\"normal\",\"lightbox_evt_map_color\":\"000000\",\"lightbox_evt_map_size\":\"14\",\"lightbox_evt_map_font_weight\":\"normal\",\"lightbox_evt_date_color\":\"000000\",\"lightbox_evt_date_size\":\"14\",\"lightbox_evt_date_font_weight\":\"normal\",\"lightbox_evt_info_font_family\":\"inherit\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":\"0\",\"page_nav_font_size\":\"12\",\"page_nav_font_style\":\"inherit\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":\"1\",\"page_nav_border_style\":\"solid\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FFFFFF\",\"page_nav_button_bg_transparent\":\"100\",\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":\"1\",\"page_nav_button_text\":\"0\",\"lightbox_obj_icons_color_likes_comments_count\":\"white\"}',1); /*!40000 ALTER TABLE `wp_qkl48evxg3_wd_fb_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_wdi_feeds` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_wdi_feeds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_wdi_feeds` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `feed_name` tinytext NOT NULL, `feed_thumb` varchar(255) NOT NULL, `thumb_user` varchar(30) NOT NULL, `published` varchar(1) NOT NULL, `theme_id` varchar(10) NOT NULL, `feed_users` varchar(2000) NOT NULL, `feed_display_view` varchar(30) NOT NULL, `sort_images_by` varchar(30) NOT NULL, `display_order` varchar(30) NOT NULL, `follow_on_instagram_btn` varchar(1) NOT NULL, `display_header` varchar(1) NOT NULL, `number_of_photos` varchar(10) NOT NULL, `load_more_number` varchar(10) NOT NULL, `pagination_per_page_number` varchar(10) NOT NULL, `pagination_preload_number` varchar(10) NOT NULL, `image_browser_preload_number` varchar(10) NOT NULL, `image_browser_load_number` varchar(10) NOT NULL, `number_of_columns` varchar(30) NOT NULL, `resort_after_load_more` varchar(1) NOT NULL, `show_likes` varchar(1) NOT NULL, `show_description` varchar(1) NOT NULL, `show_comments` varchar(1) NOT NULL, `show_usernames` varchar(1) NOT NULL, `display_user_info` varchar(1) NOT NULL, `display_user_post_follow_number` varchar(1) NOT NULL, `show_full_description` varchar(1) NOT NULL, `disable_mobile_layout` varchar(1) NOT NULL, `feed_type` varchar(30) NOT NULL, `feed_item_onclick` varchar(30) NOT NULL, `popup_fullscreen` varchar(1) NOT NULL, `popup_width` varchar(64) NOT NULL, `popup_height` varchar(64) NOT NULL, `popup_type` varchar(64) NOT NULL, `popup_autoplay` varchar(1) NOT NULL, `popup_interval` varchar(64) NOT NULL, `popup_enable_filmstrip` varchar(1) NOT NULL, `popup_filmstrip_height` varchar(64) NOT NULL, `autohide_lightbox_navigation` varchar(1) NOT NULL, `popup_enable_ctrl_btn` varchar(1) NOT NULL, `popup_enable_fullscreen` varchar(1) NOT NULL, `popup_enable_info` varchar(1) NOT NULL, `popup_info_always_show` varchar(1) NOT NULL, `popup_info_full_width` varchar(1) NOT NULL, `popup_enable_comment` varchar(1) NOT NULL, `popup_enable_fullsize_image` varchar(1) NOT NULL, `popup_enable_download` varchar(1) NOT NULL, `popup_enable_share_buttons` varchar(1) NOT NULL, `popup_enable_facebook` varchar(1) NOT NULL, `popup_enable_twitter` varchar(1) NOT NULL, `popup_enable_google` varchar(1) NOT NULL, `popup_enable_pinterest` varchar(1) NOT NULL, `popup_enable_tumblr` varchar(1) NOT NULL, `show_image_counts` varchar(1) NOT NULL, `enable_loop` varchar(1) NOT NULL, `popup_image_right_click` varchar(1) NOT NULL, `conditional_filters` varchar(10000) NOT NULL, `conditional_filter_type` varchar(32) NOT NULL, `show_username_on_thumb` varchar(32) NOT NULL, `conditional_filter_enable` varchar(1) NOT NULL, `liked_feed` varchar(30) NOT NULL, `mobile_breakpoint` varchar(10) NOT NULL, `redirect_url` varchar(255) NOT NULL, `feed_resolution` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_wdi_feeds` -- LOCK TABLES `wp_qkl48evxg3_wdi_feeds` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_wdi_feeds` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_qkl48evxg3_wdi_feeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_qkl48evxg3_wdi_themes` -- DROP TABLE IF EXISTS `wp_qkl48evxg3_wdi_themes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_qkl48evxg3_wdi_themes` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `theme_name` tinytext COLLATE latin1_general_ci NOT NULL, `default_theme` varchar(1) COLLATE latin1_general_ci NOT NULL, `feed_container_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `feed_wrapper_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `feed_container_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `feed_wrapper_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `active_filter_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_position` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_img_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_text_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `header_text_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_border_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_text_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `follow_btn_background_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `user_horizontal_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `user_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `user_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `user_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `user_img_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `user_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `user_background_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `users_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `users_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `users_background_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `users_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `users_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL, `users_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `users_text_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `user_description_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_overlay_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_overlay_bg_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_btn_margin_top` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_btn_margin_left` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_btn_pos` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_cont_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_cont_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_cont_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_btn_align` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_ctrl_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_toggle_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_toggle_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_box_shadow` varchar(128) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_top` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_right` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_full_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_btn_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_share_button_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_box_shadow` varchar(128) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_height` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_close_rl_btn_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_rl_btn_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_pos` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_thumb_margin` varchar(128) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_thumb_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_thumb_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_thumb_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_thumb_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_thumb_active_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_thumb_active_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_thumb_deactive_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_rl_btn_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_rl_btn_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_filmstrip_rl_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_pos` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_align` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_bg_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_title_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_title_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_title_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_title_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_description_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_description_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_description_font_weight` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_description_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_info_height` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_pos` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_font_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_font_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_author_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_author_font_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_author_font_color_hover` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_date_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_body_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_input_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_input_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_input_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_input_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_input_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_input_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_button_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_button_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_button_border_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_button_border_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_button_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_button_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_separator_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_separator_style` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_separator_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_load_more_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `lightbox_comment_load_more_color_hover` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_overlay_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_overlay_hover_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_overlay_hover_icon_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_overlay_hover_icon_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_photo_img_hover_effect` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_overlay_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_overlay_hover_transparent` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_overlay_hover_icon_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_overlay_hover_icon_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_photo_img_hover_effect` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `blog_style_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_wrap_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_wrap_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_wrap_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_img_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_wrap_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_meta_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_meta_one_line` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_like_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_comment_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_caption_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_caption_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_feed_item_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_photo_caption_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `image_browser_like_comm_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_position` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_padding` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_border_radius` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_height` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_width` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_border_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_border_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_text_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_text_font_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `load_more_wrap_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `pagination_ctrl_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `pagination_size` varchar(32) COLLATE latin1_general_ci NOT NULL, `pagination_ctrl_margin` varchar(32) COLLATE latin1_general_ci NOT NULL, `pagination_ctrl_hover_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `pagination_position` varchar(32) COLLATE latin1_general_ci NOT NULL, `pagination_position_vert` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_thumb_user_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `th_thumb_user_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_thumb_user_bg_color` varchar(32) COLLATE latin1_general_ci NOT NULL, `mas_thumb_user_color` varchar(32) COLLATE latin1_general_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_qkl48evxg3_wdi_themes` -- LOCK TABLES `wp_qkl48evxg3_wdi_themes` WRITE; /*!40000 ALTER TABLE `wp_qkl48evxg3_wdi_themes` DISABLE KEYS */; INSERT INTO `wp_qkl48evxg3_wdi_themes` VALUES (1,'Instagram','1','#FFFFFF','100%','100%','#FFFFFF','#429fff','0px','5px','0px','#DDDDDD','left','40','0','5px','#0f4973','400','18px','normal','3','25','10','#ffffff','#0f4973','#0f4973','18','#0f4973','#0f4973','#ffffff','','5px','0px','','40','40','','0px','','','#0f4973','400','18px','normal','14px','#25292c','90','#ffffff','20','10','7','bottom','#2a5b83','4','80','center','#FFFFFF','100','14','100','16','2','none','#FFFFFF','none','#2a5b83','100','20','20','-10','-10','15','#FFFFFF','#000000','#000000','#ffffff','fa-chevron','#2a5b83','80','none','40','40','20','#25292c','#FFFFFF','20','0','none','#FFFFFF','top','0 1px','1','solid','#25292c','0','0','#FFFFFF','70','20','#FFFFFF','#3B3B3B','top','right','#3b3b3b','80','1','none','#3b3b3b','5','5px','15px','#FFFFFF','segoe ui','bold','13','#FFFFFF','segoe ui','normal','14','30','400','right','#ffffff','12','#000000','segoe ui','14','#125688','#002160','10','12','1','none','#666666','0','2px','#333333','#616161','3px 10px','1','none','#666666','3','1','solid','#125688','#125688','#000000','5px','5px','#ffffff','0px','#FFFFFF','#FFFFFF','1','#8a8d8e','#8a8d8e','14px','#125688','0','#8e8e8e','13px','#125688','50','#FFFFFF','25px','','5px','0px','gray','0px','#FFFFFF','#FFFFFF','1','#8a8d8e','#8a8d8e','14px','#125688','0','#8e8e8e','13px','#125688','50','#FFFFFF','25px','','5px','0px','gray','0px','#FFFFFF','#FFFFFF','1','#8a8d8e','#8a8d8e','16px','#125688','0','#8e8e8e','20px','5px','0px','gray','0px','#FFFFFF','#FFFFFF','1','#8a8d8e','#8a8d8e','16px','#125688','0','#8e8e8e','20px','center','4px','#ffffff','500px','90px','90px','1px','#0f4973','#1e73be','14px','transparent','#0f4973','18px','15px','#25292c','center','top','','','',''),(2,'Elegant','0','#FFFFFF','100%','100%','#FFFFFF','#3cbac8','0px','5px','0px','#DDDDDD','left','40','0','5px','#686666','400','22px','normal','7','25','10','#ffffff','#3cbac8','#3cbac8','18','#3cbac8','#ffffff','#3cbac8','','5px','0px','','40','40','','0px','','','#686666','400','22px','normal','14px','#ffffff','80','#000000','20','10','7','bottom','#3cbac8','4','80','center','#FFFFFF','100','14','100','16','2','none','#FFFFFF','none','#3cbac8','100','20','20','-10','-10','15','#FFFFFF','#3cbac8','#2a5b83','#ffffff','fa-chevron','#3cbac8','100','none','40','40','20','#ff4444','#FFFFFF','20','0','none','#FFFFFF','top','0 1px','1','solid','#ffffff','0','0','#FFFFFF','40','20','#FFFFFF','#3cbac8','top','right','#3cbac8','87','1','none','#3cbac8','5','5px','15px','#FFFFFF','segoe ui','bold','13','#FFFFFF','segoe ui','normal','14','30','400','right','#000000','12','#3cbac8','segoe ui','14','#ffffff','#ff4444','10','12','1','none','#666666','0','2px','#333333','#616161','3px 10px','1','none','#666666','3','1','ridge','#ffffff','#ffffff','#ff4444','5px','0px','#0a0909','0px','#FFFFFF','#FFFFFF','1','#3cbac8','#3cbac8','14px','#000000','0','#686666','13px','#3cbac8','50','#FFFFFF','25px','','5px','0px','#0a0909','0px','#FFFFFF','#FFFFFF','1','#3cbac8','#3cbac8','14px','#000000','0','#686666','13px','#3cbac8','50','#FFFFFF','25px','','5px','0px','#000000','0px','#FFFFFF','#FFFFFF','1','#3cbac8','#3cbac8','16px','#000000','0','#6866666','20px','5px','0px','#000000','0px','#FFFFFF','#FFFFFF','1','#3cbac8','#3cbac8','16px','#000000','0','#686666','20px','center','4px','#3cbac8','10px','40px','130px','1px','#ffffff','#ffffff','14px','3cbac8','#3cbac8','18px','15px','#000000','center','top','','','',''); /*!40000 ALTER TABLE `wp_qkl48evxg3_wdi_themes` ENABLE KEYS */; UNLOCK TABLES; /*!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-01-23 10:50:00