-- 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
\";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
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.WordPress 5.0 Beta 5 is now available!
\n\n\n\nThis 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\nThere 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\nReminder: 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\nThe block editor has been updated to match the Gutenberg 4.4 release, the major changes include:
\n\n\n\nAdditionally, there have been some pesky bugs fixed:
\n\n\n\nundefined
.A full list of changes can be found in the Gutenberg 4.4 release post.
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.
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.button
class support.Do you speak a language other than English? Help us translate WordPress into more than 100 languages!
\n\n\n\nIf 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\nWordPress 5.0 Beta 4 is now available!
\n\n\n\nThis 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\nThere 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\nThe 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\nThe block editor has been updated to match the Gutenberg 4.3 release, the major changes include:
\n\n\n\nAdditionally, there have been some bugs fixed that popped up in beta 3:
\n\n\n\nWe’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\nTwenty Nineteen is being polished over on its GitHub repository. This update includes a host of tweaks and bug fixes, including:
\n\n\n\nAll of the older default themes—from Twenty Ten through to Twenty Seventeen—have polished styling in the block editor.
\n\n\n\nDo you speak a language other than English? Help us translate WordPress into more than 100 languages!
\n\n\n\nIf 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\nInternational-
isation is a word with
many syllables.
Meta boxes are
the original style block.
Old is new again.
WordPress 5.0 Beta 3 is now available!
\n\n\n\nThis 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\nThere 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\nWordPress 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\nThe 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\nTwenty Nineteen has been updated from its GitHub repository, this version is full of new goodies to check out:
\n\n\n\nDo you speak a language other than English? Help us translate WordPress into more than 100 languages!
\n\n\n\nIf 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\nIf 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\nWordPress Five Point Oh
is just two short weeks away.
Thank you for helping!
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\nInterested 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:\"\nTeams 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\nEarly 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.
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.
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.
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\nActive 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.
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.
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\nHelpHub is an ongoing project to move all of WordPress’ user documentation from the Codex to the WordPress Support portal.
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.
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\nA 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.
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.
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.
If you have a story we should consider including in the next “Month in WordPress” post, please submit it here.
WordPress 5.0 Beta 2 is now available!
\n\n\n\nThis 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\nThere 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\nWordPress 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\nWe’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\nMeta 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\nWe’ve added support for registering and loading JavaScript translation files.
\n\n\n\nThe 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\nThe REST API has a couple of bug fixes and performance improvements. PHP 7.3 compatibility has been improved.
\n\n\n\nWe’re fixing the bugs:
All the ones you’ve reported.
Some that we’ve found, too.
WordPress 5.0 Beta 1 is now available!
\n\n\n\nThis 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\nThere 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\nWordPress 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\nThe new Gutenberg block editor is now the default post editor!
\n\n\n\nThe 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\nEven before you install WordPress 5.0, you can try the block editor here.
\n\n\n\nOf 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\nAlong 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\nYou can read more about Twenty Nineteen in its introduction post, and follow along with development over on the GitHub repository.
\n\n\n\nOf 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\nDo 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.
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\nMinor bug fixes
Add up one by one by one
Then you change the world
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\nActive 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.
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.
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\nAfter 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.
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.
Want to get involved in building WordPress Core? Follow the Core team blog and join the #core channel in the Making WordPress Slack group.
If you have a story we should consider including in the next “Month in WordPress” post, please submit it here.
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\nWordPress 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).
This release also included some important updates to the privacy tools that were added to Core earlier this year.
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\nActive 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.
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.
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\nThe 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.
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.
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.
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.
\nFollowing are the highlights of what is now available.
\nMost 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.
\nIn WordPress 4.9.8, the callout will be shown to the following users:
\nYou can learn more by reading “Try Gutenberg” Callout in WordPress 4.9.8.
\nThis 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:
\nThis post has more information about all of the issues fixed in 4.9.8 if you’d like to learn more.
\nDownload 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.
\nThank you to everyone who contributed to WordPress 4.9.8:
\n1naveengiri, 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:\"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.
\nThe 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.
\nDeque’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.
\nDeque 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.”
\nIn 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.”
\nAudras 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.”
\nAudras 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.
\nImportant changes in 4.0.0 include:
\nSee the 4.0.0 milestone for more info.
\nDownload 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\nThis 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\nThere 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\nReminder: 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\nThe block editor has been updated to match the Gutenberg 4.4 release, the major changes include:
\n\n\n\nAdditionally, there have been some pesky bugs fixed:
\n\n\n\nundefined
.A full list of changes can be found in the Gutenberg 4.4 release post.
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.
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.button
class support.Do you speak a language other than English? Help us translate WordPress into more than 100 languages!
\n\n\n\nIf 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\nIf 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.
\nThere 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\nAll 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.
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.
\nAutomattic 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.
\nStorefront 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.
\nWordPress 5.0 Release Date Update to November 27
\nMatt Mullenweg Addresses Controversies Surrounding Gutenberg at WordCamp Portland Q&A
\nWP GDPR Compliance Plugin Patches Privilege Escalation Vulnerability
\nMaximum Ticket Prices for WordCamps Will Increase to $25 per Day in 2019
\nNext Episode: Wednesday, November 21st 3:00 P.M. Eastern
\nSubscribe to WordPress Weekly via Itunes
\nSubscribe to WordPress Weekly via RSS
\nSubscribe to WordPress Weekly via Stitcher Radio
\nSubscribe to WordPress Weekly via Google Play
\nListen To Episode #338:
\n
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.
\nIn 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\nSome 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.
\nBut 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.
\nEven 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.
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.
\nAs 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\nDespite 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.
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\n\nThe 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.
\npic.twitter.com/Sx0NLv3rWY
— drupalgutenberg (@drupalgutenberg) November 12, 2018
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\nOne 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.”
\nOverall, 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\n\nTotally impressed by @drupalgutenberg demo at #dcoslo. Good work @frontkomtech #drupalgutenberg #drupalnorge pic.twitter.com/qXbX8mXhnp
\n— Baddy Sonja Breidert (@baddysonja) November 9, 2018
“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.”
\nThe 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.
\nThe 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.
\nOrganizers 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.”
\nWhen 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.”
\nIt 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.
\nAt 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.
\nAlthough 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.
\nHugh Lashbrooke, a WordPress Community team contributor who has access to the data says that, “globally the majority of camps have lower prices.”
\nWordCamp 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:\"\nAlberto 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.
\nMedina 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.
\nIn 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.
\nThe 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.
\nRuter 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\nMedina 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.”
\nCheck 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\nThis 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\nThere 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\nThe 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\nThe block editor has been updated to match the Gutenberg 4.3 release, the major changes include:
\n\n\n\nAdditionally, there have been some bugs fixed that popped up in beta 3:
\n\n\n\nWe’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\nTwenty Nineteen is being polished over on its GitHub repository. This update includes a host of tweaks and bug fixes, including:
\n\n\n\nAll of the older default themes—from Twenty Ten through to Twenty Seventeen—have polished styling in the block editor.
\n\n\n\nDo you speak a language other than English? Help us translate WordPress into more than 100 languages!
\n\n\n\nIf 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\nInternational-
isation is a word with
many syllables.
Meta boxes are
the original style block.
Old is new again.
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.
\nIf 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.”
\nThe 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.
\nThe 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:
\nVan Ons said they requested the Plugin Directory team do a forced update but they said it was not an option in this case.
\nWP 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\nWe’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.
\nBy 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.
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.
\nThe 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.
\nThe 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.
\nWhile 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.”
\nA 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\nwp akismet stats
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.
\nThe 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.
\nIn 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.
\nSubsequent 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.”
\nMullenweg 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.
\nOne 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.”
\nMullenweg 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.”
\nGutenberg’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\nAccessibility 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.
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.”
\nJavaScript 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.”
\nVentura 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.
\nThe announcement also includes a short video demonstration of Gutenberg fully integrated with the new default Twenty Nineteen theme.
\n\nGiven 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.
\nAt 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.
\nThe 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.
\nHow to Add an Image to A Paragraph Block in Gutenberg
\nAdding Aligned Images to Paragraphs in Gutenberg Is Not as Tough as I Thought
\nWordPress 5.0 Beta 3 Released, RC 1 Expected November 12
\nWordPress 5.0 needs a different timeline
\n\nClassic Editor Plugin May Be Included with 5.0 Updates, Support Window Set to End in 2021
\nNext Episode: Wednesday, November 14th 3:00 P.M. Eastern
\nSubscribe to WordPress Weekly via Itunes
\nSubscribe to WordPress Weekly via RSS
\nSubscribe to WordPress Weekly via Stitcher Radio
\nSubscribe to WordPress Weekly via Google Play
\nListen To Episode #337:
\n
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\nLast 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\nThey 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.”
\nMullenweg 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.
\nIn 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.”
\nde Valk gave two reasons for why he believes the November 19th timeline to be untenable:
\n\nThere 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.
\nThe 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.
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.”
\nRoot-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?”
\nRoot-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.”
\nGutenberg 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.
\nBoth 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\n\nMy 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\nThis: 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
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.
\nRegardless 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.
\nIn 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\nGary 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.”
\nPendergast 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.
\nThe 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.
\nWordPress 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.”
\nThis 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.
\nWPCampus 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.”
\nThe 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.”
\nElaine 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.”
\nPendergast’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.I never meant to become an activist. I swear. It was an accident.
\nAnd 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?
\nHow did this happen?
\nLet’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.
\nThe 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!
\nThis is where the real story begins… after an important disclaimer.
\n\nDisclaimer: 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.
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.
\nThe lead organizer grabbed 6 out of the 7 that came from the women and said, “Well, we are accepting all of these.”
\nAt this point I didn’t know that not many women were applying to speak at tech conferences at the time.
\n\nSo 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.”
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.)
\nHere’s how it went down:
\nAfter 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.
\nSo 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.
\nSo 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\nI found out that many of the organizers had trouble getting enough women presenters.
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.
\nSo 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.
\nThough 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:
\nThat’s when the idea happened.
\nAs 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.
\nWhen 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\nAnd that was it. That set me on the path.
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. )
In our first iteration, we covered:
\nOther cities across North America got wind of our workshop and started running it as well, and they added their own material.
\nOur 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:
\nWe 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.
\nImpressive as that is, the reason I am truly passionate about this work is because of what happened next:
\nIt 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.
\nThis 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\nThanks 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!
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
\nI’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.
\nWorkshop: http://diversespeakers.info/
\nMore info and please let us know if you use it or would like help using it: https://tiny.cc/wpwomenspeak
\nDiversity Outreach Speaker Training Team—Join us! https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/
\nHow to build a diverse speaker roster: Coming soon. Contact Jill for it.
\nThe 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.
\nAstra’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.
\nAstra’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\nThe 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.
\nAstra’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.
\nAfter 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.”
\nThe 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.
\nThemeisle 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.
\nSix 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.
\nGutenberg 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\nWordPress 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.
\nWordPress 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.”
\nInitial 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.”
\nThose 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.”
\nGutenberg 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\n\nThe \"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
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.”
\nWordPress 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\nThis 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\nThere 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\nWordPress 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\nThe 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\nTwenty Nineteen has been updated from its GitHub repository, this version is full of new goodies to check out:
\n\n\n\nDo you speak a language other than English? Help us translate WordPress into more than 100 languages!
\n\n\n\nIf 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\nIf 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\nWordPress Five Point Oh
is just two short weeks away.
Thank you for helping!
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:
\nOne 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\n\nIssue filed in the wrong repo?
\nWe know your pain! And now we\'ve got a fix.
\nRepo admins can transfer issues to wherever they belong.
\npic.twitter.com/rPwNng7ZOl
— GitHub (@github) October 31, 2018
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\nGitHub 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:
\nProject 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.”
\nGitHub 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.
\nHere is an excerpt from the show on what Roberts thinks about Gutenberg.
\n\nI think that ultimately Gutenberg will be more innovative than just incrementally changing from the old editor experience toward block-based editing.
\nI 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.
\nThere 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.
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
Next Episode: Wednesday, November 7th 3:00 P.M. Eastern
\nSubscribe to WordPress Weekly via Itunes
\nSubscribe to WordPress Weekly via RSS
\nSubscribe to WordPress Weekly via Stitcher Radio
\nSubscribe to WordPress Weekly via Google Play
\nListen To Episode #336:
\n
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.
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\nThe 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\nIn 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\nOnce 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\nOnce 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\nIf 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\nThe 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\nIn 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\nThe 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.
\nv3 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:
\nv3 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\nSite 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\nThe admin console also has a form for registering new sites:
\n\nThe 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.
\nWordPress 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\nInterested 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\nEarly 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.
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.
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.
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\nActive 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.
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.
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\nHelpHub is an ongoing project to move all of WordPress’ user documentation from the Codex to the WordPress Support portal.
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.
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\nA 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.
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.
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.
If you have a story we should consider including in the next “Month in WordPress” post, please submit it here.
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\nGutenberg 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:
\nFrontkom 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.
\nUsers 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.
\nI 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.”
\nTabor 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.”
\nBlock 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.”
\nTabor said he is considering distributing a few of his free blocks through Gutenberg Cloud but he hasn’t fully decided yet.
\nWordPress 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.”
\nPollock 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.”
\nFrontkom 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:\"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\nIf you’re curious, here are the previous years: 2014, 2016, 2017.
\n\n\n\nIf you have any questions please leave them in the comments!
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\nActivity logs the following actions and presents them in an easy-to-read timeline on WordPress.com:
\nThe 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\nWordPress.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.
\nIn 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.
\nAutomattic 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.
\nJetpack 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.
\nThe 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:\"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\nThe 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.
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.
\nThis 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.
\nThe 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.
\nThe 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.”
\nIn 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.”
\nAt 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.
\nIn 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.
\nWordPress 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\n\nModifying 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
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\nThe 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.
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.
\nThe 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.
\nEither 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\nThis 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\nThere 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\nWordPress 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\nWe’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\nMeta 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\nWe’ve added support for registering and loading JavaScript translation files.
\n\n\n\nThe 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\nThe REST API has a couple of bug fixes and performance improvements. PHP 7.3 compatibility has been improved.
\n\n\n\nWe’re fixing the bugs:
All the ones you’ve reported.
Some that we’ve found, too.
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.
\nThis 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.
\nphp[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.”
\nWorkshop 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.”
\nThe 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.
\nThe main conference is also hosting many sessions that would benefit WordPress developers who want to sharpen their PHP skills. A few highlights include:
\nCheck 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.
\nStore 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\nThe 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.
\nStore 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.
\nThe 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.
\nWooCommerce 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.
\nIn 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.
\nCheck 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.
\nI 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.
\nThe 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.
\nOnce 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.
\nThis 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.
\nIt 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.
\nStudioPress 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.
\nAlthough 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.
\nWe’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.
\nWe’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.
\nNow, 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!
\nI 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.
\nWith 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.
\nI’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.
\nI 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!
\nGutenberg 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!
\nThe reality here is that Gutenberg isn’t just the future of WordPress, it’s the future of the Internet.
\nMcAlister is joining WP Engine as a full-time employee. In addition, John Parris, a code wrangler for Array Themes has also joined WP Engine.
\nStudioPress 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.
\nTo 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\nThe “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\nSince 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\nThe merge proposal process has worked well for smaller features, but it struggled with larger changes.
\n\n\n\nThe 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\nI’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\nIn 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\nGutenberg 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\nOver 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\nThat’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\nWhile 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\nAll feature plugins in the future, great and small, will benefit from this iteration.
\n\n\n\nCreating 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\nThey 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.
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.
\nPolldaddy 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
Next Episode: Wednesday, October 31st 3:00 P.M. Eastern
\nSubscribe to WordPress Weekly via Itunes
\nSubscribe to WordPress Weekly via RSS
\nSubscribe to WordPress Weekly via Stitcher Radio
\nSubscribe to WordPress Weekly via Google Play
\nListen To Episode #335:
\n
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\nOur 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.
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.
\nWPCampus 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.”
\nAccessibility 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.
\nThe 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.”
\nSeveral 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.”
\nAmanda 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.”
\nBeta 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.
\nIn 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.
\nThe 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.
\nThe 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\n\nThis #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
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.
\nA 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.
\nMany 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.
\nRian 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.
\nYou’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.
\nWordPress 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.
\nGary 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.”
\nThe 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.
\nVolunteers 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.
\nTesters are advised to consult the list of known bugs before reporting to the Alpha/Beta forum or filing a bug on trac.
\nIf 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\nThis 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\nThere 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\nWordPress 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\nThe new Gutenberg block editor is now the default post editor!
\n\n\n\nThe 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\nEven before you install WordPress 5.0, you can try the block editor here.
\n\n\n\nOf 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\nAlong 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\nYou can read more about Twenty Nineteen in its introduction post, and follow along with development over on the GitHub repository.
\n\n\n\nOf 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\nDo 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.
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\nMinor bug fixes
Add up one by one by one
Then you change the world
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.
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.
\nHugh 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.”
\nLashbrooke 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.
\nWeston 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.”
\nRuter 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.
\nLashbrooke 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.
\nIn 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.
\nThis 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\nElementor 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.
\nThe 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.”
\nElementor 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.”
\nOther 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.
\nElementor 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.
\nGutenberg’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.
\nPage 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:\"\nUpcase, 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.”
\nThoughtbot 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.
\nUpcase 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.
\nToday, 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.
\nRedirects 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.
\nThere 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.
\nAccording to Donncha Ó Caoimh, some networks and hosts may need to whitelist the following domains to prevent interruptions in service. The domains are:
\nSurveys, quizzes, and polls that are embedded will continue to function normally.
\nIt’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.
\nOn 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.”
\nCohen 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.”
\nCohen 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\nVentura 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.”
\nAlthough 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.
\nEarly 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.
\nHowever, 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.”
\nWordPress 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.”
\nDolson 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.”
\nThe 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.”
\nVentura’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.”
\nOne 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\nHi 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','
CONTACT INFORMATION
\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\nJamie Hampton
\r\n\r\n\r\nMailing Address:
\r\n3960 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[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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/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\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^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[/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\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[/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[/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=\"\"]\nHi 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
[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[/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.
\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^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[/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.
\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:
\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[/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\nTRACKS 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\nTRACKS 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\nCALL 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\nMAIL\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\nTRACKS 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\nTRACKS 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\nCALL 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\nMAIL\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\nTRACKS 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\nTRACKS 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\nCALL 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\nMAIL\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\nTRACKS 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\nTRACKS 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\nCONTACT 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','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\nCONTACT 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\nCONTACT INFORMATION
\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\nJamie Hampton
\r\n\r\n\r\nMailing Address:
\r\n3960 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\nCONTACT INFORMATION
\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\nJamie Hampton
\r\n\r\n\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\nCONTACT INFORMATION
\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\nJamie Hampton
\r\n\r\n\r\nMailing Address:
\r\n3960 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\nCONTACT INFORMATION
\r\n[/vc_column_text][vc_row_inner][vc_column_inner][vc_column_text]\r\nJamie Hampton
\r\n\r\n\r\nMailing Address:
\r\n3960 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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/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[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[/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\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^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[/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\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[/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[/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[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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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[/dt_vc_list][/vc_column_inner][vc_column_inner width=\"1/2\"][dt_vc_list dividers=\"false\"]
\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